Kconfig.atsc 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. menu "DVB Modules"
  2. config DTV_SUPPORT
  3. bool
  4. default y
  5. config DVB_SYSTEM_DVBT_SUPPORT
  6. bool "DVBT_SUPPORT"
  7. help
  8. Select DVBT_SUPPORT
  9. config DVB_SYSTEM_DVBT_NETWORK_NUM
  10. depends on DVB_SYSTEM_DVBT_SUPPORT
  11. int "Num of DVBT Network"
  12. default 1
  13. help
  14. Define the number of network of DVB-T
  15. config DVB_SYSTEM_DVBT_TP_NUM
  16. depends on DVB_SYSTEM_DVBT_SUPPORT
  17. int "Num of DVBT Transport Stream"
  18. default 120
  19. help
  20. Define the number of transport stream of DVB-T
  21. config DVB_SYSTEM_DVBT_SERVICE_NUM
  22. depends on DVB_SYSTEM_DVBT_SUPPORT
  23. int "Num of DVBT Service"
  24. default 1000
  25. help
  26. Define the number of service of DVB-T
  27. config DVB_SYSTEM_DVBC_SUPPORT
  28. bool "DVBC_SUPPORT"
  29. help
  30. Select DVBC_SUPPORT
  31. config DVB_SYSTEM_DVBC_NETWORK_NUM
  32. depends on DVB_SYSTEM_DVBC_SUPPORT
  33. int "Num of DVBC Network"
  34. default 0
  35. help
  36. Define the number of network of DVB-C
  37. config DVB_SYSTEM_DVBC_TP_NUM
  38. depends on DVB_SYSTEM_DVBC_SUPPORT
  39. int "Num of DVBC Transport Stream"
  40. default 120
  41. help
  42. Define the number of transport stream of DVB-C
  43. config DVB_SYSTEM_DVBC_SERVICE_NUM
  44. depends on DVB_SYSTEM_DVBC_SUPPORT
  45. int "Num of DVBC Service"
  46. default 1000
  47. help
  48. Define the number of service of DVB-C
  49. menu "On Air Upgrade Select"
  50. config SUPPORT_SSU_UPGRADE
  51. bool "SUPPORT_SSU_UPGRADE"
  52. help
  53. Define SSU Upgrade
  54. config SUPPORT_OAD_UPGRADE
  55. bool "SUPPORT_OAD_UPGRADE"
  56. help
  57. Define OAD Upgrade
  58. config SUPPORT_OTA_UPGRADE
  59. bool
  60. default y if (SUPPORT_SSU_UPGRADE || SUPPORT_OAD_UPGRADE)
  61. # config OTA_OUI_ID
  62. # depends on (SUPPORT_SSU_UPGRADE || SUPPORT_OAD_UPGRADE)
  63. # hex "OUI ID(3 bytes hex)"
  64. # default 000C3B
  65. # help
  66. # Select OUI ID(3 bytes)
  67. # config OTA_HW_MODEL
  68. # depends on (SUPPORT_SSU_UPGRADE || SUPPORT_OAD_UPGRADE)
  69. # hex "HW Model(2 bytes hex)"
  70. # default 0B00
  71. # help
  72. # Select HW Model(2 bytes)
  73. # config OTA_HW_VERSION
  74. # depends on (SUPPORT_SSU_UPGRADE || SUPPORT_OAD_UPGRADE)
  75. # hex "HW Version(2 bytes hex)"
  76. # default 0001
  77. # help
  78. # Select HW Version(2 bytes)
  79. # config OTA_SW_MODEL
  80. # depends on (SUPPORT_SSU_UPGRADE || SUPPORT_OAD_UPGRADE)
  81. # hex "SW Model(2 bytes hex)"
  82. # default 0B00
  83. # help
  84. # Select SW Model(2 bytes)
  85. # config OTA_SW_VERSION
  86. # depends on (SUPPORT_SSU_UPGRADE || SUPPORT_OAD_UPGRADE)
  87. # hex "SW Version(2 bytes hex)"
  88. # default 0001
  89. # help
  90. # Select SW Version(2 bytes)
  91. # config OTA_MARKING
  92. # hex "OTA Marking(2 bytes hex)"
  93. # default 0001
  94. # help
  95. # Select OTA Marking(2 bytes)
  96. # config MAIN_VERSION
  97. # hex "Main Version(2 bytes hex)"
  98. # default 0001
  99. # help
  100. # Select Main Version(2 bytes)
  101. # config SUB_VERSION
  102. # hex "Sub Version(2 bytes hex)"
  103. # default 0000
  104. # help
  105. # Select Sub Version(2 bytes)
  106. # config APP_VERSION
  107. # hex "APP Version(2 bytes hex)"
  108. # default 0001
  109. # help
  110. # Select APP Version(2 bytes)
  111. # config BOOTLOADER_VERSION
  112. # hex "Bootloader Version(2 bytes hex)"
  113. # default B00A
  114. # help
  115. # Select Bootloader Version(2 bytes)
  116. # config SWVERSION
  117. # string "SW Version Info(16 bytes string)"
  118. # default "DB06S0930A"
  119. # help
  120. # Select SW Version Info(16 bytes)
  121. endmenu # "On Air Upgrade Select"
  122. menu "CI Select"
  123. config SUPPORT_GENERAL_CI_SYS
  124. bool "CI support"
  125. default y
  126. config CI_PLUS_SUPPORT
  127. depends on SUPPORT_GENERAL_CI_SYS
  128. bool "CI plus Support"
  129. default n
  130. help
  131. Select CI plus Support
  132. config CIPLUS_PRODUCTKEY_BACKUP_TO_EEPROM_SUPPORT
  133. depends on CI_PLUS_SUPPORT
  134. bool "Product_key Backup Support (VGAEDID size >= 8KB)"
  135. default n
  136. help
  137. This option specifies CIPlus Product_key can Backup
  138. # choice
  139. # prompt "CI plus Modules Select"
  140. # default SUPPORT_CI_PLUS_WITH_OBJLOADER
  141. # depends on CI_PLUS_SUPPORT
  142. #
  143. # config SUPPORT_CI_PLUS_WITH_OBJLOADER
  144. # bool "Support CIplus and include objloader"
  145. # help
  146. # Select Support CI plus and include objloader
  147. #
  148. # config SUPPORT_CI_PLUS_WITHOUT_OBJLOADER
  149. # bool "Support CIplus but no objloader"
  150. # help
  151. # Select Support CI plus but no objloader
  152. # endchoice
  153. config CIPLUS_SUPPORT
  154. int
  155. depends on CI_PLUS_SUPPORT
  156. default 1# if SUPPORT_CI_PLUS_WITH_OBJLOADER
  157. # default 2 if SUPPORT_CI_PLUS_WITHOUT_OBJLOADER
  158. help
  159. This option specifies the CI plus option
  160. config SUPPORT_CICAM_NEW_MESSAGE
  161. depends on SUPPORT_GENERAL_CI_SYS
  162. bool "CICAM card new message Support"
  163. default n
  164. endmenu #"CI plus Select"
  165. config SUPPORT_PVR
  166. depends on DTV_SUPPORT
  167. bool "PVR Support"
  168. default y
  169. help
  170. Select PVR Support
  171. endmenu #"DTV Modules"