Kconfig.dtmb 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. menu "DTMB Modules"
  2. config DTV_SUPPORT
  3. bool
  4. default y
  5. config DVB_SYSTEM_DVBT_SUPPORT
  6. bool "DVBT_SUPPORT"
  7. default y
  8. help
  9. Select DVBT_SUPPORT
  10. config DVB_SYSTEM_DVBT_NETWORK_NUM
  11. depends on DVB_SYSTEM_DVBT_SUPPORT
  12. int "Num of DVBT Network"
  13. default 120
  14. help
  15. Define the number of network of DVB-T
  16. config DVB_SYSTEM_DVBT_TP_NUM
  17. depends on DVB_SYSTEM_DVBT_SUPPORT
  18. int "Num of DVBT Transport Stream"
  19. default 120
  20. help
  21. Define the number of transport stream of DVB-T
  22. config DVB_SYSTEM_DVBT_SERVICE_NUM
  23. depends on DVB_SYSTEM_DVBT_SUPPORT
  24. int "Num of DVBT Service"
  25. default 1000
  26. help
  27. Define the number of service of DVB-T
  28. config DVB_SYSTEM_EXTEND_DTMB_AFC
  29. bool "Enable Extend DTMB Afc"
  30. default n
  31. help
  32. Enlarge afc range
  33. config DVB_SYSTEM_DVBC_SUPPORT
  34. bool "DVBC_SUPPORT"
  35. default y
  36. help
  37. Select DVBC_SUPPORT
  38. config DVB_SYSTEM_DVBC_NETWORK_NUM
  39. depends on DVB_SYSTEM_DVBC_SUPPORT
  40. int "Num of DVBC Network"
  41. default 10
  42. help
  43. Define the number of network of DVB-C
  44. config DVB_SYSTEM_DVBC_TP_NUM
  45. depends on DVB_SYSTEM_DVBC_SUPPORT
  46. int "Num of DVBC Transport Stream"
  47. default 120
  48. help
  49. Define the number of transport stream of DVB-C
  50. config DVB_SYSTEM_DVBC_SERVICE_NUM
  51. depends on DVB_SYSTEM_DVBC_SUPPORT
  52. int "Num of DVBC Service"
  53. default 1000
  54. help
  55. Define the number of service of DVB-C
  56. menu "On The Air Upgrade Select"
  57. config SUPPORT_SSU_UPGRADE
  58. bool "SUPPORT_SSU_UPGRADE"
  59. help
  60. Define SSU Upgrade
  61. config SUPPORT_SSU_ENHANCE_UPGRADE
  62. depends on SUPPORT_SSU_UPGRADE
  63. bool "SUPPORT_SSU_ENHANCE_UPGRADE"
  64. help
  65. Define SSU ENHANCE Upgrade
  66. config SUPPORT_OAD_UPGRADE
  67. bool "SUPPORT_OAD_UPGRADE"
  68. help
  69. Define OAD Upgrade
  70. config SUPPORT_OTA_UPGRADE
  71. bool
  72. default y if (SUPPORT_SSU_UPGRADE || SUPPORT_OAD_UPGRADE)
  73. endmenu # "On Air Upgrade Select"
  74. menu "Subtitle Select"
  75. config SUPPORT_SUBTITLE
  76. bool "SUBTITLE Support"
  77. default y
  78. help
  79. Select Subtitle
  80. if SUPPORT_SUBTITLE
  81. config SUPPORT_SUBTITLE_SAVETO_DB
  82. bool "SUBTITLE Save To Database"
  83. default n
  84. help
  85. Select Subtitle Save To Database
  86. endif
  87. endmenu # "Subtitle Select"
  88. config SUPPORT_PVR
  89. bool "PVR Support"
  90. default y
  91. help
  92. Select PVR Support
  93. if SUPPORT_PVR
  94. config SUPPORT_PVR_AD
  95. bool "SUPPORT PVR AD"
  96. default y
  97. endif
  98. config SUPPORT_HK_AREA_LCN
  99. bool "Support HK Area channel lcn"
  100. default n
  101. help
  102. Support HK Area channel lcn
  103. config EPG_LANG_DEFAULT_BY_OSDLANG
  104. bool "Support EPG Language by OSDLanguage"
  105. default n
  106. help
  107. EPG Language by OSDLanguage
  108. endmenu #"DTV Modules"