Kconfig 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748
  1. config DVB_FE_CUSTOMISE
  2. bool "Customise the frontend modules to build"
  3. depends on DVB_CORE
  4. default y if EXPERT
  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. menu "Customise DVB Frontends"
  13. visible if DVB_FE_CUSTOMISE
  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 "Multistandard (cable + terrestrial) frontends"
  44. depends on DVB_CORE
  45. config DVB_DRXK
  46. tristate "Micronas DRXK based"
  47. depends on DVB_CORE && I2C
  48. default m if DVB_FE_CUSTOMISE
  49. help
  50. Micronas DRX-K DVB-C/T demodulator.
  51. Say Y when you want to support this frontend.
  52. config DVB_TDA18271C2DD
  53. tristate "NXP TDA18271C2 silicon tuner"
  54. depends on DVB_CORE && I2C
  55. default m if DVB_FE_CUSTOMISE
  56. help
  57. NXP TDA18271 silicon tuner.
  58. Say Y when you want to support this tuner.
  59. comment "DVB-S (satellite) frontends"
  60. depends on DVB_CORE
  61. config DVB_CX24110
  62. tristate "Conexant CX24110 based"
  63. depends on DVB_CORE && I2C
  64. default m if DVB_FE_CUSTOMISE
  65. help
  66. A DVB-S tuner module. Say Y when you want to support this frontend.
  67. config DVB_CX24123
  68. tristate "Conexant CX24123 based"
  69. depends on DVB_CORE && I2C
  70. default m if DVB_FE_CUSTOMISE
  71. help
  72. A DVB-S tuner module. Say Y when you want to support this frontend.
  73. config DVB_MT312
  74. tristate "Zarlink VP310/MT312/ZL10313 based"
  75. depends on DVB_CORE && I2C
  76. default m if DVB_FE_CUSTOMISE
  77. help
  78. A DVB-S tuner module. Say Y when you want to support this frontend.
  79. config DVB_ZL10036
  80. tristate "Zarlink ZL10036 silicon tuner"
  81. depends on DVB_CORE && I2C
  82. default m if DVB_FE_CUSTOMISE
  83. help
  84. A DVB-S tuner module. Say Y when you want to support this frontend.
  85. config DVB_ZL10039
  86. tristate "Zarlink ZL10039 silicon tuner"
  87. depends on DVB_CORE && I2C
  88. default m if DVB_FE_CUSTOMISE
  89. help
  90. A DVB-S tuner module. Say Y when you want to support this frontend.
  91. config DVB_S5H1420
  92. tristate "Samsung S5H1420 based"
  93. depends on DVB_CORE && I2C
  94. default m if DVB_FE_CUSTOMISE
  95. help
  96. A DVB-S tuner module. Say Y when you want to support this frontend.
  97. config DVB_STV0288
  98. tristate "ST STV0288 based"
  99. depends on DVB_CORE && I2C
  100. default m if DVB_FE_CUSTOMISE
  101. help
  102. A DVB-S tuner module. Say Y when you want to support this frontend.
  103. config DVB_STB6000
  104. tristate "ST STB6000 silicon tuner"
  105. depends on DVB_CORE && I2C
  106. default m if DVB_FE_CUSTOMISE
  107. help
  108. A DVB-S silicon tuner module. Say Y when you want to support this tuner.
  109. config DVB_STV0299
  110. tristate "ST STV0299 based"
  111. depends on DVB_CORE && I2C
  112. default m if DVB_FE_CUSTOMISE
  113. help
  114. A DVB-S tuner module. Say Y when you want to support this frontend.
  115. config DVB_STV6110
  116. tristate "ST STV6110 silicon tuner"
  117. depends on DVB_CORE && I2C
  118. default m if DVB_FE_CUSTOMISE
  119. help
  120. A DVB-S silicon tuner module. Say Y when you want to support this tuner.
  121. config DVB_STV0900
  122. tristate "ST STV0900 based"
  123. depends on DVB_CORE && I2C
  124. default m if DVB_FE_CUSTOMISE
  125. help
  126. A DVB-S/S2 demodulator. Say Y when you want to support this frontend.
  127. config DVB_TDA8083
  128. tristate "Philips TDA8083 based"
  129. depends on DVB_CORE && I2C
  130. default m if DVB_FE_CUSTOMISE
  131. help
  132. A DVB-S tuner module. Say Y when you want to support this frontend.
  133. config DVB_TDA10086
  134. tristate "Philips TDA10086 based"
  135. depends on DVB_CORE && I2C
  136. default m if DVB_FE_CUSTOMISE
  137. help
  138. A DVB-S tuner module. Say Y when you want to support this frontend.
  139. config DVB_TDA8261
  140. tristate "Philips TDA8261 based"
  141. depends on DVB_CORE && I2C
  142. default m if DVB_FE_CUSTOMISE
  143. help
  144. A DVB-S tuner module. Say Y when you want to support this frontend.
  145. config DVB_VES1X93
  146. tristate "VLSI VES1893 or VES1993 based"
  147. depends on DVB_CORE && I2C
  148. default m if DVB_FE_CUSTOMISE
  149. help
  150. A DVB-S tuner module. Say Y when you want to support this frontend.
  151. config DVB_TUNER_ITD1000
  152. tristate "Integrant ITD1000 Zero IF tuner for DVB-S/DSS"
  153. depends on DVB_CORE && I2C
  154. default m if DVB_FE_CUSTOMISE
  155. help
  156. A DVB-S tuner module. Say Y when you want to support this frontend.
  157. config DVB_TUNER_CX24113
  158. tristate "Conexant CX24113/CX24128 tuner for DVB-S/DSS"
  159. depends on DVB_CORE && I2C
  160. default m if DVB_FE_CUSTOMISE
  161. help
  162. A DVB-S tuner module. Say Y when you want to support this frontend.
  163. config DVB_TDA826X
  164. tristate "Philips TDA826X silicon tuner"
  165. depends on DVB_CORE && I2C
  166. default m if DVB_FE_CUSTOMISE
  167. help
  168. A DVB-S silicon tuner module. Say Y when you want to support this tuner.
  169. config DVB_TUA6100
  170. tristate "Infineon TUA6100 PLL"
  171. depends on DVB_CORE && I2C
  172. default m if DVB_FE_CUSTOMISE
  173. help
  174. A DVB-S PLL chip.
  175. config DVB_CX24116
  176. tristate "Conexant CX24116 based"
  177. depends on DVB_CORE && I2C
  178. default m if DVB_FE_CUSTOMISE
  179. help
  180. A DVB-S/S2 tuner module. Say Y when you want to support this frontend.
  181. config DVB_SI21XX
  182. tristate "Silicon Labs SI21XX based"
  183. depends on DVB_CORE && I2C
  184. default m if DVB_FE_CUSTOMISE
  185. help
  186. A DVB-S tuner module. Say Y when you want to support this frontend.
  187. config DVB_DS3000
  188. tristate "Montage Tehnology DS3000 based"
  189. depends on DVB_CORE && I2C
  190. default m if DVB_FE_CUSTOMISE
  191. help
  192. A DVB-S/S2 tuner module. Say Y when you want to support this frontend.
  193. config DVB_MB86A16
  194. tristate "Fujitsu MB86A16 based"
  195. depends on DVB_CORE && I2C
  196. default m if DVB_FE_CUSTOMISE
  197. help
  198. A DVB-S/DSS Direct Conversion reveiver.
  199. Say Y when you want to support this frontend.
  200. config DVB_TDA10071
  201. tristate "NXP TDA10071"
  202. depends on DVB_CORE && I2C
  203. default m if DVB_FE_CUSTOMISE
  204. help
  205. Say Y when you want to support this frontend.
  206. comment "DVB-T (terrestrial) frontends"
  207. depends on DVB_CORE
  208. config DVB_SP8870
  209. tristate "Spase sp8870 based"
  210. depends on DVB_CORE && I2C
  211. default m if DVB_FE_CUSTOMISE
  212. help
  213. A DVB-T tuner module. Say Y when you want to support this frontend.
  214. This driver needs external firmware. Please use the command
  215. "<kerneldir>/Documentation/dvb/get_dvb_firmware sp8870" to
  216. download/extract it, and then copy it to /usr/lib/hotplug/firmware
  217. or /lib/firmware (depending on configuration of firmware hotplug).
  218. config DVB_SP887X
  219. tristate "Spase sp887x 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. This driver needs external firmware. Please use the command
  225. "<kerneldir>/Documentation/dvb/get_dvb_firmware sp887x" to
  226. download/extract it, and then copy it to /usr/lib/hotplug/firmware
  227. or /lib/firmware (depending on configuration of firmware hotplug).
  228. config DVB_CX22700
  229. tristate "Conexant CX22700 based"
  230. depends on DVB_CORE && I2C
  231. default m if DVB_FE_CUSTOMISE
  232. help
  233. A DVB-T tuner module. Say Y when you want to support this frontend.
  234. config DVB_CX22702
  235. tristate "Conexant cx22702 demodulator (OFDM)"
  236. depends on DVB_CORE && I2C
  237. default m if DVB_FE_CUSTOMISE
  238. help
  239. A DVB-T tuner module. Say Y when you want to support this frontend.
  240. config DVB_S5H1432
  241. tristate "Samsung s5h1432 demodulator (OFDM)"
  242. depends on DVB_CORE && I2C
  243. default m if DVB_FE_CUSTOMISE
  244. help
  245. A DVB-T tuner module. Say Y when you want to support this frontend.
  246. config DVB_DRXD
  247. tristate "Micronas DRXD driver"
  248. depends on DVB_CORE && I2C
  249. default m if DVB_FE_CUSTOMISE
  250. help
  251. A DVB-T tuner module. Say Y when you want to support this frontend.
  252. Note: this driver was based on vendor driver reference code (released
  253. under the GPL) as opposed to the existing drx397xd driver, which
  254. was written via reverse engineering.
  255. config DVB_L64781
  256. tristate "LSI L64781"
  257. depends on DVB_CORE && I2C
  258. default m if DVB_FE_CUSTOMISE
  259. help
  260. A DVB-T tuner module. Say Y when you want to support this frontend.
  261. config DVB_TDA1004X
  262. tristate "Philips TDA10045H/TDA10046H based"
  263. depends on DVB_CORE && I2C
  264. default m if DVB_FE_CUSTOMISE
  265. help
  266. A DVB-T tuner module. Say Y when you want to support this frontend.
  267. This driver needs external firmware. Please use the commands
  268. "<kerneldir>/Documentation/dvb/get_dvb_firmware tda10045",
  269. "<kerneldir>/Documentation/dvb/get_dvb_firmware tda10046" to
  270. download/extract them, and then copy them to /usr/lib/hotplug/firmware
  271. or /lib/firmware (depending on configuration of firmware hotplug).
  272. config DVB_NXT6000
  273. tristate "NxtWave Communications NXT6000 based"
  274. depends on DVB_CORE && I2C
  275. default m if DVB_FE_CUSTOMISE
  276. help
  277. A DVB-T tuner module. Say Y when you want to support this frontend.
  278. config DVB_MT352
  279. tristate "Zarlink MT352 based"
  280. depends on DVB_CORE && I2C
  281. default m if DVB_FE_CUSTOMISE
  282. help
  283. A DVB-T tuner module. Say Y when you want to support this frontend.
  284. config DVB_ZL10353
  285. tristate "Zarlink ZL10353 based"
  286. depends on DVB_CORE && I2C
  287. default m if DVB_FE_CUSTOMISE
  288. help
  289. A DVB-T tuner module. Say Y when you want to support this frontend.
  290. config DVB_DIB3000MB
  291. tristate "DiBcom 3000M-B"
  292. depends on DVB_CORE && I2C
  293. default m if DVB_FE_CUSTOMISE
  294. help
  295. A DVB-T tuner module. Designed for mobile usage. Say Y when you want
  296. to support this frontend.
  297. config DVB_DIB3000MC
  298. tristate "DiBcom 3000P/M-C"
  299. depends on DVB_CORE && I2C
  300. default m if DVB_FE_CUSTOMISE
  301. help
  302. A DVB-T tuner module. Designed for mobile usage. Say Y when you want
  303. to support this frontend.
  304. config DVB_DIB7000M
  305. tristate "DiBcom 7000MA/MB/PA/PB/MC"
  306. depends on DVB_CORE && I2C
  307. default m if DVB_FE_CUSTOMISE
  308. help
  309. A DVB-T tuner module. Designed for mobile usage. Say Y when you want
  310. to support this frontend.
  311. config DVB_DIB7000P
  312. tristate "DiBcom 7000PC"
  313. depends on DVB_CORE && I2C
  314. default m if DVB_FE_CUSTOMISE
  315. help
  316. A DVB-T tuner module. Designed for mobile usage. Say Y when you want
  317. to support this frontend.
  318. config DVB_DIB9000
  319. tristate "DiBcom 9000"
  320. depends on DVB_CORE && I2C
  321. default m if DVB_FE_CUSTOMISE
  322. help
  323. A DVB-T tuner module. Designed for mobile usage. Say Y when you want
  324. to support this frontend.
  325. config DVB_TDA10048
  326. tristate "Philips TDA10048HN based"
  327. depends on DVB_CORE && I2C
  328. default m if DVB_FE_CUSTOMISE
  329. help
  330. A DVB-T tuner module. Say Y when you want to support this frontend.
  331. config DVB_AF9013
  332. tristate "Afatech AF9013 demodulator"
  333. depends on DVB_CORE && I2C
  334. default m if DVB_FE_CUSTOMISE
  335. help
  336. Say Y when you want to support this frontend.
  337. config DVB_EC100
  338. tristate "E3C EC100"
  339. depends on DVB_CORE && I2C
  340. default m if DVB_FE_CUSTOMISE
  341. help
  342. Say Y when you want to support this frontend.
  343. config DVB_HD29L2
  344. tristate "HDIC HD29L2"
  345. depends on DVB_CORE && I2C
  346. default m if DVB_FE_CUSTOMISE
  347. help
  348. Say Y when you want to support this frontend.
  349. config DVB_STV0367
  350. tristate "ST STV0367 based"
  351. depends on DVB_CORE && I2C
  352. default m if DVB_FE_CUSTOMISE
  353. help
  354. A DVB-T/C tuner module. Say Y when you want to support this frontend.
  355. config DVB_CXD2820R
  356. tristate "Sony CXD2820R"
  357. depends on DVB_CORE && I2C
  358. default m if DVB_FE_CUSTOMISE
  359. help
  360. Say Y when you want to support this frontend.
  361. config DVB_RTL2830
  362. tristate "Realtek RTL2830 DVB-T"
  363. depends on DVB_CORE && I2C
  364. default m if DVB_FE_CUSTOMISE
  365. help
  366. Say Y when you want to support this frontend.
  367. comment "DVB-C (cable) frontends"
  368. depends on DVB_CORE
  369. config DVB_VES1820
  370. tristate "VLSI VES1820 based"
  371. depends on DVB_CORE && I2C
  372. default m if DVB_FE_CUSTOMISE
  373. help
  374. A DVB-C tuner module. Say Y when you want to support this frontend.
  375. config DVB_TDA10021
  376. tristate "Philips TDA10021 based"
  377. depends on DVB_CORE && I2C
  378. default m if DVB_FE_CUSTOMISE
  379. help
  380. A DVB-C tuner module. Say Y when you want to support this frontend.
  381. config DVB_TDA10023
  382. tristate "Philips TDA10023 based"
  383. depends on DVB_CORE && I2C
  384. default m if DVB_FE_CUSTOMISE
  385. help
  386. A DVB-C tuner module. Say Y when you want to support this frontend.
  387. config DVB_STV0297
  388. tristate "ST STV0297 based"
  389. depends on DVB_CORE && I2C
  390. default m if DVB_FE_CUSTOMISE
  391. help
  392. A DVB-C tuner module. Say Y when you want to support this frontend.
  393. comment "ATSC (North American/Korean Terrestrial/Cable DTV) frontends"
  394. depends on DVB_CORE
  395. config DVB_NXT200X
  396. tristate "NxtWave Communications NXT2002/NXT2004 based"
  397. depends on DVB_CORE && I2C
  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. This driver needs external firmware. Please use the commands
  403. "<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2002" and
  404. "<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2004" to
  405. download/extract them, and then copy them to /usr/lib/hotplug/firmware
  406. or /lib/firmware (depending on configuration of firmware hotplug).
  407. config DVB_OR51211
  408. tristate "Oren OR51211 based"
  409. depends on DVB_CORE && I2C
  410. default m if DVB_FE_CUSTOMISE
  411. help
  412. An ATSC 8VSB tuner module. Say Y when you want to support this frontend.
  413. This driver needs external firmware. Please use the command
  414. "<kerneldir>/Documentation/dvb/get_dvb_firmware or51211" to
  415. download it, and then copy it to /usr/lib/hotplug/firmware
  416. or /lib/firmware (depending on configuration of firmware hotplug).
  417. config DVB_OR51132
  418. tristate "Oren OR51132 based"
  419. depends on DVB_CORE && I2C
  420. default m if DVB_FE_CUSTOMISE
  421. help
  422. An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
  423. to support this frontend.
  424. This driver needs external firmware. Please use the commands
  425. "<kerneldir>/Documentation/dvb/get_dvb_firmware or51132_vsb" and/or
  426. "<kerneldir>/Documentation/dvb/get_dvb_firmware or51132_qam" to
  427. download firmwares for 8VSB and QAM64/256, respectively. Copy them to
  428. /usr/lib/hotplug/firmware or /lib/firmware (depending on
  429. configuration of firmware hotplug).
  430. config DVB_BCM3510
  431. tristate "Broadcom BCM3510"
  432. depends on DVB_CORE && I2C
  433. default m if DVB_FE_CUSTOMISE
  434. help
  435. An ATSC 8VSB/16VSB and QAM64/256 tuner module. Say Y when you want to
  436. support this frontend.
  437. config DVB_LGDT330X
  438. tristate "LG Electronics LGDT3302/LGDT3303 based"
  439. depends on DVB_CORE && I2C
  440. default m if DVB_FE_CUSTOMISE
  441. help
  442. An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
  443. to support this frontend.
  444. config DVB_LGDT3305
  445. tristate "LG Electronics LGDT3304 and LGDT3305 based"
  446. depends on DVB_CORE && I2C
  447. default m if DVB_FE_CUSTOMISE
  448. help
  449. An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
  450. to support this frontend.
  451. config DVB_LG2160
  452. tristate "LG Electronics LG216x based"
  453. depends on DVB_CORE && I2C
  454. default m if DVB_FE_CUSTOMISE
  455. help
  456. An ATSC/MH demodulator module. Say Y when you want
  457. to support this frontend.
  458. config DVB_S5H1409
  459. tristate "Samsung S5H1409 based"
  460. depends on DVB_CORE && I2C
  461. default m if DVB_FE_CUSTOMISE
  462. help
  463. An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
  464. to support this frontend.
  465. config DVB_AU8522
  466. depends on I2C
  467. tristate
  468. config DVB_AU8522_DTV
  469. tristate "Auvitek AU8522 based DTV demod"
  470. depends on DVB_CORE && I2C
  471. select DVB_AU8522
  472. default m if DVB_FE_CUSTOMISE
  473. help
  474. An ATSC 8VSB, QAM64/256 & NTSC demodulator module. Say Y when
  475. you want to enable DTV demodulation support for this frontend.
  476. config DVB_AU8522_V4L
  477. tristate "Auvitek AU8522 based ATV demod"
  478. depends on VIDEO_V4L2 && I2C
  479. select DVB_AU8522
  480. default m if DVB_FE_CUSTOMISE
  481. help
  482. An ATSC 8VSB, QAM64/256 & NTSC demodulator module. Say Y when
  483. you want to enable ATV demodulation support for this frontend.
  484. config DVB_S5H1411
  485. tristate "Samsung S5H1411 based"
  486. depends on DVB_CORE && I2C
  487. default m if DVB_FE_CUSTOMISE
  488. help
  489. An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
  490. to support this frontend.
  491. comment "ISDB-T (terrestrial) frontends"
  492. depends on DVB_CORE
  493. config DVB_S921
  494. tristate "Sharp S921 frontend"
  495. depends on DVB_CORE && I2C
  496. default m if DVB_FE_CUSTOMISE
  497. help
  498. AN ISDB-T DQPSK, QPSK, 16QAM and 64QAM 1seg tuner module.
  499. Say Y when you want to support this frontend.
  500. config DVB_DIB8000
  501. tristate "DiBcom 8000MB/MC"
  502. depends on DVB_CORE && I2C
  503. default m if DVB_FE_CUSTOMISE
  504. help
  505. A driver for DiBcom's DiB8000 ISDB-T/ISDB-Tsb demodulator.
  506. Say Y when you want to support this frontend.
  507. config DVB_MB86A20S
  508. tristate "Fujitsu mb86a20s"
  509. depends on DVB_CORE && I2C
  510. default m if DVB_FE_CUSTOMISE
  511. help
  512. A driver for Fujitsu mb86a20s ISDB-T/ISDB-Tsb demodulator.
  513. Say Y when you want to support this frontend.
  514. comment "Digital terrestrial only tuners/PLL"
  515. depends on DVB_CORE
  516. config DVB_PLL
  517. tristate "Generic I2C PLL based tuners"
  518. depends on DVB_CORE && I2C
  519. default m if DVB_FE_CUSTOMISE
  520. help
  521. This module drives a number of tuners based on PLL chips with a
  522. common I2C interface. Say Y when you want to support these tuners.
  523. config DVB_TUNER_DIB0070
  524. tristate "DiBcom DiB0070 silicon base-band tuner"
  525. depends on I2C
  526. default m if DVB_FE_CUSTOMISE
  527. help
  528. A driver for the silicon baseband tuner DiB0070 from DiBcom.
  529. This device is only used inside a SiP called together with a
  530. demodulator for now.
  531. config DVB_TUNER_DIB0090
  532. tristate "DiBcom DiB0090 silicon base-band tuner"
  533. depends on I2C
  534. default m if DVB_FE_CUSTOMISE
  535. help
  536. A driver for the silicon baseband tuner DiB0090 from DiBcom.
  537. This device is only used inside a SiP called together with a
  538. demodulator for now.
  539. comment "SEC control devices for DVB-S"
  540. depends on DVB_CORE
  541. config DVB_LNBP21
  542. tristate "LNBP21/LNBH24 SEC controllers"
  543. depends on DVB_CORE && I2C
  544. default m if DVB_FE_CUSTOMISE
  545. help
  546. An SEC control chips.
  547. config DVB_LNBP22
  548. tristate "LNBP22 SEC controllers"
  549. depends on DVB_CORE && I2C
  550. default m if DVB_FE_CUSTOMISE
  551. help
  552. LNB power supply and control voltage
  553. regulator chip with step-up converter
  554. and I2C interface.
  555. Say Y when you want to support this chip.
  556. config DVB_ISL6405
  557. tristate "ISL6405 SEC controller"
  558. depends on DVB_CORE && I2C
  559. default m if DVB_FE_CUSTOMISE
  560. help
  561. An SEC control chip.
  562. config DVB_ISL6421
  563. tristate "ISL6421 SEC controller"
  564. depends on DVB_CORE && I2C
  565. default m if DVB_FE_CUSTOMISE
  566. help
  567. An SEC control chip.
  568. config DVB_ISL6423
  569. tristate "ISL6423 SEC controller"
  570. depends on DVB_CORE && I2C
  571. default m if DVB_FE_CUSTOMISE
  572. help
  573. A SEC controller chip from Intersil
  574. config DVB_A8293
  575. tristate "Allegro A8293"
  576. depends on DVB_CORE && I2C
  577. default m if DVB_FE_CUSTOMISE
  578. config DVB_LGS8GL5
  579. tristate "Silicon Legend LGS-8GL5 demodulator (OFDM)"
  580. depends on DVB_CORE && I2C
  581. default m if DVB_FE_CUSTOMISE
  582. help
  583. A DMB-TH tuner module. Say Y when you want to support this frontend.
  584. config DVB_LGS8GXX
  585. tristate "Legend Silicon LGS8913/LGS8GL5/LGS8GXX DMB-TH demodulator"
  586. depends on DVB_CORE && I2C
  587. select FW_LOADER
  588. default m if DVB_FE_CUSTOMISE
  589. help
  590. A DMB-TH tuner module. Say Y when you want to support this frontend.
  591. config DVB_ATBM8830
  592. tristate "AltoBeam ATBM8830/8831 DMB-TH demodulator"
  593. depends on DVB_CORE && I2C
  594. default m if DVB_FE_CUSTOMISE
  595. help
  596. A DMB-TH tuner module. Say Y when you want to support this frontend.
  597. config DVB_TDA665x
  598. tristate "TDA665x tuner"
  599. depends on DVB_CORE && I2C
  600. default m if DVB_FE_CUSTOMISE
  601. help
  602. Support for tuner modules based on Philips TDA6650/TDA6651 chips.
  603. Say Y when you want to support this chip.
  604. Currently supported tuners:
  605. * Panasonic ENV57H12D5 (ET-50DT)
  606. config DVB_IX2505V
  607. tristate "Sharp IX2505V silicon tuner"
  608. depends on DVB_CORE && I2C
  609. default m if DVB_FE_CUSTOMISE
  610. help
  611. A DVB-S tuner module. Say Y when you want to support this frontend.
  612. config DVB_IT913X_FE
  613. tristate "it913x frontend and it9137 tuner"
  614. depends on DVB_CORE && I2C
  615. default m if DVB_FE_CUSTOMISE
  616. help
  617. A DVB-T tuner module.
  618. Say Y when you want to support this frontend.
  619. config DVB_M88RS2000
  620. tristate "M88RS2000 DVB-S demodulator and tuner"
  621. depends on DVB_CORE && I2C
  622. default m if DVB_FE_CUSTOMISE
  623. help
  624. A DVB-S tuner module.
  625. Say Y when you want to support this frontend.
  626. config DVB_AF9033
  627. tristate "Afatech AF9033 DVB-T demodulator"
  628. depends on DVB_CORE && I2C
  629. default m if DVB_FE_CUSTOMISE
  630. comment "Tools to develop new frontends"
  631. config DVB_DUMMY_FE
  632. tristate "Dummy frontend driver"
  633. default n
  634. endmenu