Kconfig 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  1. menu "Customise DVB Frontends"
  2. depends on DVB_CORE
  3. comment "DVB-S (satellite) frontends"
  4. depends on DVB_CORE
  5. config DVB_STV0299
  6. tristate "ST STV0299 based"
  7. depends on DVB_CORE
  8. help
  9. A DVB-S tuner module. Say Y when you want to support this frontend.
  10. config DVB_CX24110
  11. tristate "Conexant CX24110 based"
  12. depends on DVB_CORE
  13. help
  14. A DVB-S tuner module. Say Y when you want to support this frontend.
  15. config DVB_CX24123
  16. tristate "Conexant CX24123 based"
  17. depends on DVB_CORE
  18. help
  19. A DVB-S tuner module. Say Y when you want to support this frontend.
  20. config DVB_TDA8083
  21. tristate "Philips TDA8083 based"
  22. depends on DVB_CORE
  23. help
  24. A DVB-S tuner module. Say Y when you want to support this frontend.
  25. config DVB_MT312
  26. tristate "Zarlink VP310/MT312 based"
  27. depends on DVB_CORE
  28. help
  29. A DVB-S tuner module. Say Y when you want to support this frontend.
  30. config DVB_VES1X93
  31. tristate "VLSI VES1893 or VES1993 based"
  32. depends on DVB_CORE
  33. help
  34. A DVB-S tuner module. Say Y when you want to support this frontend.
  35. config DVB_S5H1420
  36. tristate "Samsung S5H1420 based"
  37. depends on DVB_CORE
  38. help
  39. A DVB-S tuner module. Say Y when you want to support this frontend.
  40. comment "DVB-T (terrestrial) frontends"
  41. depends on DVB_CORE
  42. config DVB_SP8870
  43. tristate "Spase sp8870 based"
  44. depends on DVB_CORE
  45. select FW_LOADER
  46. help
  47. A DVB-T tuner module. Say Y when you want to support this frontend.
  48. This driver needs external firmware. Please use the command
  49. "<kerneldir>/Documentation/dvb/get_dvb_firmware sp8870" to
  50. download/extract it, and then copy it to /usr/lib/hotplug/firmware
  51. or /lib/firmware (depending on configuration of firmware hotplug).
  52. config DVB_SP887X
  53. tristate "Spase sp887x based"
  54. depends on DVB_CORE
  55. select FW_LOADER
  56. help
  57. A DVB-T tuner module. Say Y when you want to support this frontend.
  58. This driver needs external firmware. Please use the command
  59. "<kerneldir>/Documentation/dvb/get_dvb_firmware sp887x" to
  60. download/extract it, and then copy it to /usr/lib/hotplug/firmware
  61. or /lib/firmware (depending on configuration of firmware hotplug).
  62. config DVB_CX22700
  63. tristate "Conexant CX22700 based"
  64. depends on DVB_CORE
  65. help
  66. A DVB-T tuner module. Say Y when you want to support this frontend.
  67. config DVB_CX22702
  68. tristate "Conexant cx22702 demodulator (OFDM)"
  69. depends on DVB_CORE
  70. help
  71. A DVB-T tuner module. Say Y when you want to support this frontend.
  72. config DVB_L64781
  73. tristate "LSI L64781"
  74. depends on DVB_CORE
  75. help
  76. A DVB-T tuner module. Say Y when you want to support this frontend.
  77. config DVB_TDA1004X
  78. tristate "Philips TDA10045H/TDA10046H based"
  79. depends on DVB_CORE
  80. select FW_LOADER
  81. help
  82. A DVB-T tuner module. Say Y when you want to support this frontend.
  83. This driver needs external firmware. Please use the commands
  84. "<kerneldir>/Documentation/dvb/get_dvb_firmware tda10045",
  85. "<kerneldir>/Documentation/dvb/get_dvb_firmware tda10046" to
  86. download/extract them, and then copy them to /usr/lib/hotplug/firmware
  87. or /lib/firmware (depending on configuration of firmware hotplug).
  88. config DVB_NXT6000
  89. tristate "NxtWave Communications NXT6000 based"
  90. depends on DVB_CORE
  91. help
  92. A DVB-T tuner module. Say Y when you want to support this frontend.
  93. config DVB_MT352
  94. tristate "Zarlink MT352 based"
  95. depends on DVB_CORE
  96. help
  97. A DVB-T tuner module. Say Y when you want to support this frontend.
  98. config DVB_ZL10353
  99. tristate "Zarlink ZL10353 based"
  100. depends on DVB_CORE
  101. help
  102. A DVB-T tuner module. Say Y when you want to support this frontend.
  103. config DVB_DIB3000MB
  104. tristate "DiBcom 3000M-B"
  105. depends on DVB_CORE
  106. help
  107. A DVB-T tuner module. Designed for mobile usage. Say Y when you want
  108. to support this frontend.
  109. config DVB_DIB3000MC
  110. tristate "DiBcom 3000P/M-C"
  111. depends on DVB_CORE
  112. help
  113. A DVB-T tuner module. Designed for mobile usage. Say Y when you want
  114. to support this frontend.
  115. comment "DVB-C (cable) frontends"
  116. depends on DVB_CORE
  117. config DVB_VES1820
  118. tristate "VLSI VES1820 based"
  119. depends on DVB_CORE
  120. help
  121. A DVB-C tuner module. Say Y when you want to support this frontend.
  122. config DVB_TDA10021
  123. tristate "Philips TDA10021 based"
  124. depends on DVB_CORE
  125. help
  126. A DVB-C tuner module. Say Y when you want to support this frontend.
  127. config DVB_STV0297
  128. tristate "ST STV0297 based"
  129. depends on DVB_CORE
  130. help
  131. A DVB-C tuner module. Say Y when you want to support this frontend.
  132. comment "ATSC (North American/Korean Terresterial DTV) frontends"
  133. depends on DVB_CORE
  134. config DVB_NXT200X
  135. tristate "NxtWave Communications NXT2002/NXT2004 based"
  136. depends on DVB_CORE
  137. select FW_LOADER
  138. help
  139. An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
  140. to support this frontend.
  141. This driver needs external firmware. Please use the commands
  142. "<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2002" and
  143. "<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2004" to
  144. download/extract them, and then copy them to /usr/lib/hotplug/firmware
  145. or /lib/firmware (depending on configuration of firmware hotplug).
  146. config DVB_OR51211
  147. tristate "Oren OR51211 based"
  148. depends on DVB_CORE
  149. select FW_LOADER
  150. help
  151. An ATSC 8VSB tuner module. Say Y when you want to support this frontend.
  152. This driver needs external firmware. Please use the command
  153. "<kerneldir>/Documentation/dvb/get_dvb_firmware or51211" to
  154. download it, and then copy it to /usr/lib/hotplug/firmware
  155. or /lib/firmware (depending on configuration of firmware hotplug).
  156. config DVB_OR51132
  157. tristate "Oren OR51132 based"
  158. depends on DVB_CORE
  159. select FW_LOADER
  160. help
  161. An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
  162. to support this frontend.
  163. This driver needs external firmware. Please use the commands
  164. "<kerneldir>/Documentation/dvb/get_dvb_firmware or51132_vsb" and/or
  165. "<kerneldir>/Documentation/dvb/get_dvb_firmware or51132_qam" to
  166. download firmwares for 8VSB and QAM64/256, respectively. Copy them to
  167. /usr/lib/hotplug/firmware or /lib/firmware (depending on
  168. configuration of firmware hotplug).
  169. config DVB_BCM3510
  170. tristate "Broadcom BCM3510"
  171. depends on DVB_CORE
  172. select FW_LOADER
  173. help
  174. An ATSC 8VSB/16VSB and QAM64/256 tuner module. Say Y when you want to
  175. support this frontend.
  176. config DVB_LGDT330X
  177. tristate "LG Electronics LGDT3302/LGDT3303 based"
  178. depends on DVB_CORE
  179. help
  180. An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
  181. to support this frontend.
  182. endmenu