Kconfig 23 KB

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