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.
66 lines
1.5 KiB
66 lines
1.5 KiB
menu "DVB-C Demod Config"
|
|
depends on SOCT_CAB_DEMOD_TUNER_SUPPORT
|
|
|
|
config SOCT_DEMOD_TYPE_CXD2878_CAB
|
|
bool "CXD2856_2857_2878 Support"
|
|
default n
|
|
config SOCT_DEMOD_TYPE_FE3130V200
|
|
bool "FE3130V200 Support"
|
|
default n
|
|
|
|
config SOCT_DEMOD_TYPE_J83B
|
|
bool "J83B Support"
|
|
default n
|
|
|
|
config SOCT_DEMOD_TYPE_MXL214_CAB
|
|
bool "MXL214 Support"
|
|
default n
|
|
|
|
config SOCT_DEMOD_TYPE_MXL254_CAB
|
|
bool "MXL254 Support"
|
|
default n
|
|
|
|
config SOCT_DEMOD_TYPE_FE3138_CAB
|
|
bool "FE3138 CAB Support"
|
|
default n
|
|
|
|
config SOCT_DEMOD_TYPE_INTERNAL0_CAB
|
|
bool "INTERNAL0 CAB Support"
|
|
default y if ((SOCT_CHIP_TYPE = "reserved5") || (SOCT_CHIP_TYPE = "reserved19") || (SOCT_CHIP_TYPE = "hi3751v811"))
|
|
|
|
config SOCT_DEMOD_TYPE_ATBM888X_CAB
|
|
bool "ATBM888X CAB Support"
|
|
default y if ((SOCT_CHIP_TYPE = "reserved9") && (SOCT_CHIP_REVERSION = "reserved9_c"))
|
|
endmenu
|
|
|
|
menu "DVB-C Tuner Config"
|
|
depends on SOCT_CAB_DEMOD_TUNER_SUPPORT
|
|
|
|
config SOCT_TUNER_TYPE_CXD2871_CAB
|
|
bool "CXD2871 CAB Support"
|
|
default y if n
|
|
|
|
config SOCT_TUNER_TYPE_MXL214
|
|
bool "MXL214 Support"
|
|
default n
|
|
|
|
config SOCT_TUNER_TYPE_MXL254
|
|
bool "MXL254 Support"
|
|
default n
|
|
|
|
config SOCT_TUNER_TYPE_ATBM253_CAB
|
|
bool "ATBM253 CAB Support"
|
|
default y if ((SOCT_CHIP_TYPE = "reserved9") && (SOCT_CHIP_REVERSION = "reserved9_c"))
|
|
|
|
config SOCT_TUNER_TYPE_SI2151_CAB
|
|
bool "SI2151 CAB Support"
|
|
default y if ((SOCT_CHIP_TYPE = "reserved19") || (SOCT_CHIP_TYPE = "hi3751v811"))
|
|
|
|
config SOCT_TUNER_TYPE_R842_CAB
|
|
bool "R842 CAB Support"
|
|
default n
|
|
|
|
endmenu
|
|
|
|
|