blob: b7627caba1e7118585620d0e27e2d2c7fbb3b89c [file] [log] [blame]
Mauro Carvalho Chehab4609bdd2009-03-06 08:31:39 -03001menu "Customise DVB Frontends"
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -03002 visible if !MEDIA_SUBDRV_AUTOSELECT
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
31config DVB_STV6110x
32 tristate "STV6110/(A) based tuners"
33 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -030034 default m if !MEDIA_SUBDRV_AUTOSELECT
Manu Abrahame415c682009-04-06 15:45:20 -030035 help
36 A Silicon tuner that supports DVB-S and DVB-S2 modes
37
Antti Palosaari395d00d2013-02-25 08:39:16 -030038config DVB_M88DS3103
Antti Palosaari7978b8a2015-04-16 21:36:00 -030039 tristate "Montage Technology M88DS3103"
Antti Palosaari44b90552013-11-19 20:32:42 -030040 depends on DVB_CORE && I2C && I2C_MUX
Antti Palosaari395d00d2013-02-25 08:39:16 -030041 default m if !MEDIA_SUBDRV_AUTOSELECT
42 help
43 Say Y when you want to support this frontend.
44
Oliver Endrissf678c3b2011-07-03 13:51:43 -030045comment "Multistandard (cable + terrestrial) frontends"
46 depends on DVB_CORE
47
48config DVB_DRXK
49 tristate "Micronas DRXK based"
50 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -030051 default m if !MEDIA_SUBDRV_AUTOSELECT
Oliver Endrissf678c3b2011-07-03 13:51:43 -030052 help
53 Micronas DRX-K DVB-C/T demodulator.
54
55 Say Y when you want to support this frontend.
56
57config DVB_TDA18271C2DD
58 tristate "NXP TDA18271C2 silicon tuner"
59 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -030060 default m if !MEDIA_SUBDRV_AUTOSELECT
Oliver Endrissf678c3b2011-07-03 13:51:43 -030061 help
62 NXP TDA18271 silicon tuner.
63
64 Say Y when you want to support this tuner.
65
Matthias Schwarzott3e54a162014-07-22 17:12:12 -030066config DVB_SI2165
67 tristate "Silicon Labs si2165 based"
68 depends on DVB_CORE && I2C
69 default m if !MEDIA_SUBDRV_AUTOSELECT
70 help
71 A DVB-C/T demodulator.
72
73 Say Y when you want to support this frontend.
74
Linus Torvalds1da177e2005-04-16 15:20:36 -070075comment "DVB-S (satellite) frontends"
76 depends on DVB_CORE
77
Linus Torvalds1da177e2005-04-16 15:20:36 -070078config DVB_CX24110
79 tristate "Conexant CX24110 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -030080 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -030081 default m if !MEDIA_SUBDRV_AUTOSELECT
Johannes Stezenbach0b3f5a52005-05-16 21:54:38 -070082 help
Linus Torvalds1da177e2005-04-16 15:20:36 -070083 A DVB-S tuner module. Say Y when you want to support this frontend.
Johannes Stezenbach0b3f5a52005-05-16 21:54:38 -070084
Steve Tothb79cb652006-01-09 15:25:07 -020085config DVB_CX24123
86 tristate "Conexant CX24123 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -030087 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -030088 default m if !MEDIA_SUBDRV_AUTOSELECT
Steve Tothb79cb652006-01-09 15:25:07 -020089 help
90 A DVB-S tuner module. Say Y when you want to support this frontend.
91
Linus Torvalds1da177e2005-04-16 15:20:36 -070092config DVB_MT312
Matthias Schwarzotte4671b62008-04-30 12:21:04 -030093 tristate "Zarlink VP310/MT312/ZL10313 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -030094 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -030095 default m if !MEDIA_SUBDRV_AUTOSELECT
Linus Torvalds1da177e2005-04-16 15:20:36 -070096 help
97 A DVB-S tuner module. Say Y when you want to support this frontend.
98
Matthias Schwarzott68b3289f2009-02-24 12:35:15 -030099config DVB_ZL10036
100 tristate "Zarlink ZL10036 silicon tuner"
101 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300102 default m if !MEDIA_SUBDRV_AUTOSELECT
Matthias Schwarzott68b3289f2009-02-24 12:35:15 -0300103 help
104 A DVB-S tuner module. Say Y when you want to support this frontend.
105
Igor M. Liplianin2ccf5a92009-06-20 09:51:48 -0300106config DVB_ZL10039
107 tristate "Zarlink ZL10039 silicon tuner"
108 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300109 default m if !MEDIA_SUBDRV_AUTOSELECT
Igor M. Liplianin2ccf5a92009-06-20 09:51:48 -0300110 help
111 A DVB-S tuner module. Say Y when you want to support this frontend.
112
Andrew de Quincey96bf2f22005-07-07 17:57:53 -0700113config DVB_S5H1420
114 tristate "Samsung S5H1420 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300115 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300116 default m if !MEDIA_SUBDRV_AUTOSELECT
Andrew de Quincey96bf2f22005-07-07 17:57:53 -0700117 help
118 A DVB-S tuner module. Say Y when you want to support this frontend.
119
Igor M. Liplianine4aab642008-09-23 15:43:57 -0300120config DVB_STV0288
121 tristate "ST STV0288 based"
122 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300123 default m if !MEDIA_SUBDRV_AUTOSELECT
Igor M. Liplianine4aab642008-09-23 15:43:57 -0300124 help
125 A DVB-S tuner module. Say Y when you want to support this frontend.
126
127config DVB_STB6000
128 tristate "ST STB6000 silicon tuner"
129 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300130 default m if !MEDIA_SUBDRV_AUTOSELECT
Igor M. Liplianine4aab642008-09-23 15:43:57 -0300131 help
132 A DVB-S silicon tuner module. Say Y when you want to support this tuner.
133
Mauro Carvalho Chehabdf7aaaf2008-04-26 16:19:58 -0300134config DVB_STV0299
135 tristate "ST STV0299 based"
136 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300137 default m if !MEDIA_SUBDRV_AUTOSELECT
Mauro Carvalho Chehabdf7aaaf2008-04-26 16:19:58 -0300138 help
139 A DVB-S tuner module. Say Y when you want to support this frontend.
140
Igor M. Liplianin47220bc2009-03-03 11:16:40 -0300141config DVB_STV6110
142 tristate "ST STV6110 silicon tuner"
143 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300144 default m if !MEDIA_SUBDRV_AUTOSELECT
Igor M. Liplianin47220bc2009-03-03 11:16:40 -0300145 help
146 A DVB-S silicon tuner module. Say Y when you want to support this tuner.
147
Igor M. Liplianince452642009-03-03 11:55:20 -0300148config DVB_STV0900
149 tristate "ST STV0900 based"
150 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300151 default m if !MEDIA_SUBDRV_AUTOSELECT
Igor M. Liplianince452642009-03-03 11:55:20 -0300152 help
153 A DVB-S/S2 demodulator. Say Y when you want to support this frontend.
154
Mauro Carvalho Chehabdf7aaaf2008-04-26 16:19:58 -0300155config DVB_TDA8083
156 tristate "Philips TDA8083 based"
157 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300158 default m if !MEDIA_SUBDRV_AUTOSELECT
Mauro Carvalho Chehabdf7aaaf2008-04-26 16:19:58 -0300159 help
160 A DVB-S tuner module. Say Y when you want to support this frontend.
161
Andrew de Quincey6bca35802006-08-08 09:10:10 -0300162config DVB_TDA10086
163 tristate "Philips TDA10086 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300164 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300165 default m if !MEDIA_SUBDRV_AUTOSELECT
Andrew de Quincey6bca35802006-08-08 09:10:10 -0300166 help
167 A DVB-S tuner module. Say Y when you want to support this frontend.
168
Manu Abraham654dbad2008-10-23 17:56:07 -0300169config DVB_TDA8261
170 tristate "Philips TDA8261 based"
171 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300172 default m if !MEDIA_SUBDRV_AUTOSELECT
Manu Abraham654dbad2008-10-23 17:56:07 -0300173 help
174 A DVB-S tuner module. Say Y when you want to support this frontend.
175
Mauro Carvalho Chehabdf7aaaf2008-04-26 16:19:58 -0300176config DVB_VES1X93
177 tristate "VLSI VES1893 or VES1993 based"
178 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300179 default m if !MEDIA_SUBDRV_AUTOSELECT
Mauro Carvalho Chehabdf7aaaf2008-04-26 16:19:58 -0300180 help
181 A DVB-S tuner module. Say Y when you want to support this frontend.
182
183config DVB_TUNER_ITD1000
184 tristate "Integrant ITD1000 Zero IF tuner for DVB-S/DSS"
185 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300186 default m if !MEDIA_SUBDRV_AUTOSELECT
Mauro Carvalho Chehabdf7aaaf2008-04-26 16:19:58 -0300187 help
188 A DVB-S tuner module. Say Y when you want to support this frontend.
189
Patrick Boettcher4c48ae82008-11-23 16:26:54 -0300190config DVB_TUNER_CX24113
191 tristate "Conexant CX24113/CX24128 tuner for DVB-S/DSS"
192 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300193 default m if !MEDIA_SUBDRV_AUTOSELECT
Patrick Boettcher4c48ae82008-11-23 16:26:54 -0300194 help
195 A DVB-S tuner module. Say Y when you want to support this frontend.
196
197
Mauro Carvalho Chehabdf7aaaf2008-04-26 16:19:58 -0300198config DVB_TDA826X
199 tristate "Philips TDA826X silicon tuner"
200 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300201 default m if !MEDIA_SUBDRV_AUTOSELECT
Mauro Carvalho Chehabdf7aaaf2008-04-26 16:19:58 -0300202 help
203 A DVB-S silicon tuner module. Say Y when you want to support this tuner.
204
205config DVB_TUA6100
206 tristate "Infineon TUA6100 PLL"
207 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300208 default m if !MEDIA_SUBDRV_AUTOSELECT
Mauro Carvalho Chehabdf7aaaf2008-04-26 16:19:58 -0300209 help
210 A DVB-S PLL chip.
211
Steven Toth0d467482008-09-04 01:14:43 -0300212config DVB_CX24116
213 tristate "Conexant CX24116 based"
214 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300215 default m if !MEDIA_SUBDRV_AUTOSELECT
Steven Toth0d467482008-09-04 01:14:43 -0300216 help
217 A DVB-S/S2 tuner module. Say Y when you want to support this frontend.
218
Luis Alves0d788682013-10-01 22:11:19 -0300219config DVB_CX24117
220 tristate "Conexant CX24117 based"
221 depends on DVB_CORE && I2C
222 default m if !MEDIA_SUBDRV_AUTOSELECT
223 help
224 A Dual DVB-S/S2 tuner module. Say Y when you want to support this frontend.
225
Jemma Denson5afc9a22015-04-14 09:04:50 -0300226config DVB_CX24120
227 tristate "Conexant CX24120 based"
228 depends on DVB_CORE && I2C
229 default m if !MEDIA_SUBDRV_AUTOSELECT
230 help
Jemma Densoncd20c592015-04-30 15:01:11 -0300231 A DVB-S/S2 tuner module. Say Y when you want to support this frontend.
Jemma Denson5afc9a22015-04-14 09:04:50 -0300232
Igor M. Liplianin04ad28c2008-09-16 18:21:11 -0300233config DVB_SI21XX
234 tristate "Silicon Labs SI21XX based"
235 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300236 default m if !MEDIA_SUBDRV_AUTOSELECT
Igor M. Liplianin04ad28c2008-09-16 18:21:11 -0300237 help
238 A DVB-S tuner module. Say Y when you want to support this frontend.
239
Konstantin Dimitrov6fef4fc2012-12-23 19:25:27 -0300240config DVB_TS2020
241 tristate "Montage Tehnology TS2020 based tuners"
Antti Palosaarif158cbc2015-03-27 18:14:25 -0300242 depends on DVB_CORE
243 select REGMAP_I2C
Paul Bolled65fcbb2013-03-11 11:31:39 -0300244 default m if !MEDIA_SUBDRV_AUTOSELECT
Konstantin Dimitrov6fef4fc2012-12-23 19:25:27 -0300245 help
246 A DVB-S/S2 silicon tuner. Say Y when you want to support this tuner.
247
Igor M. Liplianin09ea33e2009-11-24 20:16:04 -0300248config DVB_DS3000
249 tristate "Montage Tehnology DS3000 based"
250 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300251 default m if !MEDIA_SUBDRV_AUTOSELECT
Igor M. Liplianin09ea33e2009-11-24 20:16:04 -0300252 help
253 A DVB-S/S2 tuner module. Say Y when you want to support this frontend.
254
Manu Abraham8873c612009-12-05 01:24:08 -0300255config DVB_MB86A16
256 tristate "Fujitsu MB86A16 based"
257 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300258 default m if !MEDIA_SUBDRV_AUTOSELECT
Manu Abraham8873c612009-12-05 01:24:08 -0300259 help
260 A DVB-S/DSS Direct Conversion reveiver.
261 Say Y when you want to support this frontend.
262
Antti Palosaaride8e4202011-08-01 01:07:39 -0300263config DVB_TDA10071
264 tristate "NXP TDA10071"
265 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300266 default m if !MEDIA_SUBDRV_AUTOSELECT
Antti Palosaaride8e4202011-08-01 01:07:39 -0300267 help
268 Say Y when you want to support this frontend.
269
Linus Torvalds1da177e2005-04-16 15:20:36 -0700270comment "DVB-T (terrestrial) frontends"
271 depends on DVB_CORE
272
273config DVB_SP8870
Michael Krufky50c25ff2006-01-09 15:25:34 -0200274 tristate "Spase sp8870 based"
Adrian Bunk445c2712008-07-27 10:04:55 -0300275 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300276 default m if !MEDIA_SUBDRV_AUTOSELECT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700277 help
Michael Krufky50c25ff2006-01-09 15:25:34 -0200278 A DVB-T tuner module. Say Y when you want to support this frontend.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700279
280 This driver needs external firmware. Please use the command
281 "<kerneldir>/Documentation/dvb/get_dvb_firmware sp8870" to
Ville Skytt\ä12e66f62006-01-09 15:25:38 -0200282 download/extract it, and then copy it to /usr/lib/hotplug/firmware
283 or /lib/firmware (depending on configuration of firmware hotplug).
Linus Torvalds1da177e2005-04-16 15:20:36 -0700284
285config DVB_SP887X
Michael Krufky50c25ff2006-01-09 15:25:34 -0200286 tristate "Spase sp887x based"
Adrian Bunk445c2712008-07-27 10:04:55 -0300287 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300288 default m if !MEDIA_SUBDRV_AUTOSELECT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700289 help
290 A DVB-T tuner module. Say Y when you want to support this frontend.
291
292 This driver needs external firmware. Please use the command
293 "<kerneldir>/Documentation/dvb/get_dvb_firmware sp887x" to
Ville Skytt\ä12e66f62006-01-09 15:25:38 -0200294 download/extract it, and then copy it to /usr/lib/hotplug/firmware
295 or /lib/firmware (depending on configuration of firmware hotplug).
Linus Torvalds1da177e2005-04-16 15:20:36 -0700296
297config DVB_CX22700
298 tristate "Conexant CX22700 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300299 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300300 default m if !MEDIA_SUBDRV_AUTOSELECT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700301 help
302 A DVB-T tuner module. Say Y when you want to support this frontend.
303
304config DVB_CX22702
Michael Krufky50c25ff2006-01-09 15:25:34 -0200305 tristate "Conexant cx22702 demodulator (OFDM)"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300306 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300307 default m if !MEDIA_SUBDRV_AUTOSELECT
Michael Krufky50c25ff2006-01-09 15:25:34 -0200308 help
309 A DVB-T tuner module. Say Y when you want to support this frontend.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700310
Palash Bandyopadhyay47b75ec2010-07-06 16:40:58 -0300311config DVB_S5H1432
312 tristate "Samsung s5h1432 demodulator (OFDM)"
313 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300314 default m if !MEDIA_SUBDRV_AUTOSELECT
Palash Bandyopadhyay47b75ec2010-07-06 16:40:58 -0300315 help
316 A DVB-T tuner module. Say Y when you want to support this frontend.
317
Devin Heitmueller949a12e2011-03-13 01:53:02 -0300318config DVB_DRXD
319 tristate "Micronas DRXD driver"
320 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300321 default m if !MEDIA_SUBDRV_AUTOSELECT
Devin Heitmueller949a12e2011-03-13 01:53:02 -0300322 help
323 A DVB-T tuner module. Say Y when you want to support this frontend.
324
325 Note: this driver was based on vendor driver reference code (released
326 under the GPL) as opposed to the existing drx397xd driver, which
327 was written via reverse engineering.
328
Linus Torvalds1da177e2005-04-16 15:20:36 -0700329config DVB_L64781
330 tristate "LSI L64781"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300331 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300332 default m if !MEDIA_SUBDRV_AUTOSELECT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700333 help
334 A DVB-T tuner module. Say Y when you want to support this frontend.
335
336config DVB_TDA1004X
337 tristate "Philips TDA10045H/TDA10046H based"
Adrian Bunk445c2712008-07-27 10:04:55 -0300338 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300339 default m if !MEDIA_SUBDRV_AUTOSELECT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700340 help
341 A DVB-T tuner module. Say Y when you want to support this frontend.
342
343 This driver needs external firmware. Please use the commands
344 "<kerneldir>/Documentation/dvb/get_dvb_firmware tda10045",
Michael Krufky50c25ff2006-01-09 15:25:34 -0200345 "<kerneldir>/Documentation/dvb/get_dvb_firmware tda10046" to
Ville Skytt\ä12e66f62006-01-09 15:25:38 -0200346 download/extract them, and then copy them to /usr/lib/hotplug/firmware
347 or /lib/firmware (depending on configuration of firmware hotplug).
Linus Torvalds1da177e2005-04-16 15:20:36 -0700348
349config DVB_NXT6000
350 tristate "NxtWave Communications NXT6000 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300351 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300352 default m if !MEDIA_SUBDRV_AUTOSELECT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700353 help
354 A DVB-T tuner module. Say Y when you want to support this frontend.
355
356config DVB_MT352
357 tristate "Zarlink MT352 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300358 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300359 default m if !MEDIA_SUBDRV_AUTOSELECT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700360 help
361 A DVB-T tuner module. Say Y when you want to support this frontend.
362
Chris Pascoe780dfef2006-02-28 08:34:59 -0300363config DVB_ZL10353
364 tristate "Zarlink ZL10353 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300365 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300366 default m if !MEDIA_SUBDRV_AUTOSELECT
Chris Pascoe780dfef2006-02-28 08:34:59 -0300367 help
368 A DVB-T tuner module. Say Y when you want to support this frontend.
369
Linus Torvalds1da177e2005-04-16 15:20:36 -0700370config DVB_DIB3000MB
371 tristate "DiBcom 3000M-B"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300372 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300373 default m if !MEDIA_SUBDRV_AUTOSELECT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700374 help
375 A DVB-T tuner module. Designed for mobile usage. Say Y when you want
376 to support this frontend.
377
378config DVB_DIB3000MC
379 tristate "DiBcom 3000P/M-C"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300380 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300381 default m if !MEDIA_SUBDRV_AUTOSELECT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700382 help
383 A DVB-T tuner module. Designed for mobile usage. Say Y when you want
384 to support this frontend.
385
Patrick Boettcher69ea31e2006-10-17 18:28:14 -0300386config DVB_DIB7000M
387 tristate "DiBcom 7000MA/MB/PA/PB/MC"
388 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300389 default m if !MEDIA_SUBDRV_AUTOSELECT
Patrick Boettcher69ea31e2006-10-17 18:28:14 -0300390 help
391 A DVB-T tuner module. Designed for mobile usage. Say Y when you want
392 to support this frontend.
393
Patrick Boettchera75763f2006-10-18 08:34:16 -0300394config DVB_DIB7000P
395 tristate "DiBcom 7000PC"
396 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300397 default m if !MEDIA_SUBDRV_AUTOSELECT
Patrick Boettchera75763f2006-10-18 08:34:16 -0300398 help
399 A DVB-T tuner module. Designed for mobile usage. Say Y when you want
400 to support this frontend.
401
Olivier Greniedd316c62011-01-04 04:28:59 -0300402config DVB_DIB9000
403 tristate "DiBcom 9000"
404 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300405 default m if !MEDIA_SUBDRV_AUTOSELECT
Olivier Greniedd316c62011-01-04 04:28:59 -0300406 help
407 A DVB-T tuner module. Designed for mobile usage. Say Y when you want
408 to support this frontend.
409
Steven Toth7bbb1ce2008-04-19 01:06:25 -0300410config DVB_TDA10048
411 tristate "Philips TDA10048HN based"
Adrian Bunk445c2712008-07-27 10:04:55 -0300412 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300413 default m if !MEDIA_SUBDRV_AUTOSELECT
Steven Toth7bbb1ce2008-04-19 01:06:25 -0300414 help
415 A DVB-T tuner module. Say Y when you want to support this frontend.
416
Mauro Carvalho Chehab79a66502009-03-10 00:49:58 -0300417config DVB_AF9013
418 tristate "Afatech AF9013 demodulator"
419 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300420 default m if !MEDIA_SUBDRV_AUTOSELECT
Mauro Carvalho Chehab79a66502009-03-10 00:49:58 -0300421 help
422 Say Y when you want to support this frontend.
423
Antti Palosaaria15c7b42009-11-13 22:33:45 -0300424config DVB_EC100
425 tristate "E3C EC100"
426 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300427 default m if !MEDIA_SUBDRV_AUTOSELECT
Antti Palosaaria15c7b42009-11-13 22:33:45 -0300428 help
429 Say Y when you want to support this frontend.
430
Antti Palosaariee9b8c82011-11-06 20:01:13 -0300431config DVB_HD29L2
432 tristate "HDIC HD29L2"
433 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300434 default m if !MEDIA_SUBDRV_AUTOSELECT
Antti Palosaariee9b8c82011-11-06 20:01:13 -0300435 help
436 Say Y when you want to support this frontend.
437
Igor M. Liplianin17cce932011-01-25 17:02:00 -0300438config DVB_STV0367
439 tristate "ST STV0367 based"
440 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300441 default m if !MEDIA_SUBDRV_AUTOSELECT
Igor M. Liplianin17cce932011-01-25 17:02:00 -0300442 help
443 A DVB-T/C tuner module. Say Y when you want to support this frontend.
444
Antti Palosaari27cfc852011-04-07 16:27:43 -0300445config DVB_CXD2820R
446 tristate "Sony CXD2820R"
447 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300448 default m if !MEDIA_SUBDRV_AUTOSELECT
Antti Palosaari27cfc852011-04-07 16:27:43 -0300449 help
450 Say Y when you want to support this frontend.
451
Antti Palosaaric0adca72011-07-08 23:34:09 -0300452config DVB_RTL2830
453 tristate "Realtek RTL2830 DVB-T"
Antti Palosaari28c08792014-12-07 04:07:29 -0300454 depends on DVB_CORE && I2C && I2C_MUX
Antti Palosaari15d37f32014-12-12 01:03:51 -0300455 select REGMAP
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300456 default m if !MEDIA_SUBDRV_AUTOSELECT
Antti Palosaaric0adca72011-07-08 23:34:09 -0300457 help
458 Say Y when you want to support this frontend.
459
Thomas Mair82041c02012-05-18 14:47:40 -0300460config DVB_RTL2832
461 tristate "Realtek RTL2832 DVB-T"
Antti Palosaari8823f022013-11-26 12:53:46 -0300462 depends on DVB_CORE && I2C && I2C_MUX
Antti Palosaarid1016582014-12-14 04:45:57 -0300463 select REGMAP
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300464 default m if !MEDIA_SUBDRV_AUTOSELECT
Thomas Mair82041c02012-05-18 14:47:40 -0300465 help
466 Say Y when you want to support this frontend.
467
Antti Palosaari77bbb2b2014-07-15 02:08:38 +0300468config DVB_RTL2832_SDR
469 tristate "Realtek RTL2832 SDR"
Antti Palosaari69cc4bf2014-07-25 06:31:32 -0300470 depends on DVB_CORE && I2C && I2C_MUX && VIDEO_V4L2 && MEDIA_SDR_SUPPORT && USB
Antti Palosaari77bbb2b2014-07-15 02:08:38 +0300471 select DVB_RTL2832
472 select VIDEOBUF2_VMALLOC
473 default m if !MEDIA_SUBDRV_AUTOSELECT
474 help
475 Say Y when you want to support this SDR module.
476
Antti Palosaari845f3502014-04-10 22:00:50 -0300477config DVB_SI2168
478 tristate "Silicon Labs Si2168"
479 depends on DVB_CORE && I2C && I2C_MUX
480 default m if !MEDIA_SUBDRV_AUTOSELECT
481 help
482 Say Y when you want to support this frontend.
483
Mauro Carvalho Chehabdcae7782014-08-12 18:50:23 -0300484config DVB_AS102_FE
485 tristate
486 depends on DVB_CORE
487 default DVB_AS102
488
Linus Torvalds1da177e2005-04-16 15:20:36 -0700489comment "DVB-C (cable) frontends"
490 depends on DVB_CORE
491
Linus Torvalds1da177e2005-04-16 15:20:36 -0700492config DVB_VES1820
493 tristate "VLSI VES1820 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300494 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300495 default m if !MEDIA_SUBDRV_AUTOSELECT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700496 help
Michael Krufky50c25ff2006-01-09 15:25:34 -0200497 A DVB-C tuner module. Say Y when you want to support this frontend.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700498
499config DVB_TDA10021
500 tristate "Philips TDA10021 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300501 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300502 default m if !MEDIA_SUBDRV_AUTOSELECT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700503 help
Michael Krufky50c25ff2006-01-09 15:25:34 -0200504 A DVB-C tuner module. Say Y when you want to support this frontend.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700505
Hartmut Birraa323ac2007-04-21 19:37:17 -0300506config DVB_TDA10023
507 tristate "Philips TDA10023 based"
508 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300509 default m if !MEDIA_SUBDRV_AUTOSELECT
Hartmut Birraa323ac2007-04-21 19:37:17 -0300510 help
511 A DVB-C tuner module. Say Y when you want to support this frontend.
512
Linus Torvalds1da177e2005-04-16 15:20:36 -0700513config DVB_STV0297
514 tristate "ST STV0297 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300515 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300516 default m if !MEDIA_SUBDRV_AUTOSELECT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700517 help
518 A DVB-C tuner module. Say Y when you want to support this frontend.
519
Trent Piepho005b5412006-04-04 01:56:30 -0300520comment "ATSC (North American/Korean Terrestrial/Cable DTV) frontends"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700521 depends on DVB_CORE
522
Kirk Lapray04a45922005-11-08 21:35:46 -0800523config DVB_NXT200X
Michael Krufkyf5c08a22006-03-16 13:18:25 -0300524 tristate "NxtWave Communications NXT2002/NXT2004 based"
Adrian Bunk445c2712008-07-27 10:04:55 -0300525 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300526 default m if !MEDIA_SUBDRV_AUTOSELECT
Kirk Lapray04a45922005-11-08 21:35:46 -0800527 help
528 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
529 to support this frontend.
530
Michael Krufky66e33de2006-01-09 15:25:39 -0200531 This driver needs external firmware. Please use the commands
532 "<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2002" and
533 "<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2004" to
534 download/extract them, and then copy them to /usr/lib/hotplug/firmware
535 or /lib/firmware (depending on configuration of firmware hotplug).
536
Linus Torvalds1da177e2005-04-16 15:20:36 -0700537config DVB_OR51211
Michael Krufkyf5c08a22006-03-16 13:18:25 -0300538 tristate "Oren OR51211 based"
Adrian Bunk445c2712008-07-27 10:04:55 -0300539 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300540 default m if !MEDIA_SUBDRV_AUTOSELECT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700541 help
542 An ATSC 8VSB tuner module. Say Y when you want to support this frontend.
543
Trent Piepho2b3835b2006-03-29 13:53:15 -0300544 This driver needs external firmware. Please use the command
545 "<kerneldir>/Documentation/dvb/get_dvb_firmware or51211" to
546 download it, and then copy it to /usr/lib/hotplug/firmware
547 or /lib/firmware (depending on configuration of firmware hotplug).
548
Johannes Stezenbach0b3f5a52005-05-16 21:54:38 -0700549config DVB_OR51132
Michael Krufkyf5c08a22006-03-16 13:18:25 -0300550 tristate "Oren OR51132 based"
Adrian Bunk445c2712008-07-27 10:04:55 -0300551 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300552 default m if !MEDIA_SUBDRV_AUTOSELECT
Johannes Stezenbach0b3f5a52005-05-16 21:54:38 -0700553 help
554 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
555 to support this frontend.
556
Trent Piepho2b3835b2006-03-29 13:53:15 -0300557 This driver needs external firmware. Please use the commands
558 "<kerneldir>/Documentation/dvb/get_dvb_firmware or51132_vsb" and/or
559 "<kerneldir>/Documentation/dvb/get_dvb_firmware or51132_qam" to
560 download firmwares for 8VSB and QAM64/256, respectively. Copy them to
561 /usr/lib/hotplug/firmware or /lib/firmware (depending on
562 configuration of firmware hotplug).
563
Johannes Stezenbach55f51ef2005-06-23 22:02:41 -0700564config DVB_BCM3510
565 tristate "Broadcom BCM3510"
Adrian Bunk445c2712008-07-27 10:04:55 -0300566 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300567 default m if !MEDIA_SUBDRV_AUTOSELECT
Johannes Stezenbach55f51ef2005-06-23 22:02:41 -0700568 help
569 An ATSC 8VSB/16VSB and QAM64/256 tuner module. Say Y when you want to
570 support this frontend.
571
Michael Krufky6ddcc912005-07-27 11:46:00 -0700572config DVB_LGDT330X
Michael Krufkye179d8b2005-08-09 17:48:54 -0700573 tristate "LG Electronics LGDT3302/LGDT3303 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300574 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300575 default m if !MEDIA_SUBDRV_AUTOSELECT
Mac Michaelsd8667cb2005-07-07 17:58:29 -0700576 help
577 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
578 to support this frontend.
579
Michael Krufkycae78ed2009-01-13 04:40:36 -0300580config DVB_LGDT3305
Jarod Wilson4cce4922010-10-20 16:26:09 -0300581 tristate "LG Electronics LGDT3304 and LGDT3305 based"
Michael Krufkycae78ed2009-01-13 04:40:36 -0300582 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300583 default m if !MEDIA_SUBDRV_AUTOSELECT
Michael Krufkycae78ed2009-01-13 04:40:36 -0300584 help
585 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
586 to support this frontend.
587
Fred Richterb63b36f2014-03-24 19:56:00 -0300588config DVB_LGDT3306A
589 tristate "LG Electronics LGDT3306A based"
590 depends on DVB_CORE && I2C
591 default m if !MEDIA_SUBDRV_AUTOSELECT
592 help
593 An ATSC 8VSB and QAM-B 64/256 demodulator module. Say Y when you want
594 to support this frontend.
595
Michael Krufkye26f2ae2012-01-29 15:46:46 -0300596config DVB_LG2160
597 tristate "LG Electronics LG216x based"
598 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300599 default m if !MEDIA_SUBDRV_AUTOSELECT
Michael Krufkye26f2ae2012-01-29 15:46:46 -0300600 help
601 An ATSC/MH demodulator module. Say Y when you want
602 to support this frontend.
603
Steven Toth89885552007-07-28 19:34:52 -0300604config DVB_S5H1409
605 tristate "Samsung S5H1409 based"
606 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300607 default m if !MEDIA_SUBDRV_AUTOSELECT
Steven Toth89885552007-07-28 19:34:52 -0300608 help
609 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
610 to support this frontend.
611
Steven Toth265a6512008-04-18 21:34:00 -0300612config DVB_AU8522
Michael Krufkyb31506c2012-01-27 13:18:29 -0300613 depends on I2C
614 tristate
615
616config DVB_AU8522_DTV
617 tristate "Auvitek AU8522 based DTV demod"
618 depends on DVB_CORE && I2C
619 select DVB_AU8522
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300620 default m if !MEDIA_SUBDRV_AUTOSELECT
Steven Toth265a6512008-04-18 21:34:00 -0300621 help
Michael Krufkyb31506c2012-01-27 13:18:29 -0300622 An ATSC 8VSB, QAM64/256 & NTSC demodulator module. Say Y when
623 you want to enable DTV demodulation support for this frontend.
624
625config DVB_AU8522_V4L
626 tristate "Auvitek AU8522 based ATV demod"
627 depends on VIDEO_V4L2 && I2C
628 select DVB_AU8522
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300629 default m if !MEDIA_SUBDRV_AUTOSELECT
Michael Krufkyb31506c2012-01-27 13:18:29 -0300630 help
631 An ATSC 8VSB, QAM64/256 & NTSC demodulator module. Say Y when
632 you want to enable ATV demodulation support for this frontend.
Steven Toth265a6512008-04-18 21:34:00 -0300633
Steven Toth8b4f1d02008-04-25 03:44:36 -0300634config DVB_S5H1411
635 tristate "Samsung S5H1411 based"
636 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300637 default m if !MEDIA_SUBDRV_AUTOSELECT
Steven Toth8b4f1d02008-04-25 03:44:36 -0300638 help
639 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
640 to support this frontend.
641
Mauro Carvalho Chehabc2e591f2008-10-24 13:44:38 -0300642comment "ISDB-T (terrestrial) frontends"
643 depends on DVB_CORE
644
645config DVB_S921
Mauro Carvalho Chehab3a509bb2010-09-10 16:49:47 -0300646 tristate "Sharp S921 frontend"
Mauro Carvalho Chehabc2e591f2008-10-24 13:44:38 -0300647 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300648 default m if !MEDIA_SUBDRV_AUTOSELECT
Mauro Carvalho Chehabc2e591f2008-10-24 13:44:38 -0300649 help
650 AN ISDB-T DQPSK, QPSK, 16QAM and 64QAM 1seg tuner module.
651 Say Y when you want to support this frontend.
652
Patrick Boettcher77e2c0f2009-08-17 07:01:10 -0300653config DVB_DIB8000
654 tristate "DiBcom 8000MB/MC"
655 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300656 default m if !MEDIA_SUBDRV_AUTOSELECT
Patrick Boettcher77e2c0f2009-08-17 07:01:10 -0300657 help
658 A driver for DiBcom's DiB8000 ISDB-T/ISDB-Tsb demodulator.
659 Say Y when you want to support this frontend.
660
Mauro Carvalho Chehabb9ede79a2010-09-27 20:52:43 -0300661config DVB_MB86A20S
662 tristate "Fujitsu mb86a20s"
663 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300664 default m if !MEDIA_SUBDRV_AUTOSELECT
Mauro Carvalho Chehabb9ede79a2010-09-27 20:52:43 -0300665 help
666 A driver for Fujitsu mb86a20s ISDB-T/ISDB-Tsb demodulator.
667 Say Y when you want to support this frontend.
668
ほち30934dd2014-10-06 03:21:27 -0300669comment "ISDB-S (satellite) & ISDB-T (terrestrial) frontends"
670 depends on DVB_CORE
671
Akihiro Tsukadaf5d82a72014-09-08 14:20:42 -0300672config DVB_TC90522
673 tristate "Toshiba TC90522"
674 depends on DVB_CORE && I2C
675 default m if !MEDIA_SUBDRV_AUTOSELECT
676 help
ほち30934dd2014-10-06 03:21:27 -0300677 Toshiba TC90522 2xISDB-S 8PSK + 2xISDB-T OFDM demodulator.
Akihiro Tsukadaf5d82a72014-09-08 14:20:42 -0300678 Say Y when you want to support this frontend.
679
Mauro Carvalho Chehabb0945162008-04-29 21:38:45 -0300680comment "Digital terrestrial only tuners/PLL"
Andrew de Quincey6bca35802006-08-08 09:10:10 -0300681 depends on DVB_CORE
682
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300683config DVB_PLL
Trent Piepho9ab1ba32007-04-27 12:31:28 -0300684 tristate "Generic I2C PLL based tuners"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300685 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300686 default m if !MEDIA_SUBDRV_AUTOSELECT
Trent Piepho9ab1ba32007-04-27 12:31:28 -0300687 help
Michael Krufky0173e462007-09-27 11:37:19 -0300688 This module drives a number of tuners based on PLL chips with a
Trent Piepho9ab1ba32007-04-27 12:31:28 -0300689 common I2C interface. Say Y when you want to support these tuners.
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300690
Patrick Boettcher01373a52007-07-30 12:49:04 -0300691config DVB_TUNER_DIB0070
692 tristate "DiBcom DiB0070 silicon base-band tuner"
693 depends on I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300694 default m if !MEDIA_SUBDRV_AUTOSELECT
Patrick Boettcher01373a52007-07-30 12:49:04 -0300695 help
696 A driver for the silicon baseband tuner DiB0070 from DiBcom.
Matt LaPlante692105b2009-01-26 11:12:25 +0100697 This device is only used inside a SiP called together with a
Patrick Boettcher01373a52007-07-30 12:49:04 -0300698 demodulator for now.
699
Olivier Grenie03245a52009-12-04 13:27:57 -0300700config DVB_TUNER_DIB0090
701 tristate "DiBcom DiB0090 silicon base-band tuner"
702 depends on I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300703 default m if !MEDIA_SUBDRV_AUTOSELECT
Olivier Grenie03245a52009-12-04 13:27:57 -0300704 help
705 A driver for the silicon baseband tuner DiB0090 from DiBcom.
706 This device is only used inside a SiP called together with a
707 demodulator for now.
708
Mauro Carvalho Chehabdf7aaaf2008-04-26 16:19:58 -0300709comment "SEC control devices for DVB-S"
Andrew de Quinceyd0205422006-04-27 21:45:01 -0300710 depends on DVB_CORE
711
Devin Heitmueller38b2df92012-08-13 21:18:02 -0300712source "drivers/media/dvb-frontends/drx39xyj/Kconfig"
713
Andrew de Quinceyd0205422006-04-27 21:45:01 -0300714config DVB_LNBP21
Igor M. Liplianin8c1a2332009-03-03 11:24:18 -0300715 tristate "LNBP21/LNBH24 SEC controllers"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300716 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300717 default m if !MEDIA_SUBDRV_AUTOSELECT
Andrew de Quinceyd0205422006-04-27 21:45:01 -0300718 help
Igor M. Liplianin8c1a2332009-03-03 11:24:18 -0300719 An SEC control chips.
Andrew de Quinceyd0205422006-04-27 21:45:01 -0300720
Igor M. Liplianin4e2c53f2011-09-23 18:33:50 -0300721config DVB_LNBP22
722 tristate "LNBP22 SEC controllers"
723 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300724 default m if !MEDIA_SUBDRV_AUTOSELECT
Igor M. Liplianin4e2c53f2011-09-23 18:33:50 -0300725 help
726 LNB power supply and control voltage
727 regulator chip with step-up converter
728 and I2C interface.
729 Say Y when you want to support this chip.
730
Hartmut Hackmann26ec3942008-04-22 14:42:09 -0300731config DVB_ISL6405
732 tristate "ISL6405 SEC controller"
733 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300734 default m if !MEDIA_SUBDRV_AUTOSELECT
Hartmut Hackmann26ec3942008-04-22 14:42:09 -0300735 help
736 An SEC control chip.
737
Andrew de Quincey21c28582006-04-27 21:45:09 -0300738config DVB_ISL6421
739 tristate "ISL6421 SEC controller"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300740 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300741 default m if !MEDIA_SUBDRV_AUTOSELECT
Andrew de Quincey21c28582006-04-27 21:45:09 -0300742 help
743 An SEC control chip.
744
Manu Abrahame415c682009-04-06 15:45:20 -0300745config DVB_ISL6423
746 tristate "ISL6423 SEC controller"
747 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300748 default m if !MEDIA_SUBDRV_AUTOSELECT
Manu Abrahame415c682009-04-06 15:45:20 -0300749 help
750 A SEC controller chip from Intersil
751
Antti Palosaari85bc9b52011-08-01 00:52:11 -0300752config DVB_A8293
753 tristate "Allegro A8293"
754 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300755 default m if !MEDIA_SUBDRV_AUTOSELECT
Antti Palosaari85bc9b52011-08-01 00:52:11 -0300756
Olli Salonen868736a2014-08-08 04:06:35 -0300757config DVB_SP2
758 tristate "CIMaX SP2"
759 depends on DVB_CORE && I2C
760 default m if !MEDIA_SUBDRV_AUTOSELECT
761 help
762 CIMaX SP2/SP2HF Common Interface module.
763
Timothy Leedfbdce02008-08-09 13:36:51 -0300764config DVB_LGS8GL5
765 tristate "Silicon Legend LGS-8GL5 demodulator (OFDM)"
766 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300767 default m if !MEDIA_SUBDRV_AUTOSELECT
Timothy Leedfbdce02008-08-09 13:36:51 -0300768 help
769 A DMB-TH tuner module. Say Y when you want to support this frontend.
770
David Wongf15da162009-04-01 04:35:10 -0300771config DVB_LGS8GXX
772 tristate "Legend Silicon LGS8913/LGS8GL5/LGS8GXX DMB-TH demodulator"
773 depends on DVB_CORE && I2C
Ben Hutchings76386992009-10-31 23:14:35 -0300774 select FW_LOADER
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300775 default m if !MEDIA_SUBDRV_AUTOSELECT
David Wongf15da162009-04-01 04:35:10 -0300776 help
777 A DMB-TH tuner module. Say Y when you want to support this frontend.
778
David T.L. Wongec27b6a2009-10-26 07:08:17 -0300779config DVB_ATBM8830
780 tristate "AltoBeam ATBM8830/8831 DMB-TH demodulator"
781 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300782 default m if !MEDIA_SUBDRV_AUTOSELECT
David T.L. Wongec27b6a2009-10-26 07:08:17 -0300783 help
784 A DMB-TH tuner module. Say Y when you want to support this frontend.
785
Manu Abraham3e978a82009-12-04 05:56:35 -0300786config DVB_TDA665x
787 tristate "TDA665x tuner"
788 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300789 default m if !MEDIA_SUBDRV_AUTOSELECT
Manu Abraham3e978a82009-12-04 05:56:35 -0300790 help
791 Support for tuner modules based on Philips TDA6650/TDA6651 chips.
792 Say Y when you want to support this chip.
793
794 Currently supported tuners:
795 * Panasonic ENV57H12D5 (ET-50DT)
796
Malcolm Priestley1ae2c582010-08-28 18:07:37 -0300797config DVB_IX2505V
798 tristate "Sharp IX2505V silicon tuner"
799 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300800 default m if !MEDIA_SUBDRV_AUTOSELECT
Malcolm Priestley1ae2c582010-08-28 18:07:37 -0300801 help
802 A DVB-S tuner module. Say Y when you want to support this frontend.
803
Malcolm Priestleyae8dc8ee2012-03-07 18:11:03 -0300804config DVB_M88RS2000
805 tristate "M88RS2000 DVB-S demodulator and tuner"
806 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300807 default m if !MEDIA_SUBDRV_AUTOSELECT
Malcolm Priestleyae8dc8ee2012-03-07 18:11:03 -0300808 help
809 A DVB-S tuner module.
810 Say Y when you want to support this frontend.
811
Antti Palosaari4b64bb22012-03-30 08:21:25 -0300812config DVB_AF9033
813 tristate "Afatech AF9033 DVB-T demodulator"
814 depends on DVB_CORE && I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300815 default m if !MEDIA_SUBDRV_AUTOSELECT
Antti Palosaari4b64bb22012-03-30 08:21:25 -0300816
Patrick Boettcherbccd7002008-08-30 12:15:54 -0300817comment "Tools to develop new frontends"
818
819config DVB_DUMMY_FE
820 tristate "Dummy frontend driver"
821 default n
Linus Torvalds1da177e2005-04-16 15:20:36 -0700822endmenu