Kconfig 16 KB

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