Kconfig 14 KB

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