Kconfig 14 KB

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