You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
385 B
22 lines
385 B
menu "VO Driver"
|
|
|
|
config CONFIG_SOCT_VO_SUPPORT
|
|
bool "is vo support"
|
|
default y
|
|
help
|
|
Answer Y for Dmcu.
|
|
|
|
config CONFIG_SOCT_VO_CS_SUPPORT
|
|
bool "is vo cs support"
|
|
default n
|
|
help
|
|
Answer n for Dmcu.
|
|
|
|
config CONFIG_SOCT_VO_ENABLE_DMCU
|
|
bool "is dmcu support"
|
|
default y
|
|
depends on CONFIG_DMCU_INIT
|
|
help
|
|
Answer y for Dmcu.
|
|
endmenu
|