123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130 |
- menu "DTMB Modules"
- config DTV_SUPPORT
- bool
- default y
- config DVB_SYSTEM_DVBT_SUPPORT
- bool "DVBT_SUPPORT"
- default y
- help
- Select DVBT_SUPPORT
- config DVB_SYSTEM_DVBT_NETWORK_NUM
- depends on DVB_SYSTEM_DVBT_SUPPORT
- int "Num of DVBT Network"
- default 120
- help
- Define the number of network of DVB-T
- config DVB_SYSTEM_DVBT_TP_NUM
- depends on DVB_SYSTEM_DVBT_SUPPORT
- int "Num of DVBT Transport Stream"
- default 120
- help
- Define the number of transport stream of DVB-T
- config DVB_SYSTEM_DVBT_SERVICE_NUM
- depends on DVB_SYSTEM_DVBT_SUPPORT
- int "Num of DVBT Service"
- default 1000
- help
- Define the number of service of DVB-T
- config DVB_SYSTEM_EXTEND_DTMB_AFC
- bool "Enable Extend DTMB Afc"
- default n
- help
- Enlarge afc range
- config DVB_SYSTEM_DVBC_SUPPORT
- bool "DVBC_SUPPORT"
- default y
- help
- Select DVBC_SUPPORT
- config DVB_SYSTEM_DVBC_NETWORK_NUM
- depends on DVB_SYSTEM_DVBC_SUPPORT
- int "Num of DVBC Network"
- default 10
- help
- Define the number of network of DVB-C
- config DVB_SYSTEM_DVBC_TP_NUM
- depends on DVB_SYSTEM_DVBC_SUPPORT
- int "Num of DVBC Transport Stream"
- default 120
- help
- Define the number of transport stream of DVB-C
- config DVB_SYSTEM_DVBC_SERVICE_NUM
- depends on DVB_SYSTEM_DVBC_SUPPORT
- int "Num of DVBC Service"
- default 1000
- help
- Define the number of service of DVB-C
- menu "On The Air Upgrade Select"
- config SUPPORT_SSU_UPGRADE
- bool "SUPPORT_SSU_UPGRADE"
- help
- Define SSU Upgrade
- config SUPPORT_SSU_ENHANCE_UPGRADE
- depends on SUPPORT_SSU_UPGRADE
- bool "SUPPORT_SSU_ENHANCE_UPGRADE"
- help
- Define SSU ENHANCE Upgrade
- config SUPPORT_OAD_UPGRADE
- bool "SUPPORT_OAD_UPGRADE"
- help
- Define OAD Upgrade
- config SUPPORT_OTA_UPGRADE
- bool
- default y if (SUPPORT_SSU_UPGRADE || SUPPORT_OAD_UPGRADE)
- endmenu # "On Air Upgrade Select"
- menu "Subtitle Select"
- config SUPPORT_SUBTITLE
- bool "SUBTITLE Support"
- default y
- help
- Select Subtitle
-
- if SUPPORT_SUBTITLE
- config SUPPORT_SUBTITLE_SAVETO_DB
- bool "SUBTITLE Save To Database"
- default n
- help
- Select Subtitle Save To Database
- endif
- endmenu # "Subtitle Select"
- config SUPPORT_PVR
- bool "PVR Support"
- default y
- help
- Select PVR Support
- if SUPPORT_PVR
- config SUPPORT_PVR_AD
- bool "SUPPORT PVR AD"
- default y
- endif
- config SUPPORT_HK_AREA_LCN
- bool "Support HK Area channel lcn"
- default n
- help
- Support HK Area channel lcn
-
- config EPG_LANG_DEFAULT_BY_OSDLANG
- bool "Support EPG Language by OSDLanguage"
- default n
- help
- EPG Language by OSDLanguage
- endmenu #"DTV Modules"
|