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.
58 lines
1.1 KiB
58 lines
1.1 KiB
menu "DVB-S/S2 Demod Config"
|
|
depends on SOCT_SAT_DEMOD_TUNER_LNB_SUPPORT
|
|
|
|
config SOCT_DEMOD_TYPE_CXD2878_SAT
|
|
bool "CXD2856_2857_2878_SAT Support"
|
|
default y if (SOCT_CHIP_TYPE = reserved13)
|
|
|
|
config SOCT_DEMOD_TYPE_MXL541
|
|
bool "MXL541 Support"
|
|
default n
|
|
|
|
config SOCT_DEMOD_TYPE_FE3138_SAT
|
|
bool "FE3138 SAT Support"
|
|
default n
|
|
|
|
endmenu
|
|
|
|
menu "DVB-S/S2 Tuner Config"
|
|
depends on SOCT_SAT_DEMOD_TUNER_LNB_SUPPORT
|
|
|
|
config SOCT_TUNER_TYPE_SUT_PJ987_SAT
|
|
bool "SUT_PJ987 SAT Support"
|
|
default y if (SOCT_CHIP_TYPE = "reserved13")
|
|
|
|
config SOCT_TUNER_TYPE_RDA5815
|
|
bool "RDA5815 Support"
|
|
default n
|
|
|
|
endmenu
|
|
|
|
#--------------------------------
|
|
config SOCT_DISEQC_SUPPORT
|
|
bool "DISEQC Support"
|
|
depends on SOCT_SAT_DEMOD_TUNER_LNB_SUPPORT
|
|
default n
|
|
|
|
menu "LNB Chip Config"
|
|
depends on SOCT_SAT_DEMOD_TUNER_LNB_SUPPORT
|
|
|
|
config SOCT_LNB_CTRL_LNBH30
|
|
bool "LNBH30 Support"
|
|
default n
|
|
|
|
config SOCT_LNB_CTRL_A8300
|
|
bool "A8300 Support"
|
|
default n
|
|
|
|
config SOCT_LNB_CTRL_LNBH25
|
|
bool "LNBH25 Support"
|
|
default n
|
|
|
|
config SOCT_LNB_CTRL_LNBH26
|
|
bool "LNBH26 Support"
|
|
default n
|
|
|
|
endmenu
|
|
|