Kconfig 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957
  1. # SPDX-License-Identifier: GPL-2.0
  2. if MEDIA_DIGITAL_TV_SUPPORT
  3. comment "DVB Frontend drivers auto-selected by 'Autoselect ancillary drivers'"
  4. depends on MEDIA_HIDE_ANCILLARY_SUBDRV
  5. menu "Customise DVB Frontends"
  6. visible if !MEDIA_HIDE_ANCILLARY_SUBDRV
  7. comment "Multistandard (satellite) frontends"
  8. depends on DVB_CORE
  9. config DVB_M88DS3103
  10. tristate "Montage Technology M88DS3103"
  11. depends on DVB_CORE && I2C && I2C_MUX
  12. select REGMAP_I2C
  13. default m if !MEDIA_SUBDRV_AUTOSELECT
  14. help
  15. Say Y when you want to support this frontend.
  16. config DVB_MXL5XX
  17. tristate "MaxLinear MxL5xx based tuner-demodulators"
  18. depends on DVB_CORE && I2C
  19. default m if !MEDIA_SUBDRV_AUTOSELECT
  20. help
  21. MaxLinear MxL5xx family of DVB-S/S2 tuners/demodulators.
  22. Say Y when you want to support these frontends.
  23. config DVB_STB0899
  24. tristate "STB0899 based"
  25. depends on DVB_CORE && I2C
  26. default m if !MEDIA_SUBDRV_AUTOSELECT
  27. help
  28. A DVB-S/S2/DSS Multistandard demodulator. Say Y when you want
  29. to support this demodulator based frontends
  30. config DVB_STB6100
  31. tristate "STB6100 based tuners"
  32. depends on DVB_CORE && I2C
  33. default m if !MEDIA_SUBDRV_AUTOSELECT
  34. help
  35. A Silicon tuner from ST used in conjunction with the STB0899
  36. demodulator. Say Y when you want to support this tuner.
  37. config DVB_STV090x
  38. tristate "STV0900/STV0903(A/B) based"
  39. depends on DVB_CORE && I2C
  40. default m if !MEDIA_SUBDRV_AUTOSELECT
  41. help
  42. DVB-S/S2/DSS Multistandard Professional/Broadcast demodulators.
  43. Say Y when you want to support these frontends.
  44. config DVB_STV0910
  45. tristate "STV0910 based"
  46. depends on DVB_CORE && I2C
  47. default m if !MEDIA_SUBDRV_AUTOSELECT
  48. help
  49. ST STV0910 DVB-S/S2 demodulator driver.
  50. Say Y when you want to support these frontends.
  51. config DVB_STV6110x
  52. tristate "STV6110/(A) based tuners"
  53. depends on DVB_CORE && I2C
  54. default m if !MEDIA_SUBDRV_AUTOSELECT
  55. help
  56. A Silicon tuner that supports DVB-S and DVB-S2 modes
  57. config DVB_STV6111
  58. tristate "STV6111 based tuners"
  59. depends on DVB_CORE && I2C
  60. default m if !MEDIA_SUBDRV_AUTOSELECT
  61. help
  62. A Silicon tuner that supports DVB-S and DVB-S2 modes
  63. Say Y when you want to support these frontends.
  64. comment "Multistandard (cable + terrestrial) frontends"
  65. depends on DVB_CORE
  66. config DVB_DRXK
  67. tristate "Micronas DRXK based"
  68. depends on DVB_CORE && I2C
  69. default m if !MEDIA_SUBDRV_AUTOSELECT
  70. help
  71. Micronas DRX-K DVB-C/T demodulator.
  72. Say Y when you want to support this frontend.
  73. config DVB_MN88472
  74. tristate "Panasonic MN88472"
  75. depends on DVB_CORE && I2C
  76. select REGMAP_I2C
  77. default m if !MEDIA_SUBDRV_AUTOSELECT
  78. help
  79. Say Y when you want to support this frontend.
  80. config DVB_MN88473
  81. tristate "Panasonic MN88473"
  82. depends on DVB_CORE && I2C
  83. select REGMAP_I2C
  84. default m if !MEDIA_SUBDRV_AUTOSELECT
  85. help
  86. Say Y when you want to support this frontend.
  87. config DVB_SI2165
  88. tristate "Silicon Labs si2165 based"
  89. depends on DVB_CORE && I2C
  90. select REGMAP_I2C
  91. default m if !MEDIA_SUBDRV_AUTOSELECT
  92. help
  93. A DVB-C/T demodulator.
  94. Say Y when you want to support this frontend.
  95. config DVB_TDA18271C2DD
  96. tristate "NXP TDA18271C2 silicon tuner"
  97. depends on DVB_CORE && I2C
  98. default m if !MEDIA_SUBDRV_AUTOSELECT
  99. help
  100. NXP TDA18271 silicon tuner.
  101. Say Y when you want to support this tuner.
  102. comment "DVB-S (satellite) frontends"
  103. depends on DVB_CORE
  104. config DVB_CX24110
  105. tristate "Conexant CX24110 based"
  106. depends on DVB_CORE && I2C
  107. default m if !MEDIA_SUBDRV_AUTOSELECT
  108. help
  109. A DVB-S tuner module. Say Y when you want to support this frontend.
  110. config DVB_CX24116
  111. tristate "Conexant CX24116 based"
  112. depends on DVB_CORE && I2C
  113. default m if !MEDIA_SUBDRV_AUTOSELECT
  114. help
  115. A DVB-S/S2 tuner module. Say Y when you want to support this frontend.
  116. config DVB_CX24117
  117. tristate "Conexant CX24117 based"
  118. depends on DVB_CORE && I2C
  119. default m if !MEDIA_SUBDRV_AUTOSELECT
  120. help
  121. A Dual DVB-S/S2 tuner module. Say Y when you want to support this frontend.
  122. config DVB_CX24120
  123. tristate "Conexant CX24120 based"
  124. depends on DVB_CORE && I2C
  125. default m if !MEDIA_SUBDRV_AUTOSELECT
  126. help
  127. A DVB-S/S2 tuner module. Say Y when you want to support this frontend.
  128. config DVB_CX24123
  129. tristate "Conexant CX24123 based"
  130. depends on DVB_CORE && I2C
  131. default m if !MEDIA_SUBDRV_AUTOSELECT
  132. help
  133. A DVB-S tuner module. Say Y when you want to support this frontend.
  134. config DVB_DS3000
  135. tristate "Montage Tehnology DS3000 based"
  136. depends on DVB_CORE && I2C
  137. default m if !MEDIA_SUBDRV_AUTOSELECT
  138. help
  139. A DVB-S/S2 tuner module. Say Y when you want to support this frontend.
  140. config DVB_MB86A16
  141. tristate "Fujitsu MB86A16 based"
  142. depends on DVB_CORE && I2C
  143. default m if !MEDIA_SUBDRV_AUTOSELECT
  144. help
  145. A DVB-S/DSS Direct Conversion reveiver.
  146. Say Y when you want to support this frontend.
  147. config DVB_MT312
  148. tristate "Zarlink VP310/MT312/ZL10313 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_S5H1420
  154. tristate "Samsung S5H1420 based"
  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_SI21XX
  160. tristate "Silicon Labs SI21XX based"
  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_STB6000
  166. tristate "ST STB6000 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_STV0288
  172. tristate "ST STV0288 based"
  173. depends on DVB_CORE && I2C
  174. default m if !MEDIA_SUBDRV_AUTOSELECT
  175. help
  176. A DVB-S tuner module. Say Y when you want to support this frontend.
  177. config DVB_STV0299
  178. tristate "ST STV0299 based"
  179. depends on DVB_CORE && I2C
  180. default m if !MEDIA_SUBDRV_AUTOSELECT
  181. help
  182. A DVB-S tuner module. Say Y when you want to support this frontend.
  183. config DVB_STV0900
  184. tristate "ST STV0900 based"
  185. depends on DVB_CORE && I2C
  186. default m if !MEDIA_SUBDRV_AUTOSELECT
  187. help
  188. A DVB-S/S2 demodulator. Say Y when you want to support this frontend.
  189. config DVB_STV6110
  190. tristate "ST STV6110 silicon tuner"
  191. depends on DVB_CORE && I2C
  192. default m if !MEDIA_SUBDRV_AUTOSELECT
  193. help
  194. A DVB-S silicon tuner module. Say Y when you want to support this tuner.
  195. config DVB_TDA10071
  196. tristate "NXP TDA10071"
  197. depends on DVB_CORE && I2C
  198. select REGMAP_I2C
  199. default m if !MEDIA_SUBDRV_AUTOSELECT
  200. help
  201. Say Y when you want to support this frontend.
  202. config DVB_TDA10086
  203. tristate "Philips TDA10086 based"
  204. depends on DVB_CORE && I2C
  205. default m if !MEDIA_SUBDRV_AUTOSELECT
  206. help
  207. A DVB-S tuner module. Say Y when you want to support this frontend.
  208. config DVB_TDA8083
  209. tristate "Philips TDA8083 based"
  210. depends on DVB_CORE && I2C
  211. default m if !MEDIA_SUBDRV_AUTOSELECT
  212. help
  213. A DVB-S tuner module. Say Y when you want to support this frontend.
  214. config DVB_TDA8261
  215. tristate "Philips TDA8261 based"
  216. depends on DVB_CORE && I2C
  217. default m if !MEDIA_SUBDRV_AUTOSELECT
  218. help
  219. A DVB-S tuner module. Say Y when you want to support this frontend.
  220. config DVB_TDA826X
  221. tristate "Philips TDA826X silicon tuner"
  222. depends on DVB_CORE && I2C
  223. default m if !MEDIA_SUBDRV_AUTOSELECT
  224. help
  225. A DVB-S silicon tuner module. Say Y when you want to support this tuner.
  226. config DVB_TS2020
  227. tristate "Montage Tehnology TS2020 based tuners"
  228. depends on DVB_CORE && I2C
  229. select REGMAP_I2C
  230. default m if !MEDIA_SUBDRV_AUTOSELECT
  231. help
  232. A DVB-S/S2 silicon tuner. Say Y when you want to support this tuner.
  233. config DVB_TUA6100
  234. tristate "Infineon TUA6100 PLL"
  235. depends on DVB_CORE && I2C
  236. default m if !MEDIA_SUBDRV_AUTOSELECT
  237. help
  238. A DVB-S PLL chip.
  239. config DVB_TUNER_CX24113
  240. tristate "Conexant CX24113/CX24128 tuner for DVB-S/DSS"
  241. depends on DVB_CORE && I2C
  242. default m if !MEDIA_SUBDRV_AUTOSELECT
  243. help
  244. A DVB-S tuner module. Say Y when you want to support this frontend.
  245. config DVB_TUNER_ITD1000
  246. tristate "Integrant ITD1000 Zero IF tuner for DVB-S/DSS"
  247. depends on DVB_CORE && I2C
  248. default m if !MEDIA_SUBDRV_AUTOSELECT
  249. help
  250. A DVB-S tuner module. Say Y when you want to support this frontend.
  251. config DVB_VES1X93
  252. tristate "VLSI VES1893 or VES1993 based"
  253. depends on DVB_CORE && I2C
  254. default m if !MEDIA_SUBDRV_AUTOSELECT
  255. help
  256. A DVB-S tuner module. Say Y when you want to support this frontend.
  257. config DVB_ZL10036
  258. tristate "Zarlink ZL10036 silicon tuner"
  259. depends on DVB_CORE && I2C
  260. default m if !MEDIA_SUBDRV_AUTOSELECT
  261. help
  262. A DVB-S tuner module. Say Y when you want to support this frontend.
  263. config DVB_ZL10039
  264. tristate "Zarlink ZL10039 silicon tuner"
  265. depends on DVB_CORE && I2C
  266. default m if !MEDIA_SUBDRV_AUTOSELECT
  267. help
  268. A DVB-S tuner module. Say Y when you want to support this frontend.
  269. comment "DVB-T (terrestrial) frontends"
  270. depends on DVB_CORE
  271. config DVB_AF9013
  272. tristate "Afatech AF9013 demodulator"
  273. depends on DVB_CORE && I2C && I2C_MUX
  274. select REGMAP
  275. default m if !MEDIA_SUBDRV_AUTOSELECT
  276. help
  277. Say Y when you want to support this frontend.
  278. config DVB_AS102_FE
  279. tristate
  280. depends on DVB_CORE
  281. default DVB_AS102
  282. config DVB_CX22700
  283. tristate "Conexant CX22700 based"
  284. depends on DVB_CORE && I2C
  285. default m if !MEDIA_SUBDRV_AUTOSELECT
  286. help
  287. A DVB-T tuner module. Say Y when you want to support this frontend.
  288. config DVB_CX22702
  289. tristate "Conexant cx22702 demodulator (OFDM)"
  290. depends on DVB_CORE && I2C
  291. default m if !MEDIA_SUBDRV_AUTOSELECT
  292. help
  293. A DVB-T tuner module. Say Y when you want to support this frontend.
  294. config DVB_CXD2820R
  295. tristate "Sony CXD2820R"
  296. depends on DVB_CORE && I2C
  297. select REGMAP_I2C
  298. default m if !MEDIA_SUBDRV_AUTOSELECT
  299. help
  300. Say Y when you want to support this frontend.
  301. config DVB_CXD2841ER
  302. tristate "Sony CXD2841ER"
  303. depends on DVB_CORE && I2C
  304. default m if !MEDIA_SUBDRV_AUTOSELECT
  305. help
  306. Say Y when you want to support this frontend.
  307. config DVB_DIB3000MB
  308. tristate "DiBcom 3000M-B"
  309. depends on DVB_CORE && I2C
  310. default m if !MEDIA_SUBDRV_AUTOSELECT
  311. help
  312. A DVB-T tuner module. Designed for mobile usage. Say Y when you want
  313. to support this frontend.
  314. config DVB_DIB3000MC
  315. tristate "DiBcom 3000P/M-C"
  316. depends on DVB_CORE && I2C
  317. default m if !MEDIA_SUBDRV_AUTOSELECT
  318. help
  319. A DVB-T tuner module. Designed for mobile usage. Say Y when you want
  320. to support this frontend.
  321. config DVB_DIB7000M
  322. tristate "DiBcom 7000MA/MB/PA/PB/MC"
  323. depends on DVB_CORE && I2C
  324. default m if !MEDIA_SUBDRV_AUTOSELECT
  325. help
  326. A DVB-T tuner module. Designed for mobile usage. Say Y when you want
  327. to support this frontend.
  328. config DVB_DIB7000P
  329. tristate "DiBcom 7000PC"
  330. depends on DVB_CORE && I2C
  331. default m if !MEDIA_SUBDRV_AUTOSELECT
  332. help
  333. A DVB-T tuner module. Designed for mobile usage. Say Y when you want
  334. to support this frontend.
  335. config DVB_DIB9000
  336. tristate "DiBcom 9000"
  337. depends on DVB_CORE && I2C
  338. default m if !MEDIA_SUBDRV_AUTOSELECT
  339. help
  340. A DVB-T tuner module. Designed for mobile usage. Say Y when you want
  341. to support this frontend.
  342. config DVB_DRXD
  343. tristate "Micronas DRXD driver"
  344. depends on DVB_CORE && I2C
  345. default m if !MEDIA_SUBDRV_AUTOSELECT
  346. help
  347. A DVB-T tuner module. Say Y when you want to support this frontend.
  348. Note: this driver was based on vendor driver reference code (released
  349. under the GPL) as opposed to the existing drx397xd driver, which
  350. was written via reverse engineering.
  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_GP8PSK_FE
  358. tristate
  359. depends on DVB_CORE
  360. default DVB_USB_GP8PSK
  361. config DVB_L64781
  362. tristate "LSI L64781"
  363. depends on DVB_CORE && I2C
  364. default m if !MEDIA_SUBDRV_AUTOSELECT
  365. help
  366. A DVB-T tuner module. Say Y when you want to support this frontend.
  367. config DVB_MT352
  368. tristate "Zarlink MT352 based"
  369. depends on DVB_CORE && I2C
  370. default m if !MEDIA_SUBDRV_AUTOSELECT
  371. help
  372. A DVB-T tuner module. Say Y when you want to support this frontend.
  373. config DVB_NXT6000
  374. tristate "NxtWave Communications NXT6000 based"
  375. depends on DVB_CORE && I2C
  376. default m if !MEDIA_SUBDRV_AUTOSELECT
  377. help
  378. A DVB-T tuner module. Say Y when you want to support this frontend.
  379. config DVB_RTL2830
  380. tristate "Realtek RTL2830 DVB-T"
  381. depends on DVB_CORE && I2C && I2C_MUX
  382. select REGMAP
  383. default m if !MEDIA_SUBDRV_AUTOSELECT
  384. help
  385. Say Y when you want to support this frontend.
  386. config DVB_RTL2832
  387. tristate "Realtek RTL2832 DVB-T"
  388. depends on DVB_CORE && I2C && I2C_MUX
  389. select REGMAP_I2C
  390. default m if !MEDIA_SUBDRV_AUTOSELECT
  391. help
  392. Say Y when you want to support this frontend.
  393. config DVB_RTL2832_SDR
  394. tristate "Realtek RTL2832 SDR"
  395. depends on DVB_CORE && I2C && I2C_MUX && VIDEO_DEV && MEDIA_SDR_SUPPORT && USB
  396. select DVB_RTL2832
  397. select VIDEOBUF2_VMALLOC
  398. default m if !MEDIA_SUBDRV_AUTOSELECT
  399. help
  400. Say Y when you want to support this SDR module.
  401. config DVB_S5H1432
  402. tristate "Samsung s5h1432 demodulator (OFDM)"
  403. depends on DVB_CORE && I2C
  404. default m if !MEDIA_SUBDRV_AUTOSELECT
  405. help
  406. A DVB-T tuner module. Say Y when you want to support this frontend.
  407. config DVB_SI2168
  408. tristate "Silicon Labs Si2168"
  409. depends on DVB_CORE && I2C && I2C_MUX
  410. default m if !MEDIA_SUBDRV_AUTOSELECT
  411. help
  412. Say Y when you want to support this frontend.
  413. config DVB_SP887X
  414. tristate "Spase sp887x based"
  415. depends on DVB_CORE && I2C
  416. default m if !MEDIA_SUBDRV_AUTOSELECT
  417. help
  418. A DVB-T tuner module. Say Y when you want to support this frontend.
  419. This driver needs external firmware. Please use the command
  420. "<kerneldir>/scripts/get_dvb_firmware sp887x" to
  421. download/extract it, and then copy it to /usr/lib/hotplug/firmware
  422. or /lib/firmware (depending on configuration of firmware hotplug).
  423. config DVB_STV0367
  424. tristate "ST STV0367 based"
  425. depends on DVB_CORE && I2C
  426. default m if !MEDIA_SUBDRV_AUTOSELECT
  427. help
  428. A DVB-T/C tuner module. Say Y when you want to support this frontend.
  429. config DVB_TDA10048
  430. tristate "Philips TDA10048HN based"
  431. depends on DVB_CORE && I2C
  432. default m if !MEDIA_SUBDRV_AUTOSELECT
  433. help
  434. A DVB-T tuner module. Say Y when you want to support this frontend.
  435. config DVB_TDA1004X
  436. tristate "Philips TDA10045H/TDA10046H based"
  437. depends on DVB_CORE && I2C
  438. default m if !MEDIA_SUBDRV_AUTOSELECT
  439. help
  440. A DVB-T tuner module. Say Y when you want to support this frontend.
  441. This driver needs external firmware. Please use the commands
  442. "<kerneldir>/scripts/get_dvb_firmware tda10045",
  443. "<kerneldir>/scripts/get_dvb_firmware tda10046" to
  444. download/extract them, and then copy them to /usr/lib/hotplug/firmware
  445. or /lib/firmware (depending on configuration of firmware hotplug).
  446. config DVB_ZD1301_DEMOD
  447. tristate "ZyDAS ZD1301"
  448. depends on DVB_CORE && I2C
  449. default m if !MEDIA_SUBDRV_AUTOSELECT
  450. help
  451. Say Y when you want to support this frontend.
  452. config DVB_ZL10353
  453. tristate "Zarlink ZL10353 based"
  454. depends on DVB_CORE && I2C
  455. default m if !MEDIA_SUBDRV_AUTOSELECT
  456. help
  457. A DVB-T tuner module. Say Y when you want to support this frontend.
  458. source "drivers/media/dvb-frontends/cxd2880/Kconfig"
  459. comment "DVB-C (cable) frontends"
  460. depends on DVB_CORE
  461. config DVB_STV0297
  462. tristate "ST STV0297 based"
  463. depends on DVB_CORE && I2C
  464. default m if !MEDIA_SUBDRV_AUTOSELECT
  465. help
  466. A DVB-C tuner module. Say Y when you want to support this frontend.
  467. config DVB_TDA10021
  468. tristate "Philips TDA10021 based"
  469. depends on DVB_CORE && I2C
  470. default m if !MEDIA_SUBDRV_AUTOSELECT
  471. help
  472. A DVB-C tuner module. Say Y when you want to support this frontend.
  473. config DVB_TDA10023
  474. tristate "Philips TDA10023 based"
  475. depends on DVB_CORE && I2C
  476. default m if !MEDIA_SUBDRV_AUTOSELECT
  477. help
  478. A DVB-C tuner module. Say Y when you want to support this frontend.
  479. config DVB_VES1820
  480. tristate "VLSI VES1820 based"
  481. depends on DVB_CORE && I2C
  482. default m if !MEDIA_SUBDRV_AUTOSELECT
  483. help
  484. A DVB-C tuner module. Say Y when you want to support this frontend.
  485. comment "ATSC (North American/Korean Terrestrial/Cable DTV) frontends"
  486. depends on DVB_CORE
  487. config DVB_AU8522
  488. depends on DVB_CORE && I2C
  489. tristate
  490. config DVB_AU8522_DTV
  491. tristate "Auvitek AU8522 based DTV demod"
  492. depends on DVB_CORE && I2C
  493. select DVB_AU8522
  494. default m if !MEDIA_SUBDRV_AUTOSELECT
  495. help
  496. An ATSC 8VSB, QAM64/256 & NTSC demodulator module. Say Y when
  497. you want to enable DTV demodulation support for this frontend.
  498. config DVB_AU8522_V4L
  499. tristate "Auvitek AU8522 based ATV demod"
  500. depends on VIDEO_DEV && DVB_CORE && I2C
  501. select DVB_AU8522
  502. default m if !MEDIA_SUBDRV_AUTOSELECT
  503. help
  504. An ATSC 8VSB, QAM64/256 & NTSC demodulator module. Say Y when
  505. you want to enable ATV demodulation support for this frontend.
  506. config DVB_BCM3510
  507. tristate "Broadcom BCM3510"
  508. depends on DVB_CORE && I2C
  509. default m if !MEDIA_SUBDRV_AUTOSELECT
  510. help
  511. An ATSC 8VSB/16VSB and QAM64/256 tuner module. Say Y when you want to
  512. support this frontend.
  513. config DVB_LG2160
  514. tristate "LG Electronics LG216x based"
  515. depends on DVB_CORE && I2C
  516. default m if !MEDIA_SUBDRV_AUTOSELECT
  517. help
  518. An ATSC/MH demodulator module. Say Y when you want
  519. to support this frontend.
  520. config DVB_LGDT3305
  521. tristate "LG Electronics LGDT3304 and LGDT3305 based"
  522. depends on DVB_CORE && I2C
  523. default m if !MEDIA_SUBDRV_AUTOSELECT
  524. help
  525. An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
  526. to support this frontend.
  527. config DVB_LGDT3306A
  528. tristate "LG Electronics LGDT3306A based"
  529. depends on DVB_CORE && I2C && I2C_MUX
  530. default m if !MEDIA_SUBDRV_AUTOSELECT
  531. help
  532. An ATSC 8VSB and QAM-B 64/256 demodulator module. Say Y when you want
  533. to support this frontend.
  534. config DVB_LGDT330X
  535. tristate "LG Electronics LGDT3302/LGDT3303 based"
  536. depends on DVB_CORE && I2C
  537. default m if !MEDIA_SUBDRV_AUTOSELECT
  538. help
  539. An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
  540. to support this frontend.
  541. config DVB_MXL692
  542. tristate "MaxLinear MXL692 based"
  543. depends on DVB_CORE && I2C
  544. default m if !MEDIA_SUBDRV_AUTOSELECT
  545. help
  546. MaxLinear MxL692 is a combo tuner-demodulator that
  547. supports ATSC 8VSB and QAM modes. Say Y when you want to
  548. support this frontend.
  549. config DVB_NXT200X
  550. tristate "NxtWave Communications NXT2002/NXT2004 based"
  551. depends on DVB_CORE && I2C
  552. default m if !MEDIA_SUBDRV_AUTOSELECT
  553. help
  554. An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
  555. to support this frontend.
  556. This driver needs external firmware. Please use the commands
  557. "<kerneldir>/scripts/get_dvb_firmware nxt2002" and
  558. "<kerneldir>/scripts/get_dvb_firmware nxt2004" to
  559. download/extract them, and then copy them to /usr/lib/hotplug/firmware
  560. or /lib/firmware (depending on configuration of firmware hotplug).
  561. config DVB_OR51132
  562. tristate "Oren OR51132 based"
  563. depends on DVB_CORE && I2C
  564. default m if !MEDIA_SUBDRV_AUTOSELECT
  565. help
  566. An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
  567. to support this frontend.
  568. This driver needs external firmware. Please use the commands
  569. "<kerneldir>/scripts/get_dvb_firmware or51132_vsb" and/or
  570. "<kerneldir>/scripts/get_dvb_firmware or51132_qam" to
  571. download firmwares for 8VSB and QAM64/256, respectively. Copy them to
  572. /usr/lib/hotplug/firmware or /lib/firmware (depending on
  573. configuration of firmware hotplug).
  574. config DVB_OR51211
  575. tristate "Oren OR51211 based"
  576. depends on DVB_CORE && I2C
  577. default m if !MEDIA_SUBDRV_AUTOSELECT
  578. help
  579. An ATSC 8VSB tuner module. Say Y when you want to support this frontend.
  580. This driver needs external firmware. Please use the command
  581. "<kerneldir>/scripts/get_dvb_firmware or51211" to
  582. download it, and then copy it to /usr/lib/hotplug/firmware
  583. or /lib/firmware (depending on configuration of firmware hotplug).
  584. config DVB_S5H1409
  585. tristate "Samsung S5H1409 based"
  586. depends on DVB_CORE && I2C
  587. default m if !MEDIA_SUBDRV_AUTOSELECT
  588. help
  589. An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
  590. to support this frontend.
  591. config DVB_S5H1411
  592. tristate "Samsung S5H1411 based"
  593. depends on DVB_CORE && I2C
  594. default m if !MEDIA_SUBDRV_AUTOSELECT
  595. help
  596. An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
  597. to support this frontend.
  598. comment "ISDB-T (terrestrial) frontends"
  599. depends on DVB_CORE
  600. config DVB_DIB8000
  601. tristate "DiBcom 8000MB/MC"
  602. depends on DVB_CORE && I2C
  603. default m if !MEDIA_SUBDRV_AUTOSELECT
  604. help
  605. A driver for DiBcom's DiB8000 ISDB-T/ISDB-Tsb demodulator.
  606. Say Y when you want to support this frontend.
  607. config DVB_MB86A20S
  608. tristate "Fujitsu mb86a20s"
  609. depends on DVB_CORE && I2C
  610. default m if !MEDIA_SUBDRV_AUTOSELECT
  611. help
  612. A driver for Fujitsu mb86a20s ISDB-T/ISDB-Tsb demodulator.
  613. Say Y when you want to support this frontend.
  614. config DVB_S921
  615. tristate "Sharp S921 frontend"
  616. depends on DVB_CORE && I2C
  617. default m if !MEDIA_SUBDRV_AUTOSELECT
  618. help
  619. AN ISDB-T DQPSK, QPSK, 16QAM and 64QAM 1seg tuner module.
  620. Say Y when you want to support this frontend.
  621. comment "ISDB-S (satellite) & ISDB-T (terrestrial) frontends"
  622. depends on DVB_CORE
  623. config DVB_MN88443X
  624. tristate "Socionext MN88443x"
  625. depends on DVB_CORE && I2C
  626. select REGMAP_I2C
  627. default m if !MEDIA_SUBDRV_AUTOSELECT
  628. help
  629. A driver for Socionext/Panasonic MN884433 and MN884434
  630. ISDB-S + ISDB-T demodulator.
  631. Say Y when you want to support this frontend.
  632. config DVB_TC90522
  633. tristate "Toshiba TC90522"
  634. depends on DVB_CORE && I2C
  635. default m if !MEDIA_SUBDRV_AUTOSELECT
  636. help
  637. Toshiba TC90522 2xISDB-S 8PSK + 2xISDB-T OFDM demodulator.
  638. Say Y when you want to support this frontend.
  639. comment "Digital terrestrial only tuners/PLL"
  640. depends on DVB_CORE
  641. config DVB_PLL
  642. tristate "Generic I2C PLL based tuners"
  643. depends on DVB_CORE && I2C
  644. default m if !MEDIA_SUBDRV_AUTOSELECT
  645. help
  646. This module drives a number of tuners based on PLL chips with a
  647. common I2C interface. Say Y when you want to support these tuners.
  648. config DVB_TUNER_DIB0070
  649. tristate "DiBcom DiB0070 silicon base-band tuner"
  650. depends on DVB_CORE && I2C
  651. default m if !MEDIA_SUBDRV_AUTOSELECT
  652. help
  653. A driver for the silicon baseband tuner DiB0070 from DiBcom.
  654. This device is only used inside a SiP called together with a
  655. demodulator for now.
  656. config DVB_TUNER_DIB0090
  657. tristate "DiBcom DiB0090 silicon base-band tuner"
  658. depends on DVB_CORE && I2C
  659. default m if !MEDIA_SUBDRV_AUTOSELECT
  660. help
  661. A driver for the silicon baseband tuner DiB0090 from DiBcom.
  662. This device is only used inside a SiP called together with a
  663. demodulator for now.
  664. comment "SEC control devices for DVB-S"
  665. depends on DVB_CORE
  666. config DVB_A8293
  667. tristate "Allegro A8293"
  668. depends on DVB_CORE && I2C
  669. default m if !MEDIA_SUBDRV_AUTOSELECT
  670. config DVB_AF9033
  671. tristate "Afatech AF9033 DVB-T demodulator"
  672. depends on DVB_CORE && I2C
  673. select REGMAP_I2C
  674. default m if !MEDIA_SUBDRV_AUTOSELECT
  675. config DVB_ASCOT2E
  676. tristate "Sony Ascot2E tuner"
  677. depends on DVB_CORE && I2C
  678. default m if !MEDIA_SUBDRV_AUTOSELECT
  679. help
  680. Say Y when you want to support this frontend.
  681. config DVB_ATBM8830
  682. tristate "AltoBeam ATBM8830/8831 DMB-TH demodulator"
  683. depends on DVB_CORE && I2C
  684. default m if !MEDIA_SUBDRV_AUTOSELECT
  685. help
  686. A DMB-TH tuner module. Say Y when you want to support this frontend.
  687. config DVB_HELENE
  688. tristate "Sony HELENE Sat/Ter tuner (CXD2858ER)"
  689. depends on DVB_CORE && I2C
  690. default m if !MEDIA_SUBDRV_AUTOSELECT
  691. help
  692. Say Y when you want to support this frontend.
  693. config DVB_HORUS3A
  694. tristate "Sony Horus3A tuner"
  695. depends on DVB_CORE && I2C
  696. default m if !MEDIA_SUBDRV_AUTOSELECT
  697. help
  698. Say Y when you want to support this frontend.
  699. config DVB_ISL6405
  700. tristate "ISL6405 SEC controller"
  701. depends on DVB_CORE && I2C
  702. default m if !MEDIA_SUBDRV_AUTOSELECT
  703. help
  704. An SEC control chip.
  705. config DVB_ISL6421
  706. tristate "ISL6421 SEC controller"
  707. depends on DVB_CORE && I2C
  708. default m if !MEDIA_SUBDRV_AUTOSELECT
  709. help
  710. An SEC control chip.
  711. config DVB_ISL6423
  712. tristate "ISL6423 SEC controller"
  713. depends on DVB_CORE && I2C
  714. default m if !MEDIA_SUBDRV_AUTOSELECT
  715. help
  716. A SEC controller chip from Intersil
  717. config DVB_IX2505V
  718. tristate "Sharp IX2505V silicon tuner"
  719. depends on DVB_CORE && I2C
  720. default m if !MEDIA_SUBDRV_AUTOSELECT
  721. help
  722. A DVB-S tuner module. Say Y when you want to support this frontend.
  723. config DVB_LGS8GL5
  724. tristate "Silicon Legend LGS-8GL5 demodulator (OFDM)"
  725. depends on DVB_CORE && I2C
  726. default m if !MEDIA_SUBDRV_AUTOSELECT
  727. help
  728. A DMB-TH tuner module. Say Y when you want to support this frontend.
  729. config DVB_LGS8GXX
  730. tristate "Legend Silicon LGS8913/LGS8GL5/LGS8GXX DMB-TH demodulator"
  731. depends on DVB_CORE && I2C
  732. select FW_LOADER
  733. default m if !MEDIA_SUBDRV_AUTOSELECT
  734. help
  735. A DMB-TH tuner module. Say Y when you want to support this frontend.
  736. config DVB_LNBH25
  737. tristate "LNBH25 SEC controller"
  738. depends on DVB_CORE && I2C
  739. default m if !MEDIA_SUBDRV_AUTOSELECT
  740. help
  741. An SEC control chip.
  742. Say Y when you want to support this chip.
  743. config DVB_LNBH29
  744. tristate "LNBH29 SEC controller"
  745. depends on DVB_CORE && I2C
  746. default m if !MEDIA_SUBDRV_AUTOSELECT
  747. help
  748. LNB power supply and control voltage
  749. regulator chip with step-up converter
  750. and I2C interface for STMicroelectronics LNBH29.
  751. Say Y when you want to support this chip.
  752. config DVB_LNBP21
  753. tristate "LNBP21/LNBH24 SEC controllers"
  754. depends on DVB_CORE && I2C
  755. default m if !MEDIA_SUBDRV_AUTOSELECT
  756. help
  757. An SEC control chips.
  758. config DVB_LNBP22
  759. tristate "LNBP22 SEC controllers"
  760. depends on DVB_CORE && I2C
  761. default m if !MEDIA_SUBDRV_AUTOSELECT
  762. help
  763. LNB power supply and control voltage
  764. regulator chip with step-up converter
  765. and I2C interface.
  766. Say Y when you want to support this chip.
  767. config DVB_M88RS2000
  768. tristate "M88RS2000 DVB-S demodulator and tuner"
  769. depends on DVB_CORE && I2C
  770. default m if !MEDIA_SUBDRV_AUTOSELECT
  771. help
  772. A DVB-S tuner module.
  773. Say Y when you want to support this frontend.
  774. config DVB_TDA665x
  775. tristate "TDA665x tuner"
  776. depends on DVB_CORE && I2C
  777. default m if !MEDIA_SUBDRV_AUTOSELECT
  778. help
  779. Support for tuner modules based on Philips TDA6650/TDA6651 chips.
  780. Say Y when you want to support this chip.
  781. Currently supported tuners:
  782. * Panasonic ENV57H12D5 (ET-50DT)
  783. source "drivers/media/dvb-frontends/drx39xyj/Kconfig"
  784. comment "Common Interface (EN50221) controller drivers"
  785. depends on DVB_CORE
  786. config DVB_CXD2099
  787. tristate "Sony CXD2099AR Common Interface driver"
  788. depends on DVB_CORE && I2C
  789. select REGMAP_I2C
  790. default m if !MEDIA_SUBDRV_AUTOSELECT
  791. help
  792. A driver for the CI controller currently found mostly on
  793. Digital Devices DuoFlex CI (single) addon modules.
  794. Say Y when you want to support these devices.
  795. config DVB_SP2
  796. tristate "CIMaX SP2"
  797. depends on DVB_CORE && I2C
  798. default m if !MEDIA_SUBDRV_AUTOSELECT
  799. help
  800. CIMaX SP2/SP2HF Common Interface module.
  801. endmenu # Customise DVB Frontends
  802. endif # MEDIA_DIGITAL_TV_SUPPORT
  803. comment "Tools to develop new frontends"
  804. depends on MEDIA_TEST_SUPPORT
  805. config DVB_DUMMY_FE
  806. tristate "Dummy frontend driver"
  807. depends on MEDIA_TEST_SUPPORT && DVB_CORE
  808. help
  809. Dummy skeleton frontend driver.