Kconfig 15 KB

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