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.
11 lines
315 B
11 lines
315 B
#++++++++++++++++++++++++++++++++++++++++++++++++++++
|
|
menuconfig SOCT_VBI_SUPPORT
|
|
tristate "VBI Support"
|
|
default y if SOCT_DRV_BUILDIN
|
|
default m
|
|
config SOCT_VBI_CVBS_SUPPORT
|
|
bool "vbi cvbs Support"
|
|
depends on SOCT_CVBS_SUPPORT
|
|
default y
|
|
#++++++++++++++++++++++++++++++++++++++++++++++++++++
|