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.

21 lines
537 B

menu "RF Demod Config"
depends on SOCT_ATV_DEMOD_TUNER_SUPPORT
config SOCT_DEMOD_TYPE_TDA8296I
bool "TDA8296I Support"
default y if ((SOCT_CHIP_TYPE = "reserved9") && (SOCT_CHIP_REVERSION = "reserved9_c"))
endmenu
menu "RF Tuner Config"
depends on SOCT_ATV_DEMOD_TUNER_SUPPORT
config SOCT_TUNER_TYPE_ATBM253_ATV
bool "ATBM253 ATV Support"
default y if ((SOCT_CHIP_TYPE = "reserved9") && (SOCT_CHIP_REVERSION = "reserved9_c"))
config SOCT_TUNER_TYPE_R842_ATV
bool "R842 ATV Support"
default n
endmenu