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.

40 lines
1.1 KiB

#++++++++++++++++++++++++++++++++++++++++++++++++++++
menuconfig SOCT_FRONTEND_SUPPORT
tristate "FRONTEND Support"
default y if SOCT_DRV_BUILDIN
default m
config SOCT_CAB_DEMOD_TUNER_SUPPORT
bool "Cable Demod Tuner Support"
depends on SOCT_FRONTEND_SUPPORT
default y
help
source "drivers/drv/frontend/Kconfig.frontend.cable"
config SOCT_SAT_DEMOD_TUNER_LNB_SUPPORT
bool "Satllite Demod Tuner LNB Support"
depends on SOCT_FRONTEND_SUPPORT
default y if (SOCT_CHIP_TYPE = "reserved13")
help
source "drivers/drv/frontend/Kconfig.frontend.satellite"
config SOCT_TER_DEMOD_TUNER_SUPPORT
bool "Terrestrial Demod Tuner Support"
depends on SOCT_FRONTEND_SUPPORT
default y
help
source "drivers/drv/frontend/Kconfig.frontend.territory"
config SOCT_ATV_DEMOD_TUNER_SUPPORT
bool "ATV Demod Tuner Support"
depends on SOCT_FRONTEND_SUPPORT
default y if ((SOCT_CHIP_TYPE = "reserved5") || (SOCT_CHIP_TYPE = "reserved17") || ((SOCT_CHIP_TYPE = "reserved9") && (SOCT_CHIP_REVERSION = "reserved9_c")))
help
source "drivers/drv/frontend/Kconfig.frontend.rf"
#++++++++++++++++++++++++++++++++++++++++++++++++++++