Kconfig 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706
  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. comment "DVB-C (cable) frontends"
  362. depends on DVB_CORE
  363. config DVB_VES1820
  364. tristate "VLSI VES1820 based"
  365. depends on DVB_CORE && I2C
  366. default m if DVB_FE_CUSTOMISE
  367. help
  368. A DVB-C tuner module. Say Y when you want to support this frontend.
  369. config DVB_TDA10021
  370. tristate "Philips TDA10021 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_TDA10023
  376. tristate "Philips TDA10023 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_STV0297
  382. tristate "ST STV0297 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. comment "ATSC (North American/Korean Terrestrial/Cable DTV) frontends"
  388. depends on DVB_CORE
  389. config DVB_NXT200X
  390. tristate "NxtWave Communications NXT2002/NXT2004 based"
  391. depends on DVB_CORE && I2C
  392. default m if DVB_FE_CUSTOMISE
  393. help
  394. An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
  395. to support this frontend.
  396. This driver needs external firmware. Please use the commands
  397. "<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2002" and
  398. "<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2004" to
  399. download/extract them, and then copy them to /usr/lib/hotplug/firmware
  400. or /lib/firmware (depending on configuration of firmware hotplug).
  401. config DVB_OR51211
  402. tristate "Oren OR51211 based"
  403. depends on DVB_CORE && I2C
  404. default m if DVB_FE_CUSTOMISE
  405. help
  406. An ATSC 8VSB tuner module. Say Y when you want to support this frontend.
  407. This driver needs external firmware. Please use the command
  408. "<kerneldir>/Documentation/dvb/get_dvb_firmware or51211" to
  409. download it, and then copy it to /usr/lib/hotplug/firmware
  410. or /lib/firmware (depending on configuration of firmware hotplug).
  411. config DVB_OR51132
  412. tristate "Oren OR51132 based"
  413. depends on DVB_CORE && I2C
  414. default m if DVB_FE_CUSTOMISE
  415. help
  416. An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
  417. to support this frontend.
  418. This driver needs external firmware. Please use the commands
  419. "<kerneldir>/Documentation/dvb/get_dvb_firmware or51132_vsb" and/or
  420. "<kerneldir>/Documentation/dvb/get_dvb_firmware or51132_qam" to
  421. download firmwares for 8VSB and QAM64/256, respectively. Copy them to
  422. /usr/lib/hotplug/firmware or /lib/firmware (depending on
  423. configuration of firmware hotplug).
  424. config DVB_BCM3510
  425. tristate "Broadcom BCM3510"
  426. depends on DVB_CORE && I2C
  427. default m if DVB_FE_CUSTOMISE
  428. help
  429. An ATSC 8VSB/16VSB and QAM64/256 tuner module. Say Y when you want to
  430. support this frontend.
  431. config DVB_LGDT330X
  432. tristate "LG Electronics LGDT3302/LGDT3303 based"
  433. depends on DVB_CORE && I2C
  434. default m if DVB_FE_CUSTOMISE
  435. help
  436. An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
  437. to support this frontend.
  438. config DVB_LGDT3305
  439. tristate "LG Electronics LGDT3304 and LGDT3305 based"
  440. depends on DVB_CORE && I2C
  441. default m if DVB_FE_CUSTOMISE
  442. help
  443. An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
  444. to support this frontend.
  445. config DVB_S5H1409
  446. tristate "Samsung S5H1409 based"
  447. depends on DVB_CORE && I2C
  448. default m if DVB_FE_CUSTOMISE
  449. help
  450. An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
  451. to support this frontend.
  452. config DVB_AU8522
  453. tristate "Auvitek AU8522 based"
  454. depends on DVB_CORE && I2C && VIDEO_V4L2
  455. default m if DVB_FE_CUSTOMISE
  456. help
  457. An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
  458. to support this frontend.
  459. config DVB_S5H1411
  460. tristate "Samsung S5H1411 based"
  461. depends on DVB_CORE && I2C
  462. default m if DVB_FE_CUSTOMISE
  463. help
  464. An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
  465. to support this frontend.
  466. comment "ISDB-T (terrestrial) frontends"
  467. depends on DVB_CORE
  468. config DVB_S921
  469. tristate "Sharp S921 frontend"
  470. depends on DVB_CORE && I2C
  471. default m if DVB_FE_CUSTOMISE
  472. help
  473. AN ISDB-T DQPSK, QPSK, 16QAM and 64QAM 1seg tuner module.
  474. Say Y when you want to support this frontend.
  475. config DVB_DIB8000
  476. tristate "DiBcom 8000MB/MC"
  477. depends on DVB_CORE && I2C
  478. default m if DVB_FE_CUSTOMISE
  479. help
  480. A driver for DiBcom's DiB8000 ISDB-T/ISDB-Tsb demodulator.
  481. Say Y when you want to support this frontend.
  482. config DVB_MB86A20S
  483. tristate "Fujitsu mb86a20s"
  484. depends on DVB_CORE && I2C
  485. default m if DVB_FE_CUSTOMISE
  486. help
  487. A driver for Fujitsu mb86a20s ISDB-T/ISDB-Tsb demodulator.
  488. Say Y when you want to support this frontend.
  489. comment "Digital terrestrial only tuners/PLL"
  490. depends on DVB_CORE
  491. config DVB_PLL
  492. tristate "Generic I2C PLL based tuners"
  493. depends on DVB_CORE && I2C
  494. default m if DVB_FE_CUSTOMISE
  495. help
  496. This module drives a number of tuners based on PLL chips with a
  497. common I2C interface. Say Y when you want to support these tuners.
  498. config DVB_TUNER_DIB0070
  499. tristate "DiBcom DiB0070 silicon base-band tuner"
  500. depends on I2C
  501. default m if DVB_FE_CUSTOMISE
  502. help
  503. A driver for the silicon baseband tuner DiB0070 from DiBcom.
  504. This device is only used inside a SiP called together with a
  505. demodulator for now.
  506. config DVB_TUNER_DIB0090
  507. tristate "DiBcom DiB0090 silicon base-band tuner"
  508. depends on I2C
  509. default m if DVB_FE_CUSTOMISE
  510. help
  511. A driver for the silicon baseband tuner DiB0090 from DiBcom.
  512. This device is only used inside a SiP called together with a
  513. demodulator for now.
  514. comment "SEC control devices for DVB-S"
  515. depends on DVB_CORE
  516. config DVB_LNBP21
  517. tristate "LNBP21/LNBH24 SEC controllers"
  518. depends on DVB_CORE && I2C
  519. default m if DVB_FE_CUSTOMISE
  520. help
  521. An SEC control chips.
  522. config DVB_LNBP22
  523. tristate "LNBP22 SEC controllers"
  524. depends on DVB_CORE && I2C
  525. default m if DVB_FE_CUSTOMISE
  526. help
  527. LNB power supply and control voltage
  528. regulator chip with step-up converter
  529. and I2C interface.
  530. Say Y when you want to support this chip.
  531. config DVB_ISL6405
  532. tristate "ISL6405 SEC controller"
  533. depends on DVB_CORE && I2C
  534. default m if DVB_FE_CUSTOMISE
  535. help
  536. An SEC control chip.
  537. config DVB_ISL6421
  538. tristate "ISL6421 SEC controller"
  539. depends on DVB_CORE && I2C
  540. default m if DVB_FE_CUSTOMISE
  541. help
  542. An SEC control chip.
  543. config DVB_ISL6423
  544. tristate "ISL6423 SEC controller"
  545. depends on DVB_CORE && I2C
  546. default m if DVB_FE_CUSTOMISE
  547. help
  548. A SEC controller chip from Intersil
  549. config DVB_A8293
  550. tristate "Allegro A8293"
  551. depends on DVB_CORE && I2C
  552. default m if DVB_FE_CUSTOMISE
  553. config DVB_LGS8GL5
  554. tristate "Silicon Legend LGS-8GL5 demodulator (OFDM)"
  555. depends on DVB_CORE && I2C
  556. default m if DVB_FE_CUSTOMISE
  557. help
  558. A DMB-TH tuner module. Say Y when you want to support this frontend.
  559. config DVB_LGS8GXX
  560. tristate "Legend Silicon LGS8913/LGS8GL5/LGS8GXX DMB-TH demodulator"
  561. depends on DVB_CORE && I2C
  562. select FW_LOADER
  563. default m if DVB_FE_CUSTOMISE
  564. help
  565. A DMB-TH tuner module. Say Y when you want to support this frontend.
  566. config DVB_ATBM8830
  567. tristate "AltoBeam ATBM8830/8831 DMB-TH demodulator"
  568. depends on DVB_CORE && I2C
  569. default m if DVB_FE_CUSTOMISE
  570. help
  571. A DMB-TH tuner module. Say Y when you want to support this frontend.
  572. config DVB_TDA665x
  573. tristate "TDA665x tuner"
  574. depends on DVB_CORE && I2C
  575. default m if DVB_FE_CUSTOMISE
  576. help
  577. Support for tuner modules based on Philips TDA6650/TDA6651 chips.
  578. Say Y when you want to support this chip.
  579. Currently supported tuners:
  580. * Panasonic ENV57H12D5 (ET-50DT)
  581. config DVB_IX2505V
  582. tristate "Sharp IX2505V silicon tuner"
  583. depends on DVB_CORE && I2C
  584. default m if DVB_FE_CUSTOMISE
  585. help
  586. A DVB-S tuner module. Say Y when you want to support this frontend.
  587. config DVB_IT913X_FE
  588. tristate "it913x frontend and it9137 tuner"
  589. depends on DVB_CORE && I2C
  590. default m if DVB_FE_CUSTOMISE
  591. help
  592. A DVB-T tuner module.
  593. Say Y when you want to support this frontend.
  594. comment "Tools to develop new frontends"
  595. config DVB_DUMMY_FE
  596. tristate "Dummy frontend driver"
  597. default n
  598. endmenu