blob: 2631d0e0a024d4989d8ff14e3fc91f714753f756 [file] [log] [blame]
Mauro Carvalho Chehab4609bdd2009-03-06 08:31:39 -03001menu "Customise DVB Frontends"
Geert Uytterhoeven6df34052015-06-29 10:46:47 -03002 visible if !MEDIA_SUBDRV_AUTOSELECT || COMPILE_TEST
Mauro Carvalho Chehab4609bdd2009-03-06 08:31:39 -03003
Manu Abrahame50e8e32007-07-03 09:53:42 -03004comment "Multistandard (satellite) frontends"
5 depends on DVB_CORE
6
7config DVB_STB0899
8 tristate "STB0899 based"
Manu Abraham6199cee2007-10-08 18:51:54 -03009 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -030010 default m if !MEDIA_SUBDRV_AUTOSELECT
Manu Abrahame50e8e32007-07-03 09:53:42 -030011 help
12 A DVB-S/S2/DSS Multistandard demodulator. Say Y when you want
13 to support this demodulator based frontends
14
Manu Abraham040dcc32007-02-24 08:31:40 -030015config DVB_STB6100
16 tristate "STB6100 based tuners"
Manu Abraham6199cee2007-10-08 18:51:54 -030017 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -030018 default m if !MEDIA_SUBDRV_AUTOSELECT
Manu Abraham040dcc32007-02-24 08:31:40 -030019 help
20 A Silicon tuner from ST used in conjunction with the STB0899
21 demodulator. Say Y when you want to support this tuner.
22
Manu Abrahame415c682009-04-06 15:45:20 -030023config DVB_STV090x
24 tristate "STV0900/STV0903(A/B) based"
25 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -030026 default m if !MEDIA_SUBDRV_AUTOSELECT
Manu Abrahame415c682009-04-06 15:45:20 -030027 help
28 DVB-S/S2/DSS Multistandard Professional/Broadcast demodulators.
29 Say Y when you want to support these frontends.
30
Daniel Schellercd21b332017-07-03 13:20:54 -040031config DVB_STV0910
32 tristate "STV0910 based"
33 depends on DVB_CORE && I2C
34 default m if !MEDIA_SUBDRV_AUTOSELECT
35 help
36 ST STV0910 DVB-S/S2 demodulator driver.
37
38 Say Y when you want to support these frontends.
39
Manu Abrahame415c682009-04-06 15:45:20 -030040config DVB_STV6110x
41 tristate "STV6110/(A) based tuners"
42 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -030043 default m if !MEDIA_SUBDRV_AUTOSELECT
Manu Abrahame415c682009-04-06 15:45:20 -030044 help
45 A Silicon tuner that supports DVB-S and DVB-S2 modes
46
Daniel Scheller44173fd2017-07-03 13:20:59 -040047config DVB_STV6111
48 tristate "STV6111 based tuners"
49 depends on DVB_CORE && I2C
50 default m if !MEDIA_SUBDRV_AUTOSELECT
51 help
52 A Silicon tuner that supports DVB-S and DVB-S2 modes
53
54 Say Y when you want to support these frontends.
55
Daniel Scheller3c4e0412017-07-09 15:42:43 -040056config DVB_MXL5XX
57 tristate "MaxLinear MxL5xx based tuner-demodulators"
58 depends on DVB_CORE && I2C
59 default m if !MEDIA_SUBDRV_AUTOSELECT
60 help
61 MaxLinear MxL5xx family of DVB-S/S2 tuners/demodulators.
62
63 Say Y when you want to support these frontends.
64
Antti Palosaari395d00d2013-02-25 08:39:16 -030065config DVB_M88DS3103
Antti Palosaari7978b8a2015-04-16 21:36:00 -030066 tristate "Montage Technology M88DS3103"
Antti Palosaari44b90552013-11-19 20:32:42 -030067 depends on DVB_CORE && I2C && I2C_MUX
Antti Palosaari478932b2015-04-16 22:43:52 -030068 select REGMAP_I2C
Antti Palosaari395d00d2013-02-25 08:39:16 -030069 default m if !MEDIA_SUBDRV_AUTOSELECT
70 help
71 Say Y when you want to support this frontend.
72
Oliver Endrissf678c3b2011-07-03 13:51:43 -030073comment "Multistandard (cable + terrestrial) frontends"
74 depends on DVB_CORE
75
76config DVB_DRXK
77 tristate "Micronas DRXK based"
78 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -030079 default m if !MEDIA_SUBDRV_AUTOSELECT
Oliver Endrissf678c3b2011-07-03 13:51:43 -030080 help
81 Micronas DRX-K DVB-C/T demodulator.
82
83 Say Y when you want to support this frontend.
84
85config DVB_TDA18271C2DD
86 tristate "NXP TDA18271C2 silicon tuner"
87 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -030088 default m if !MEDIA_SUBDRV_AUTOSELECT
Oliver Endrissf678c3b2011-07-03 13:51:43 -030089 help
90 NXP TDA18271 silicon tuner.
91
92 Say Y when you want to support this tuner.
93
Matthias Schwarzott3e54a162014-07-22 17:12:12 -030094config DVB_SI2165
95 tristate "Silicon Labs si2165 based"
96 depends on DVB_CORE && I2C
Matthias Schwarzotte3ea5e92016-07-26 04:09:08 -030097 select REGMAP_I2C
Matthias Schwarzott3e54a162014-07-22 17:12:12 -030098 default m if !MEDIA_SUBDRV_AUTOSELECT
99 help
100 A DVB-C/T demodulator.
101
102 Say Y when you want to support this frontend.
103
Antti Palosaari94d0eaa2016-05-14 08:08:15 +0300104config DVB_MN88472
105 tristate "Panasonic MN88472"
106 depends on DVB_CORE && I2C
107 select REGMAP_I2C
108 default m if !MEDIA_SUBDRV_AUTOSELECT
109 help
110 Say Y when you want to support this frontend.
111
Antti Palosaari877ba502016-02-05 08:04:48 +0200112config DVB_MN88473
113 tristate "Panasonic MN88473"
114 depends on DVB_CORE && I2C
115 select REGMAP_I2C
116 default m if !MEDIA_SUBDRV_AUTOSELECT
117 help
118 Say Y when you want to support this frontend.
119
Linus Torvalds1da177e2005-04-16 15:20:36 -0700120comment "DVB-S (satellite) frontends"
121 depends on DVB_CORE
122
Linus Torvalds1da177e2005-04-16 15:20:36 -0700123config DVB_CX24110
124 tristate "Conexant CX24110 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300125 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300126 default m if !MEDIA_SUBDRV_AUTOSELECT
Johannes Stezenbach0b3f5a52005-05-16 21:54:38 -0700127 help
Linus Torvalds1da177e2005-04-16 15:20:36 -0700128 A DVB-S tuner module. Say Y when you want to support this frontend.
Johannes Stezenbach0b3f5a52005-05-16 21:54:38 -0700129
Steve Tothb79cb652006-01-09 15:25:07 -0200130config DVB_CX24123
131 tristate "Conexant CX24123 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300132 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300133 default m if !MEDIA_SUBDRV_AUTOSELECT
Steve Tothb79cb652006-01-09 15:25:07 -0200134 help
135 A DVB-S tuner module. Say Y when you want to support this frontend.
136
Linus Torvalds1da177e2005-04-16 15:20:36 -0700137config DVB_MT312
Matthias Schwarzotte4671b62008-04-30 12:21:04 -0300138 tristate "Zarlink VP310/MT312/ZL10313 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300139 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300140 default m if !MEDIA_SUBDRV_AUTOSELECT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700141 help
142 A DVB-S tuner module. Say Y when you want to support this frontend.
143
Matthias Schwarzott68b3289f2009-02-24 12:35:15 -0300144config DVB_ZL10036
145 tristate "Zarlink ZL10036 silicon tuner"
146 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300147 default m if !MEDIA_SUBDRV_AUTOSELECT
Matthias Schwarzott68b3289f2009-02-24 12:35:15 -0300148 help
149 A DVB-S tuner module. Say Y when you want to support this frontend.
150
Igor M. Liplianin2ccf5a92009-06-20 09:51:48 -0300151config DVB_ZL10039
152 tristate "Zarlink ZL10039 silicon tuner"
153 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300154 default m if !MEDIA_SUBDRV_AUTOSELECT
Igor M. Liplianin2ccf5a92009-06-20 09:51:48 -0300155 help
156 A DVB-S tuner module. Say Y when you want to support this frontend.
157
Andrew de Quincey96bf2f22005-07-07 17:57:53 -0700158config DVB_S5H1420
159 tristate "Samsung S5H1420 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300160 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300161 default m if !MEDIA_SUBDRV_AUTOSELECT
Andrew de Quincey96bf2f22005-07-07 17:57:53 -0700162 help
163 A DVB-S tuner module. Say Y when you want to support this frontend.
164
Igor M. Liplianine4aab642008-09-23 15:43:57 -0300165config DVB_STV0288
166 tristate "ST STV0288 based"
167 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300168 default m if !MEDIA_SUBDRV_AUTOSELECT
Igor M. Liplianine4aab642008-09-23 15:43:57 -0300169 help
170 A DVB-S tuner module. Say Y when you want to support this frontend.
171
172config DVB_STB6000
173 tristate "ST STB6000 silicon tuner"
174 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300175 default m if !MEDIA_SUBDRV_AUTOSELECT
Igor M. Liplianine4aab642008-09-23 15:43:57 -0300176 help
177 A DVB-S silicon tuner module. Say Y when you want to support this tuner.
178
Mauro Carvalho Chehabdf7aaaf2008-04-26 16:19:58 -0300179config DVB_STV0299
180 tristate "ST STV0299 based"
181 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300182 default m if !MEDIA_SUBDRV_AUTOSELECT
Mauro Carvalho Chehabdf7aaaf2008-04-26 16:19:58 -0300183 help
184 A DVB-S tuner module. Say Y when you want to support this frontend.
185
Igor M. Liplianin47220bc2009-03-03 11:16:40 -0300186config DVB_STV6110
187 tristate "ST STV6110 silicon tuner"
188 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300189 default m if !MEDIA_SUBDRV_AUTOSELECT
Igor M. Liplianin47220bc2009-03-03 11:16:40 -0300190 help
191 A DVB-S silicon tuner module. Say Y when you want to support this tuner.
192
Igor M. Liplianince452642009-03-03 11:55:20 -0300193config DVB_STV0900
194 tristate "ST STV0900 based"
195 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300196 default m if !MEDIA_SUBDRV_AUTOSELECT
Igor M. Liplianince452642009-03-03 11:55:20 -0300197 help
198 A DVB-S/S2 demodulator. Say Y when you want to support this frontend.
199
Mauro Carvalho Chehabdf7aaaf2008-04-26 16:19:58 -0300200config DVB_TDA8083
201 tristate "Philips TDA8083 based"
202 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300203 default m if !MEDIA_SUBDRV_AUTOSELECT
Mauro Carvalho Chehabdf7aaaf2008-04-26 16:19:58 -0300204 help
205 A DVB-S tuner module. Say Y when you want to support this frontend.
206
Andrew de Quincey6bca3582006-08-08 09:10:10 -0300207config DVB_TDA10086
208 tristate "Philips TDA10086 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300209 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300210 default m if !MEDIA_SUBDRV_AUTOSELECT
Andrew de Quincey6bca3582006-08-08 09:10:10 -0300211 help
212 A DVB-S tuner module. Say Y when you want to support this frontend.
213
Manu Abraham654dbad2008-10-23 17:56:07 -0300214config DVB_TDA8261
215 tristate "Philips TDA8261 based"
216 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300217 default m if !MEDIA_SUBDRV_AUTOSELECT
Manu Abraham654dbad2008-10-23 17:56:07 -0300218 help
219 A DVB-S tuner module. Say Y when you want to support this frontend.
220
Mauro Carvalho Chehabdf7aaaf2008-04-26 16:19:58 -0300221config DVB_VES1X93
222 tristate "VLSI VES1893 or VES1993 based"
223 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300224 default m if !MEDIA_SUBDRV_AUTOSELECT
Mauro Carvalho Chehabdf7aaaf2008-04-26 16:19:58 -0300225 help
226 A DVB-S tuner module. Say Y when you want to support this frontend.
227
228config DVB_TUNER_ITD1000
229 tristate "Integrant ITD1000 Zero IF tuner for DVB-S/DSS"
230 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300231 default m if !MEDIA_SUBDRV_AUTOSELECT
Mauro Carvalho Chehabdf7aaaf2008-04-26 16:19:58 -0300232 help
233 A DVB-S tuner module. Say Y when you want to support this frontend.
234
Patrick Boettcher4c48ae82008-11-23 16:26:54 -0300235config DVB_TUNER_CX24113
236 tristate "Conexant CX24113/CX24128 tuner for DVB-S/DSS"
237 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300238 default m if !MEDIA_SUBDRV_AUTOSELECT
Patrick Boettcher4c48ae82008-11-23 16:26:54 -0300239 help
240 A DVB-S tuner module. Say Y when you want to support this frontend.
241
242
Mauro Carvalho Chehabdf7aaaf2008-04-26 16:19:58 -0300243config DVB_TDA826X
244 tristate "Philips TDA826X silicon tuner"
245 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300246 default m if !MEDIA_SUBDRV_AUTOSELECT
Mauro Carvalho Chehabdf7aaaf2008-04-26 16:19:58 -0300247 help
248 A DVB-S silicon tuner module. Say Y when you want to support this tuner.
249
250config DVB_TUA6100
251 tristate "Infineon TUA6100 PLL"
252 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300253 default m if !MEDIA_SUBDRV_AUTOSELECT
Mauro Carvalho Chehabdf7aaaf2008-04-26 16:19:58 -0300254 help
255 A DVB-S PLL chip.
256
Steven Toth0d467482008-09-04 01:14:43 -0300257config DVB_CX24116
258 tristate "Conexant CX24116 based"
259 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300260 default m if !MEDIA_SUBDRV_AUTOSELECT
Steven Toth0d467482008-09-04 01:14:43 -0300261 help
262 A DVB-S/S2 tuner module. Say Y when you want to support this frontend.
263
Luis Alves0d788682013-10-01 22:11:19 -0300264config DVB_CX24117
265 tristate "Conexant CX24117 based"
266 depends on DVB_CORE && I2C
267 default m if !MEDIA_SUBDRV_AUTOSELECT
268 help
269 A Dual DVB-S/S2 tuner module. Say Y when you want to support this frontend.
270
Jemma Denson5afc9a22015-04-14 09:04:50 -0300271config DVB_CX24120
272 tristate "Conexant CX24120 based"
273 depends on DVB_CORE && I2C
274 default m if !MEDIA_SUBDRV_AUTOSELECT
275 help
Jemma Densoncd20c592015-04-30 15:01:11 -0300276 A DVB-S/S2 tuner module. Say Y when you want to support this frontend.
Jemma Denson5afc9a22015-04-14 09:04:50 -0300277
Igor M. Liplianin04ad28c2008-09-16 18:21:11 -0300278config DVB_SI21XX
279 tristate "Silicon Labs SI21XX based"
280 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300281 default m if !MEDIA_SUBDRV_AUTOSELECT
Igor M. Liplianin04ad28c2008-09-16 18:21:11 -0300282 help
283 A DVB-S tuner module. Say Y when you want to support this frontend.
284
Konstantin Dimitrov6fef4fc2012-12-23 19:25:27 -0300285config DVB_TS2020
286 tristate "Montage Tehnology TS2020 based tuners"
Randy Dunlapcdeb1752015-06-26 16:28:13 -0300287 depends on DVB_CORE && I2C
Antti Palosaarif158cbc2015-03-27 18:14:25 -0300288 select REGMAP_I2C
Paul Bolled65fcbb2013-03-11 11:31:39 -0300289 default m if !MEDIA_SUBDRV_AUTOSELECT
Konstantin Dimitrov6fef4fc2012-12-23 19:25:27 -0300290 help
291 A DVB-S/S2 silicon tuner. Say Y when you want to support this tuner.
292
Igor M. Liplianin09ea33e2009-11-24 20:16:04 -0300293config DVB_DS3000
294 tristate "Montage Tehnology DS3000 based"
295 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300296 default m if !MEDIA_SUBDRV_AUTOSELECT
Igor M. Liplianin09ea33e2009-11-24 20:16:04 -0300297 help
298 A DVB-S/S2 tuner module. Say Y when you want to support this frontend.
299
Manu Abraham8873c612009-12-05 01:24:08 -0300300config DVB_MB86A16
301 tristate "Fujitsu MB86A16 based"
302 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300303 default m if !MEDIA_SUBDRV_AUTOSELECT
Manu Abraham8873c612009-12-05 01:24:08 -0300304 help
305 A DVB-S/DSS Direct Conversion reveiver.
306 Say Y when you want to support this frontend.
307
Antti Palosaaride8e4202011-08-01 01:07:39 -0300308config DVB_TDA10071
309 tristate "NXP TDA10071"
310 depends on DVB_CORE && I2C
Matthias Schwarzottb046d3a2015-11-23 17:19:04 -0200311 select REGMAP_I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300312 default m if !MEDIA_SUBDRV_AUTOSELECT
Antti Palosaaride8e4202011-08-01 01:07:39 -0300313 help
314 Say Y when you want to support this frontend.
315
Linus Torvalds1da177e2005-04-16 15:20:36 -0700316comment "DVB-T (terrestrial) frontends"
317 depends on DVB_CORE
318
319config DVB_SP8870
Michael Krufky50c25ff2006-01-09 15:25:34 -0200320 tristate "Spase sp8870 based"
Adrian Bunk445c2712008-07-27 10:04:55 -0300321 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300322 default m if !MEDIA_SUBDRV_AUTOSELECT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700323 help
Michael Krufky50c25ff2006-01-09 15:25:34 -0200324 A DVB-T tuner module. Say Y when you want to support this frontend.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700325
326 This driver needs external firmware. Please use the command
327 "<kerneldir>/Documentation/dvb/get_dvb_firmware sp8870" to
Ville Skytt\ä12e66f62006-01-09 15:25:38 -0200328 download/extract it, and then copy it to /usr/lib/hotplug/firmware
329 or /lib/firmware (depending on configuration of firmware hotplug).
Linus Torvalds1da177e2005-04-16 15:20:36 -0700330
331config DVB_SP887X
Michael Krufky50c25ff2006-01-09 15:25:34 -0200332 tristate "Spase sp887x based"
Adrian Bunk445c2712008-07-27 10:04:55 -0300333 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300334 default m if !MEDIA_SUBDRV_AUTOSELECT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700335 help
336 A DVB-T tuner module. Say Y when you want to support this frontend.
337
338 This driver needs external firmware. Please use the command
339 "<kerneldir>/Documentation/dvb/get_dvb_firmware sp887x" to
Ville Skytt\ä12e66f62006-01-09 15:25:38 -0200340 download/extract it, and then copy it to /usr/lib/hotplug/firmware
341 or /lib/firmware (depending on configuration of firmware hotplug).
Linus Torvalds1da177e2005-04-16 15:20:36 -0700342
343config DVB_CX22700
344 tristate "Conexant CX22700 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300345 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300346 default m if !MEDIA_SUBDRV_AUTOSELECT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700347 help
348 A DVB-T tuner module. Say Y when you want to support this frontend.
349
350config DVB_CX22702
Michael Krufky50c25ff2006-01-09 15:25:34 -0200351 tristate "Conexant cx22702 demodulator (OFDM)"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300352 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300353 default m if !MEDIA_SUBDRV_AUTOSELECT
Michael Krufky50c25ff2006-01-09 15:25:34 -0200354 help
355 A DVB-T tuner module. Say Y when you want to support this frontend.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700356
Palash Bandyopadhyay47b75ec2010-07-06 16:40:58 -0300357config DVB_S5H1432
358 tristate "Samsung s5h1432 demodulator (OFDM)"
359 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300360 default m if !MEDIA_SUBDRV_AUTOSELECT
Palash Bandyopadhyay47b75ec2010-07-06 16:40:58 -0300361 help
362 A DVB-T tuner module. Say Y when you want to support this frontend.
363
Devin Heitmueller949a12e2011-03-13 01:53:02 -0300364config DVB_DRXD
365 tristate "Micronas DRXD driver"
366 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300367 default m if !MEDIA_SUBDRV_AUTOSELECT
Devin Heitmueller949a12e2011-03-13 01:53:02 -0300368 help
369 A DVB-T tuner module. Say Y when you want to support this frontend.
370
371 Note: this driver was based on vendor driver reference code (released
372 under the GPL) as opposed to the existing drx397xd driver, which
373 was written via reverse engineering.
374
Linus Torvalds1da177e2005-04-16 15:20:36 -0700375config DVB_L64781
376 tristate "LSI L64781"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300377 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300378 default m if !MEDIA_SUBDRV_AUTOSELECT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700379 help
380 A DVB-T tuner module. Say Y when you want to support this frontend.
381
382config DVB_TDA1004X
383 tristate "Philips TDA10045H/TDA10046H based"
Adrian Bunk445c2712008-07-27 10:04:55 -0300384 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300385 default m if !MEDIA_SUBDRV_AUTOSELECT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700386 help
387 A DVB-T tuner module. Say Y when you want to support this frontend.
388
389 This driver needs external firmware. Please use the commands
390 "<kerneldir>/Documentation/dvb/get_dvb_firmware tda10045",
Michael Krufky50c25ff2006-01-09 15:25:34 -0200391 "<kerneldir>/Documentation/dvb/get_dvb_firmware tda10046" to
Ville Skytt\ä12e66f62006-01-09 15:25:38 -0200392 download/extract them, and then copy them to /usr/lib/hotplug/firmware
393 or /lib/firmware (depending on configuration of firmware hotplug).
Linus Torvalds1da177e2005-04-16 15:20:36 -0700394
395config DVB_NXT6000
396 tristate "NxtWave Communications NXT6000 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300397 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300398 default m if !MEDIA_SUBDRV_AUTOSELECT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700399 help
400 A DVB-T tuner module. Say Y when you want to support this frontend.
401
402config DVB_MT352
403 tristate "Zarlink MT352 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300404 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300405 default m if !MEDIA_SUBDRV_AUTOSELECT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700406 help
407 A DVB-T tuner module. Say Y when you want to support this frontend.
408
Chris Pascoe780dfef2006-02-28 08:34:59 -0300409config DVB_ZL10353
410 tristate "Zarlink ZL10353 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300411 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300412 default m if !MEDIA_SUBDRV_AUTOSELECT
Chris Pascoe780dfef2006-02-28 08:34:59 -0300413 help
414 A DVB-T tuner module. Say Y when you want to support this frontend.
415
Linus Torvalds1da177e2005-04-16 15:20:36 -0700416config DVB_DIB3000MB
417 tristate "DiBcom 3000M-B"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300418 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300419 default m if !MEDIA_SUBDRV_AUTOSELECT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700420 help
421 A DVB-T tuner module. Designed for mobile usage. Say Y when you want
422 to support this frontend.
423
424config DVB_DIB3000MC
425 tristate "DiBcom 3000P/M-C"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300426 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300427 default m if !MEDIA_SUBDRV_AUTOSELECT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700428 help
429 A DVB-T tuner module. Designed for mobile usage. Say Y when you want
430 to support this frontend.
431
Patrick Boettcher69ea31e2006-10-17 18:28:14 -0300432config DVB_DIB7000M
433 tristate "DiBcom 7000MA/MB/PA/PB/MC"
434 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300435 default m if !MEDIA_SUBDRV_AUTOSELECT
Patrick Boettcher69ea31e2006-10-17 18:28:14 -0300436 help
437 A DVB-T tuner module. Designed for mobile usage. Say Y when you want
438 to support this frontend.
439
Patrick Boettchera75763f2006-10-18 08:34:16 -0300440config DVB_DIB7000P
441 tristate "DiBcom 7000PC"
442 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300443 default m if !MEDIA_SUBDRV_AUTOSELECT
Patrick Boettchera75763f2006-10-18 08:34:16 -0300444 help
445 A DVB-T tuner module. Designed for mobile usage. Say Y when you want
446 to support this frontend.
447
Olivier Greniedd316c62011-01-04 04:28:59 -0300448config DVB_DIB9000
449 tristate "DiBcom 9000"
450 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300451 default m if !MEDIA_SUBDRV_AUTOSELECT
Olivier Greniedd316c62011-01-04 04:28:59 -0300452 help
453 A DVB-T tuner module. Designed for mobile usage. Say Y when you want
454 to support this frontend.
455
Steven Toth7bbb1ce2008-04-19 01:06:25 -0300456config DVB_TDA10048
457 tristate "Philips TDA10048HN based"
Adrian Bunk445c2712008-07-27 10:04:55 -0300458 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300459 default m if !MEDIA_SUBDRV_AUTOSELECT
Steven Toth7bbb1ce2008-04-19 01:06:25 -0300460 help
461 A DVB-T tuner module. Say Y when you want to support this frontend.
462
Mauro Carvalho Chehab79a66502009-03-10 00:49:58 -0300463config DVB_AF9013
464 tristate "Afatech AF9013 demodulator"
465 depends on DVB_CORE && I2C
Antti Palosaarif458a1b2017-06-12 02:49:33 -0300466 select REGMAP
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300467 default m if !MEDIA_SUBDRV_AUTOSELECT
Mauro Carvalho Chehab79a66502009-03-10 00:49:58 -0300468 help
469 Say Y when you want to support this frontend.
470
Antti Palosaaria15c7b42009-11-13 22:33:45 -0300471config DVB_EC100
472 tristate "E3C EC100"
473 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300474 default m if !MEDIA_SUBDRV_AUTOSELECT
Antti Palosaaria15c7b42009-11-13 22:33:45 -0300475 help
476 Say Y when you want to support this frontend.
477
Igor M. Liplianin17cce932011-01-25 17:02:00 -0300478config DVB_STV0367
479 tristate "ST STV0367 based"
480 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300481 default m if !MEDIA_SUBDRV_AUTOSELECT
Igor M. Liplianin17cce932011-01-25 17:02:00 -0300482 help
483 A DVB-T/C tuner module. Say Y when you want to support this frontend.
484
Antti Palosaari27cfc852011-04-07 16:27:43 -0300485config DVB_CXD2820R
486 tristate "Sony CXD2820R"
487 depends on DVB_CORE && I2C
Antti Palosaari43e2ea62016-08-13 13:19:05 -0300488 select REGMAP_I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300489 default m if !MEDIA_SUBDRV_AUTOSELECT
Antti Palosaari27cfc852011-04-07 16:27:43 -0300490 help
491 Say Y when you want to support this frontend.
492
Kozlov Sergeya6dc60ff2015-07-28 11:33:03 -0300493config DVB_CXD2841ER
494 tristate "Sony CXD2841ER"
495 depends on DVB_CORE && I2C
496 default m if !MEDIA_SUBDRV_AUTOSELECT
497 help
498 Say Y when you want to support this frontend.
499
Antti Palosaaric0adca72011-07-08 23:34:09 -0300500config DVB_RTL2830
501 tristate "Realtek RTL2830 DVB-T"
Antti Palosaari28c08792014-12-07 04:07:29 -0300502 depends on DVB_CORE && I2C && I2C_MUX
Antti Palosaari15d37f32014-12-12 01:03:51 -0300503 select REGMAP
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300504 default m if !MEDIA_SUBDRV_AUTOSELECT
Antti Palosaaric0adca72011-07-08 23:34:09 -0300505 help
506 Say Y when you want to support this frontend.
507
Thomas Mair82041c02012-05-18 14:47:40 -0300508config DVB_RTL2832
509 tristate "Realtek RTL2832 DVB-T"
Antti Palosaari8823f022013-11-26 12:53:46 -0300510 depends on DVB_CORE && I2C && I2C_MUX
Antti Palosaarid1016582014-12-14 04:45:57 -0300511 select REGMAP
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300512 default m if !MEDIA_SUBDRV_AUTOSELECT
Thomas Mair82041c02012-05-18 14:47:40 -0300513 help
514 Say Y when you want to support this frontend.
515
Antti Palosaari77bbb2b2014-07-15 02:08:38 +0300516config DVB_RTL2832_SDR
517 tristate "Realtek RTL2832 SDR"
Antti Palosaari69cc4bf2014-07-25 06:31:32 -0300518 depends on DVB_CORE && I2C && I2C_MUX && VIDEO_V4L2 && MEDIA_SDR_SUPPORT && USB
Antti Palosaari77bbb2b2014-07-15 02:08:38 +0300519 select DVB_RTL2832
520 select VIDEOBUF2_VMALLOC
521 default m if !MEDIA_SUBDRV_AUTOSELECT
522 help
523 Say Y when you want to support this SDR module.
524
Antti Palosaari845f3502014-04-10 22:00:50 -0300525config DVB_SI2168
526 tristate "Silicon Labs Si2168"
527 depends on DVB_CORE && I2C && I2C_MUX
528 default m if !MEDIA_SUBDRV_AUTOSELECT
529 help
530 Say Y when you want to support this frontend.
531
Mauro Carvalho Chehabdcae7782014-08-12 18:50:23 -0300532config DVB_AS102_FE
533 tristate
534 depends on DVB_CORE
535 default DVB_AS102
536
Antti Palosaari47d65372015-07-23 18:43:06 -0300537config DVB_ZD1301_DEMOD
538 tristate "ZyDAS ZD1301"
539 depends on DVB_CORE && I2C
540 default m if !MEDIA_SUBDRV_AUTOSELECT
541 help
542 Say Y when you want to support this frontend.
543
Mauro Carvalho Chehab7a0786c2016-11-12 12:46:28 -0200544config DVB_GP8PSK_FE
545 tristate
546 depends on DVB_CORE
547 default DVB_USB_GP8PSK
548
Linus Torvalds1da177e2005-04-16 15:20:36 -0700549comment "DVB-C (cable) frontends"
550 depends on DVB_CORE
551
Linus Torvalds1da177e2005-04-16 15:20:36 -0700552config DVB_VES1820
553 tristate "VLSI VES1820 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300554 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300555 default m if !MEDIA_SUBDRV_AUTOSELECT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700556 help
Michael Krufky50c25ff2006-01-09 15:25:34 -0200557 A DVB-C tuner module. Say Y when you want to support this frontend.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700558
559config DVB_TDA10021
560 tristate "Philips TDA10021 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300561 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300562 default m if !MEDIA_SUBDRV_AUTOSELECT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700563 help
Michael Krufky50c25ff2006-01-09 15:25:34 -0200564 A DVB-C tuner module. Say Y when you want to support this frontend.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700565
Hartmut Birraa323ac2007-04-21 19:37:17 -0300566config DVB_TDA10023
567 tristate "Philips TDA10023 based"
568 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300569 default m if !MEDIA_SUBDRV_AUTOSELECT
Hartmut Birraa323ac2007-04-21 19:37:17 -0300570 help
571 A DVB-C tuner module. Say Y when you want to support this frontend.
572
Linus Torvalds1da177e2005-04-16 15:20:36 -0700573config DVB_STV0297
574 tristate "ST STV0297 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300575 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300576 default m if !MEDIA_SUBDRV_AUTOSELECT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700577 help
578 A DVB-C tuner module. Say Y when you want to support this frontend.
579
Trent Piepho005b5412006-04-04 01:56:30 -0300580comment "ATSC (North American/Korean Terrestrial/Cable DTV) frontends"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700581 depends on DVB_CORE
582
Kirk Lapray04a45922005-11-08 21:35:46 -0800583config DVB_NXT200X
Michael Krufkyf5c08a22006-03-16 13:18:25 -0300584 tristate "NxtWave Communications NXT2002/NXT2004 based"
Adrian Bunk445c2712008-07-27 10:04:55 -0300585 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300586 default m if !MEDIA_SUBDRV_AUTOSELECT
Kirk Lapray04a45922005-11-08 21:35:46 -0800587 help
588 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
589 to support this frontend.
590
Michael Krufky66e33de2006-01-09 15:25:39 -0200591 This driver needs external firmware. Please use the commands
592 "<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2002" and
593 "<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2004" to
594 download/extract them, and then copy them to /usr/lib/hotplug/firmware
595 or /lib/firmware (depending on configuration of firmware hotplug).
596
Linus Torvalds1da177e2005-04-16 15:20:36 -0700597config DVB_OR51211
Michael Krufkyf5c08a22006-03-16 13:18:25 -0300598 tristate "Oren OR51211 based"
Adrian Bunk445c2712008-07-27 10:04:55 -0300599 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300600 default m if !MEDIA_SUBDRV_AUTOSELECT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700601 help
602 An ATSC 8VSB tuner module. Say Y when you want to support this frontend.
603
Trent Piepho2b3835b2006-03-29 13:53:15 -0300604 This driver needs external firmware. Please use the command
605 "<kerneldir>/Documentation/dvb/get_dvb_firmware or51211" to
606 download it, and then copy it to /usr/lib/hotplug/firmware
607 or /lib/firmware (depending on configuration of firmware hotplug).
608
Johannes Stezenbach0b3f5a52005-05-16 21:54:38 -0700609config DVB_OR51132
Michael Krufkyf5c08a22006-03-16 13:18:25 -0300610 tristate "Oren OR51132 based"
Adrian Bunk445c2712008-07-27 10:04:55 -0300611 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300612 default m if !MEDIA_SUBDRV_AUTOSELECT
Johannes Stezenbach0b3f5a52005-05-16 21:54:38 -0700613 help
614 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
615 to support this frontend.
616
Trent Piepho2b3835b2006-03-29 13:53:15 -0300617 This driver needs external firmware. Please use the commands
618 "<kerneldir>/Documentation/dvb/get_dvb_firmware or51132_vsb" and/or
619 "<kerneldir>/Documentation/dvb/get_dvb_firmware or51132_qam" to
620 download firmwares for 8VSB and QAM64/256, respectively. Copy them to
621 /usr/lib/hotplug/firmware or /lib/firmware (depending on
622 configuration of firmware hotplug).
623
Johannes Stezenbach55f51ef2005-06-23 22:02:41 -0700624config DVB_BCM3510
625 tristate "Broadcom BCM3510"
Adrian Bunk445c2712008-07-27 10:04:55 -0300626 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300627 default m if !MEDIA_SUBDRV_AUTOSELECT
Johannes Stezenbach55f51ef2005-06-23 22:02:41 -0700628 help
629 An ATSC 8VSB/16VSB and QAM64/256 tuner module. Say Y when you want to
630 support this frontend.
631
Michael Krufky6ddcc912005-07-27 11:46:00 -0700632config DVB_LGDT330X
Michael Krufkye179d8b2005-08-09 17:48:54 -0700633 tristate "LG Electronics LGDT3302/LGDT3303 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300634 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300635 default m if !MEDIA_SUBDRV_AUTOSELECT
Mac Michaelsd8667cb2005-07-07 17:58:29 -0700636 help
637 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
638 to support this frontend.
639
Michael Krufkycae78ed2009-01-13 04:40:36 -0300640config DVB_LGDT3305
Jarod Wilson4cce4922010-10-20 16:26:09 -0300641 tristate "LG Electronics LGDT3304 and LGDT3305 based"
Michael Krufkycae78ed2009-01-13 04:40:36 -0300642 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300643 default m if !MEDIA_SUBDRV_AUTOSELECT
Michael Krufkycae78ed2009-01-13 04:40:36 -0300644 help
645 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
646 to support this frontend.
647
Fred Richterb63b36f2014-03-24 19:56:00 -0300648config DVB_LGDT3306A
649 tristate "LG Electronics LGDT3306A based"
Kevin Cheng4f751892017-01-10 01:14:18 -0200650 depends on DVB_CORE && I2C && I2C_MUX
Fred Richterb63b36f2014-03-24 19:56:00 -0300651 default m if !MEDIA_SUBDRV_AUTOSELECT
652 help
653 An ATSC 8VSB and QAM-B 64/256 demodulator module. Say Y when you want
654 to support this frontend.
655
Michael Krufkye26f2ae2012-01-29 15:46:46 -0300656config DVB_LG2160
657 tristate "LG Electronics LG216x based"
658 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300659 default m if !MEDIA_SUBDRV_AUTOSELECT
Michael Krufkye26f2ae2012-01-29 15:46:46 -0300660 help
661 An ATSC/MH demodulator module. Say Y when you want
662 to support this frontend.
663
Steven Toth89885552007-07-28 19:34:52 -0300664config DVB_S5H1409
665 tristate "Samsung S5H1409 based"
666 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300667 default m if !MEDIA_SUBDRV_AUTOSELECT
Steven Toth89885552007-07-28 19:34:52 -0300668 help
669 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
670 to support this frontend.
671
Steven Toth265a6512008-04-18 21:34:00 -0300672config DVB_AU8522
Mauro Carvalho Chehaba4afb3e2016-11-18 17:47:41 -0200673 depends on DVB_CORE && I2C
Michael Krufkyb31506c2012-01-27 13:18:29 -0300674 tristate
675
676config DVB_AU8522_DTV
677 tristate "Auvitek AU8522 based DTV demod"
678 depends on DVB_CORE && I2C
679 select DVB_AU8522
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300680 default m if !MEDIA_SUBDRV_AUTOSELECT
Steven Toth265a6512008-04-18 21:34:00 -0300681 help
Michael Krufkyb31506c2012-01-27 13:18:29 -0300682 An ATSC 8VSB, QAM64/256 & NTSC demodulator module. Say Y when
683 you want to enable DTV demodulation support for this frontend.
684
685config DVB_AU8522_V4L
686 tristate "Auvitek AU8522 based ATV demod"
Mauro Carvalho Chehaba4afb3e2016-11-18 17:47:41 -0200687 depends on VIDEO_V4L2 && DVB_CORE && I2C
Michael Krufkyb31506c2012-01-27 13:18:29 -0300688 select DVB_AU8522
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300689 default m if !MEDIA_SUBDRV_AUTOSELECT
Michael Krufkyb31506c2012-01-27 13:18:29 -0300690 help
691 An ATSC 8VSB, QAM64/256 & NTSC demodulator module. Say Y when
692 you want to enable ATV demodulation support for this frontend.
Steven Toth265a6512008-04-18 21:34:00 -0300693
Steven Toth8b4f1d02008-04-25 03:44:36 -0300694config DVB_S5H1411
695 tristate "Samsung S5H1411 based"
696 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300697 default m if !MEDIA_SUBDRV_AUTOSELECT
Steven Toth8b4f1d02008-04-25 03:44:36 -0300698 help
699 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
700 to support this frontend.
701
Mauro Carvalho Chehabc2e591f2008-10-24 13:44:38 -0300702comment "ISDB-T (terrestrial) frontends"
703 depends on DVB_CORE
704
705config DVB_S921
Mauro Carvalho Chehab3a509bb2010-09-10 16:49:47 -0300706 tristate "Sharp S921 frontend"
Mauro Carvalho Chehabc2e591f2008-10-24 13:44:38 -0300707 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300708 default m if !MEDIA_SUBDRV_AUTOSELECT
Mauro Carvalho Chehabc2e591f2008-10-24 13:44:38 -0300709 help
710 AN ISDB-T DQPSK, QPSK, 16QAM and 64QAM 1seg tuner module.
711 Say Y when you want to support this frontend.
712
Patrick Boettcher77e2c0f2009-08-17 07:01:10 -0300713config DVB_DIB8000
714 tristate "DiBcom 8000MB/MC"
715 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300716 default m if !MEDIA_SUBDRV_AUTOSELECT
Patrick Boettcher77e2c0f2009-08-17 07:01:10 -0300717 help
718 A driver for DiBcom's DiB8000 ISDB-T/ISDB-Tsb demodulator.
719 Say Y when you want to support this frontend.
720
Mauro Carvalho Chehabb9ede79a2010-09-27 20:52:43 -0300721config DVB_MB86A20S
722 tristate "Fujitsu mb86a20s"
723 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300724 default m if !MEDIA_SUBDRV_AUTOSELECT
Mauro Carvalho Chehabb9ede79a2010-09-27 20:52:43 -0300725 help
726 A driver for Fujitsu mb86a20s ISDB-T/ISDB-Tsb demodulator.
727 Say Y when you want to support this frontend.
728
ほち30934dd2014-10-06 03:21:27 -0300729comment "ISDB-S (satellite) & ISDB-T (terrestrial) frontends"
730 depends on DVB_CORE
731
Akihiro Tsukadaf5d82a72014-09-08 14:20:42 -0300732config DVB_TC90522
733 tristate "Toshiba TC90522"
734 depends on DVB_CORE && I2C
735 default m if !MEDIA_SUBDRV_AUTOSELECT
736 help
ほち30934dd2014-10-06 03:21:27 -0300737 Toshiba TC90522 2xISDB-S 8PSK + 2xISDB-T OFDM demodulator.
Akihiro Tsukadaf5d82a72014-09-08 14:20:42 -0300738 Say Y when you want to support this frontend.
739
Mauro Carvalho Chehabb0945162008-04-29 21:38:45 -0300740comment "Digital terrestrial only tuners/PLL"
Andrew de Quincey6bca3582006-08-08 09:10:10 -0300741 depends on DVB_CORE
742
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300743config DVB_PLL
Trent Piepho9ab1ba32007-04-27 12:31:28 -0300744 tristate "Generic I2C PLL based tuners"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300745 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300746 default m if !MEDIA_SUBDRV_AUTOSELECT
Trent Piepho9ab1ba32007-04-27 12:31:28 -0300747 help
Michael Krufky0173e462007-09-27 11:37:19 -0300748 This module drives a number of tuners based on PLL chips with a
Trent Piepho9ab1ba32007-04-27 12:31:28 -0300749 common I2C interface. Say Y when you want to support these tuners.
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300750
Patrick Boettcher01373a52007-07-30 12:49:04 -0300751config DVB_TUNER_DIB0070
752 tristate "DiBcom DiB0070 silicon base-band tuner"
Mauro Carvalho Chehaba4afb3e2016-11-18 17:47:41 -0200753 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300754 default m if !MEDIA_SUBDRV_AUTOSELECT
Patrick Boettcher01373a52007-07-30 12:49:04 -0300755 help
756 A driver for the silicon baseband tuner DiB0070 from DiBcom.
Matt LaPlante692105b2009-01-26 11:12:25 +0100757 This device is only used inside a SiP called together with a
Patrick Boettcher01373a52007-07-30 12:49:04 -0300758 demodulator for now.
759
Olivier Grenie03245a52009-12-04 13:27:57 -0300760config DVB_TUNER_DIB0090
761 tristate "DiBcom DiB0090 silicon base-band tuner"
Mauro Carvalho Chehaba4afb3e2016-11-18 17:47:41 -0200762 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300763 default m if !MEDIA_SUBDRV_AUTOSELECT
Olivier Grenie03245a52009-12-04 13:27:57 -0300764 help
765 A driver for the silicon baseband tuner DiB0090 from DiBcom.
766 This device is only used inside a SiP called together with a
767 demodulator for now.
768
Mauro Carvalho Chehabdf7aaaf2008-04-26 16:19:58 -0300769comment "SEC control devices for DVB-S"
Andrew de Quinceyd0205422006-04-27 21:45:01 -0300770 depends on DVB_CORE
771
Devin Heitmueller38b2df92012-08-13 21:18:02 -0300772source "drivers/media/dvb-frontends/drx39xyj/Kconfig"
773
Kozlov Sergeye0252732015-07-28 11:33:02 -0300774config DVB_LNBH25
775 tristate "LNBH25 SEC controller"
776 depends on DVB_CORE && I2C
777 default m if !MEDIA_SUBDRV_AUTOSELECT
778 help
779 An SEC control chip.
780 Say Y when you want to support this chip.
781
Andrew de Quinceyd0205422006-04-27 21:45:01 -0300782config DVB_LNBP21
Igor M. Liplianin8c1a2332009-03-03 11:24:18 -0300783 tristate "LNBP21/LNBH24 SEC controllers"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300784 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300785 default m if !MEDIA_SUBDRV_AUTOSELECT
Andrew de Quinceyd0205422006-04-27 21:45:01 -0300786 help
Igor M. Liplianin8c1a2332009-03-03 11:24:18 -0300787 An SEC control chips.
Andrew de Quinceyd0205422006-04-27 21:45:01 -0300788
Igor M. Liplianin4e2c53f2011-09-23 18:33:50 -0300789config DVB_LNBP22
790 tristate "LNBP22 SEC controllers"
791 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300792 default m if !MEDIA_SUBDRV_AUTOSELECT
Igor M. Liplianin4e2c53f2011-09-23 18:33:50 -0300793 help
794 LNB power supply and control voltage
795 regulator chip with step-up converter
796 and I2C interface.
797 Say Y when you want to support this chip.
798
Hartmut Hackmann26ec3942008-04-22 14:42:09 -0300799config DVB_ISL6405
800 tristate "ISL6405 SEC controller"
801 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300802 default m if !MEDIA_SUBDRV_AUTOSELECT
Hartmut Hackmann26ec3942008-04-22 14:42:09 -0300803 help
804 An SEC control chip.
805
Andrew de Quincey21c28582006-04-27 21:45:09 -0300806config DVB_ISL6421
807 tristate "ISL6421 SEC controller"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300808 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300809 default m if !MEDIA_SUBDRV_AUTOSELECT
Andrew de Quincey21c28582006-04-27 21:45:09 -0300810 help
811 An SEC control chip.
812
Manu Abrahame415c682009-04-06 15:45:20 -0300813config DVB_ISL6423
814 tristate "ISL6423 SEC controller"
815 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300816 default m if !MEDIA_SUBDRV_AUTOSELECT
Manu Abrahame415c682009-04-06 15:45:20 -0300817 help
818 A SEC controller chip from Intersil
819
Antti Palosaari85bc9b52011-08-01 00:52:11 -0300820config DVB_A8293
821 tristate "Allegro A8293"
822 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300823 default m if !MEDIA_SUBDRV_AUTOSELECT
Antti Palosaari85bc9b52011-08-01 00:52:11 -0300824
Olli Salonen868736a2014-08-08 04:06:35 -0300825config DVB_SP2
826 tristate "CIMaX SP2"
827 depends on DVB_CORE && I2C
828 default m if !MEDIA_SUBDRV_AUTOSELECT
829 help
830 CIMaX SP2/SP2HF Common Interface module.
831
Timothy Leedfbdce02008-08-09 13:36:51 -0300832config DVB_LGS8GL5
833 tristate "Silicon Legend LGS-8GL5 demodulator (OFDM)"
834 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300835 default m if !MEDIA_SUBDRV_AUTOSELECT
Timothy Leedfbdce02008-08-09 13:36:51 -0300836 help
837 A DMB-TH tuner module. Say Y when you want to support this frontend.
838
David Wongf15da162009-04-01 04:35:10 -0300839config DVB_LGS8GXX
840 tristate "Legend Silicon LGS8913/LGS8GL5/LGS8GXX DMB-TH demodulator"
841 depends on DVB_CORE && I2C
Ben Hutchings76386992009-10-31 23:14:35 -0300842 select FW_LOADER
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300843 default m if !MEDIA_SUBDRV_AUTOSELECT
David Wongf15da162009-04-01 04:35:10 -0300844 help
845 A DMB-TH tuner module. Say Y when you want to support this frontend.
846
David T.L. Wongec27b6a2009-10-26 07:08:17 -0300847config DVB_ATBM8830
848 tristate "AltoBeam ATBM8830/8831 DMB-TH demodulator"
849 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300850 default m if !MEDIA_SUBDRV_AUTOSELECT
David T.L. Wongec27b6a2009-10-26 07:08:17 -0300851 help
852 A DMB-TH tuner module. Say Y when you want to support this frontend.
853
Manu Abraham3e978a82009-12-04 05:56:35 -0300854config DVB_TDA665x
855 tristate "TDA665x tuner"
856 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300857 default m if !MEDIA_SUBDRV_AUTOSELECT
Manu Abraham3e978a82009-12-04 05:56:35 -0300858 help
859 Support for tuner modules based on Philips TDA6650/TDA6651 chips.
860 Say Y when you want to support this chip.
861
862 Currently supported tuners:
863 * Panasonic ENV57H12D5 (ET-50DT)
864
Malcolm Priestley1ae2c582010-08-28 18:07:37 -0300865config DVB_IX2505V
866 tristate "Sharp IX2505V silicon tuner"
867 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300868 default m if !MEDIA_SUBDRV_AUTOSELECT
Malcolm Priestley1ae2c582010-08-28 18:07:37 -0300869 help
870 A DVB-S tuner module. Say Y when you want to support this frontend.
871
Malcolm Priestleyae8dc8ee2012-03-07 18:11:03 -0300872config DVB_M88RS2000
873 tristate "M88RS2000 DVB-S demodulator and tuner"
874 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300875 default m if !MEDIA_SUBDRV_AUTOSELECT
Malcolm Priestleyae8dc8ee2012-03-07 18:11:03 -0300876 help
877 A DVB-S tuner module.
878 Say Y when you want to support this frontend.
879
Antti Palosaari4b64bb22012-03-30 08:21:25 -0300880config DVB_AF9033
881 tristate "Afatech AF9033 DVB-T demodulator"
882 depends on DVB_CORE && I2C
Antti Palosaaribc85d5e2016-11-06 02:20:29 -0200883 select REGMAP_I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300884 default m if !MEDIA_SUBDRV_AUTOSELECT
Antti Palosaari4b64bb22012-03-30 08:21:25 -0300885
Kozlov Sergeya5d32b32015-07-28 11:33:00 -0300886config DVB_HORUS3A
887 tristate "Sony Horus3A tuner"
888 depends on DVB_CORE && I2C
889 default m if !MEDIA_SUBDRV_AUTOSELECT
890 help
891 Say Y when you want to support this frontend.
892
Kozlov Sergeydacf9ce2015-07-28 11:33:01 -0300893config DVB_ASCOT2E
894 tristate "Sony Ascot2E tuner"
895 depends on DVB_CORE && I2C
896 default m if !MEDIA_SUBDRV_AUTOSELECT
897 help
898 Say Y when you want to support this frontend.
899
Abylay Ospan2dc1ed42016-03-21 22:19:12 -0300900config DVB_HELENE
901 tristate "Sony HELENE Sat/Ter tuner (CXD2858ER)"
902 depends on DVB_CORE && I2C
903 default m if !MEDIA_SUBDRV_AUTOSELECT
904 help
905 Say Y when you want to support this frontend.
906
Patrick Boettcherbccd7002008-08-30 12:15:54 -0300907comment "Tools to develop new frontends"
908
909config DVB_DUMMY_FE
910 tristate "Dummy frontend driver"
Mauro Carvalho Chehaba4afb3e2016-11-18 17:47:41 -0200911 depends on DVB_CORE
Patrick Boettcherbccd7002008-08-30 12:15:54 -0300912 default n
Linus Torvalds1da177e2005-04-16 15:20:36 -0700913endmenu