Kconfig 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407
  1. menu "Customise DVB Frontends"
  2. depends on DVB_CORE
  3. config DVB_FE_CUSTOMISE
  4. bool "Customise the frontend modules to build"
  5. default N
  6. help
  7. This allows the user to deselect frontend drivers unnecessary
  8. for their hardware from the build. Use this option with care
  9. as deselecting frontends which are in fact necessary will result
  10. in DVB devices which cannot be tuned due to lack of driver support.
  11. If unsure say N.
  12. comment "DVB-S (satellite) frontends"
  13. depends on DVB_CORE
  14. config DVB_CX24110
  15. tristate "Conexant CX24110 based"
  16. depends on DVB_CORE && I2C
  17. default m if DVB_FE_CUSTOMISE
  18. help
  19. A DVB-S tuner module. Say Y when you want to support this frontend.
  20. config DVB_CX24123
  21. tristate "Conexant CX24123 based"
  22. depends on DVB_CORE && I2C
  23. default m if DVB_FE_CUSTOMISE
  24. help
  25. A DVB-S tuner module. Say Y when you want to support this frontend.
  26. config DVB_MT312
  27. tristate "Zarlink VP310/MT312/ZL10313 based"
  28. depends on DVB_CORE && I2C
  29. default m if DVB_FE_CUSTOMISE
  30. help
  31. A DVB-S tuner module. Say Y when you want to support this frontend.
  32. config DVB_S5H1420
  33. tristate "Samsung S5H1420 based"
  34. depends on DVB_CORE && I2C
  35. default m if DVB_FE_CUSTOMISE
  36. help
  37. A DVB-S tuner module. Say Y when you want to support this frontend.
  38. config DVB_STV0299
  39. tristate "ST STV0299 based"
  40. depends on DVB_CORE && I2C
  41. default m if DVB_FE_CUSTOMISE
  42. help
  43. A DVB-S tuner module. Say Y when you want to support this frontend.
  44. config DVB_TDA8083
  45. tristate "Philips TDA8083 based"
  46. depends on DVB_CORE && I2C
  47. default m if DVB_FE_CUSTOMISE
  48. help
  49. A DVB-S tuner module. Say Y when you want to support this frontend.
  50. config DVB_TDA10086
  51. tristate "Philips TDA10086 based"
  52. depends on DVB_CORE && I2C
  53. default m if DVB_FE_CUSTOMISE
  54. help
  55. A DVB-S tuner module. Say Y when you want to support this frontend.
  56. config DVB_VES1X93
  57. tristate "VLSI VES1893 or VES1993 based"
  58. depends on DVB_CORE && I2C
  59. default m if DVB_FE_CUSTOMISE
  60. help
  61. A DVB-S tuner module. Say Y when you want to support this frontend.
  62. config DVB_TUNER_ITD1000
  63. tristate "Integrant ITD1000 Zero IF tuner for DVB-S/DSS"
  64. depends on DVB_CORE && I2C
  65. default m if DVB_FE_CUSTOMISE
  66. help
  67. A DVB-S tuner module. Say Y when you want to support this frontend.
  68. config DVB_TDA826X
  69. tristate "Philips TDA826X silicon tuner"
  70. depends on DVB_CORE && I2C
  71. default m if DVB_FE_CUSTOMISE
  72. help
  73. A DVB-S silicon tuner module. Say Y when you want to support this tuner.
  74. config DVB_TUA6100
  75. tristate "Infineon TUA6100 PLL"
  76. depends on DVB_CORE && I2C
  77. default m if DVB_FE_CUSTOMISE
  78. help
  79. A DVB-S PLL chip.
  80. comment "DVB-T (terrestrial) frontends"
  81. depends on DVB_CORE
  82. config DVB_SP8870
  83. tristate "Spase sp8870 based"
  84. depends on DVB_CORE && I2C
  85. default m if DVB_FE_CUSTOMISE
  86. help
  87. A DVB-T tuner module. Say Y when you want to support this frontend.
  88. This driver needs external firmware. Please use the command
  89. "<kerneldir>/Documentation/dvb/get_dvb_firmware sp8870" to
  90. download/extract it, and then copy it to /usr/lib/hotplug/firmware
  91. or /lib/firmware (depending on configuration of firmware hotplug).
  92. config DVB_SP887X
  93. tristate "Spase sp887x based"
  94. depends on DVB_CORE && I2C
  95. default m if DVB_FE_CUSTOMISE
  96. help
  97. A DVB-T tuner module. Say Y when you want to support this frontend.
  98. This driver needs external firmware. Please use the command
  99. "<kerneldir>/Documentation/dvb/get_dvb_firmware sp887x" to
  100. download/extract it, and then copy it to /usr/lib/hotplug/firmware
  101. or /lib/firmware (depending on configuration of firmware hotplug).
  102. config DVB_CX22700
  103. tristate "Conexant CX22700 based"
  104. depends on DVB_CORE && I2C
  105. default m if DVB_FE_CUSTOMISE
  106. help
  107. A DVB-T tuner module. Say Y when you want to support this frontend.
  108. config DVB_CX22702
  109. tristate "Conexant cx22702 demodulator (OFDM)"
  110. depends on DVB_CORE && I2C
  111. default m if DVB_FE_CUSTOMISE
  112. help
  113. A DVB-T tuner module. Say Y when you want to support this frontend.
  114. config DVB_DRX397XD
  115. tristate "Micronas DRX3975D/DRX3977D based"
  116. depends on DVB_CORE && I2C
  117. default m if DVB_FE_CUSTOMISE
  118. help
  119. A DVB-T tuner module. Say Y when you want to support this frontend.
  120. TODO:
  121. This driver needs external firmware. Please use the command
  122. "<kerneldir>/Documentation/dvb/get_dvb_firmware drx397xD" to
  123. download/extract them, and then copy them to /usr/lib/hotplug/firmware
  124. or /lib/firmware (depending on configuration of firmware hotplug).
  125. config DVB_L64781
  126. tristate "LSI L64781"
  127. depends on DVB_CORE && I2C
  128. default m if DVB_FE_CUSTOMISE
  129. help
  130. A DVB-T tuner module. Say Y when you want to support this frontend.
  131. config DVB_TDA1004X
  132. tristate "Philips TDA10045H/TDA10046H based"
  133. depends on DVB_CORE && I2C
  134. default m if DVB_FE_CUSTOMISE
  135. help
  136. A DVB-T tuner module. Say Y when you want to support this frontend.
  137. This driver needs external firmware. Please use the commands
  138. "<kerneldir>/Documentation/dvb/get_dvb_firmware tda10045",
  139. "<kerneldir>/Documentation/dvb/get_dvb_firmware tda10046" to
  140. download/extract them, and then copy them to /usr/lib/hotplug/firmware
  141. or /lib/firmware (depending on configuration of firmware hotplug).
  142. config DVB_NXT6000
  143. tristate "NxtWave Communications NXT6000 based"
  144. depends on DVB_CORE && I2C
  145. default m if DVB_FE_CUSTOMISE
  146. help
  147. A DVB-T tuner module. Say Y when you want to support this frontend.
  148. config DVB_MT352
  149. tristate "Zarlink MT352 based"
  150. depends on DVB_CORE && I2C
  151. default m if DVB_FE_CUSTOMISE
  152. help
  153. A DVB-T tuner module. Say Y when you want to support this frontend.
  154. config DVB_ZL10353
  155. tristate "Zarlink ZL10353 based"
  156. depends on DVB_CORE && I2C
  157. default m if DVB_FE_CUSTOMISE
  158. help
  159. A DVB-T tuner module. Say Y when you want to support this frontend.
  160. config DVB_DIB3000MB
  161. tristate "DiBcom 3000M-B"
  162. depends on DVB_CORE && I2C
  163. default m if DVB_FE_CUSTOMISE
  164. help
  165. A DVB-T tuner module. Designed for mobile usage. Say Y when you want
  166. to support this frontend.
  167. config DVB_DIB3000MC
  168. tristate "DiBcom 3000P/M-C"
  169. depends on DVB_CORE && I2C
  170. default m if DVB_FE_CUSTOMISE
  171. help
  172. A DVB-T tuner module. Designed for mobile usage. Say Y when you want
  173. to support this frontend.
  174. config DVB_DIB7000M
  175. tristate "DiBcom 7000MA/MB/PA/PB/MC"
  176. depends on DVB_CORE && I2C
  177. default m if DVB_FE_CUSTOMISE
  178. help
  179. A DVB-T tuner module. Designed for mobile usage. Say Y when you want
  180. to support this frontend.
  181. config DVB_DIB7000P
  182. tristate "DiBcom 7000PC"
  183. depends on DVB_CORE && I2C
  184. default m if DVB_FE_CUSTOMISE
  185. help
  186. A DVB-T tuner module. Designed for mobile usage. Say Y when you want
  187. to support this frontend.
  188. config DVB_TDA10048
  189. tristate "Philips TDA10048HN based"
  190. depends on DVB_CORE && I2C
  191. default m if DVB_FE_CUSTOMISE
  192. help
  193. A DVB-T tuner module. Say Y when you want to support this frontend.
  194. comment "DVB-C (cable) frontends"
  195. depends on DVB_CORE
  196. config DVB_VES1820
  197. tristate "VLSI VES1820 based"
  198. depends on DVB_CORE && I2C
  199. default m if DVB_FE_CUSTOMISE
  200. help
  201. A DVB-C tuner module. Say Y when you want to support this frontend.
  202. config DVB_TDA10021
  203. tristate "Philips TDA10021 based"
  204. depends on DVB_CORE && I2C
  205. default m if DVB_FE_CUSTOMISE
  206. help
  207. A DVB-C tuner module. Say Y when you want to support this frontend.
  208. config DVB_TDA10023
  209. tristate "Philips TDA10023 based"
  210. depends on DVB_CORE && I2C
  211. default m if DVB_FE_CUSTOMISE
  212. help
  213. A DVB-C tuner module. Say Y when you want to support this frontend.
  214. config DVB_STV0297
  215. tristate "ST STV0297 based"
  216. depends on DVB_CORE && I2C
  217. default m if DVB_FE_CUSTOMISE
  218. help
  219. A DVB-C tuner module. Say Y when you want to support this frontend.
  220. comment "ATSC (North American/Korean Terrestrial/Cable DTV) frontends"
  221. depends on DVB_CORE
  222. config DVB_NXT200X
  223. tristate "NxtWave Communications NXT2002/NXT2004 based"
  224. depends on DVB_CORE && I2C
  225. default m if DVB_FE_CUSTOMISE
  226. help
  227. An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
  228. to support this frontend.
  229. This driver needs external firmware. Please use the commands
  230. "<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2002" and
  231. "<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2004" to
  232. download/extract them, and then copy them to /usr/lib/hotplug/firmware
  233. or /lib/firmware (depending on configuration of firmware hotplug).
  234. config DVB_OR51211
  235. tristate "Oren OR51211 based"
  236. depends on DVB_CORE && I2C
  237. default m if DVB_FE_CUSTOMISE
  238. help
  239. An ATSC 8VSB tuner module. Say Y when you want to support this frontend.
  240. This driver needs external firmware. Please use the command
  241. "<kerneldir>/Documentation/dvb/get_dvb_firmware or51211" to
  242. download it, and then copy it to /usr/lib/hotplug/firmware
  243. or /lib/firmware (depending on configuration of firmware hotplug).
  244. config DVB_OR51132
  245. tristate "Oren OR51132 based"
  246. depends on DVB_CORE && I2C
  247. default m if DVB_FE_CUSTOMISE
  248. help
  249. An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
  250. to support this frontend.
  251. This driver needs external firmware. Please use the commands
  252. "<kerneldir>/Documentation/dvb/get_dvb_firmware or51132_vsb" and/or
  253. "<kerneldir>/Documentation/dvb/get_dvb_firmware or51132_qam" to
  254. download firmwares for 8VSB and QAM64/256, respectively. Copy them to
  255. /usr/lib/hotplug/firmware or /lib/firmware (depending on
  256. configuration of firmware hotplug).
  257. config DVB_BCM3510
  258. tristate "Broadcom BCM3510"
  259. depends on DVB_CORE && I2C
  260. default m if DVB_FE_CUSTOMISE
  261. help
  262. An ATSC 8VSB/16VSB and QAM64/256 tuner module. Say Y when you want to
  263. support this frontend.
  264. config DVB_LGDT330X
  265. tristate "LG Electronics LGDT3302/LGDT3303 based"
  266. depends on DVB_CORE && I2C
  267. default m if DVB_FE_CUSTOMISE
  268. help
  269. An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
  270. to support this frontend.
  271. config DVB_S5H1409
  272. tristate "Samsung S5H1409 based"
  273. depends on DVB_CORE && I2C
  274. default m if DVB_FE_CUSTOMISE
  275. help
  276. An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
  277. to support this frontend.
  278. config DVB_AU8522
  279. tristate "Auvitek AU8522 based"
  280. depends on DVB_CORE && I2C
  281. default m if DVB_FE_CUSTOMISE
  282. help
  283. An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
  284. to support this frontend.
  285. config DVB_S5H1411
  286. tristate "Samsung S5H1411 based"
  287. depends on DVB_CORE && I2C
  288. default m if DVB_FE_CUSTOMISE
  289. help
  290. An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
  291. to support this frontend.
  292. comment "Digital terrestrial only tuners/PLL"
  293. depends on DVB_CORE
  294. config DVB_PLL
  295. tristate "Generic I2C PLL based tuners"
  296. depends on DVB_CORE && I2C
  297. default m if DVB_FE_CUSTOMISE
  298. help
  299. This module drives a number of tuners based on PLL chips with a
  300. common I2C interface. Say Y when you want to support these tuners.
  301. config DVB_TUNER_DIB0070
  302. tristate "DiBcom DiB0070 silicon base-band tuner"
  303. depends on I2C
  304. default m if DVB_FE_CUSTOMISE
  305. help
  306. A driver for the silicon baseband tuner DiB0070 from DiBcom.
  307. This device is only used inside a SiP called togther with a
  308. demodulator for now.
  309. comment "SEC control devices for DVB-S"
  310. depends on DVB_CORE
  311. config DVB_LNBP21
  312. tristate "LNBP21 SEC controller"
  313. depends on DVB_CORE && I2C
  314. default m if DVB_FE_CUSTOMISE
  315. help
  316. An SEC control chip.
  317. config DVB_ISL6405
  318. tristate "ISL6405 SEC controller"
  319. depends on DVB_CORE && I2C
  320. default m if DVB_FE_CUSTOMISE
  321. help
  322. An SEC control chip.
  323. config DVB_ISL6421
  324. tristate "ISL6421 SEC controller"
  325. depends on DVB_CORE && I2C
  326. default m if DVB_FE_CUSTOMISE
  327. help
  328. An SEC control chip.
  329. config DVB_LGS8GL5
  330. tristate "Silicon Legend LGS-8GL5 demodulator (OFDM)"
  331. depends on DVB_CORE && I2C
  332. default m if DVB_FE_CUSTOMISE
  333. help
  334. A DMB-TH tuner module. Say Y when you want to support this frontend.
  335. comment "Tools to develop new frontends"
  336. config DVB_DUMMY_FE
  337. tristate "Dummy frontend driver"
  338. default n
  339. config DVB_AF9013
  340. tristate "Afatech AF9013 demodulator"
  341. depends on DVB_CORE && I2C
  342. default m if DVB_FE_CUSTOMISE
  343. help
  344. Say Y when you want to support this frontend.
  345. endmenu