blob: 83093d1f4f74822c97df5dcc1edda6877df803b8 [file] [log] [blame]
Andrew de Quincey176ac9d2006-08-08 09:10:11 -03001config DVB_FE_CUSTOMISE
2 bool "Customise the frontend modules to build"
Mauro Carvalho Chehab4609bdd2009-03-06 08:31:39 -03003 depends on DVB_CORE
David Rientjes6a108a12011-01-20 14:44:16 -08004 default y if EXPERT
Andrew de Quincey176ac9d2006-08-08 09:10:11 -03005 help
Mauro Carvalho Chehab4609bdd2009-03-06 08:31:39 -03006 This allows the user to select/deselect frontend drivers for their
7 hardware from the build.
8
9 Use this option with care as deselecting frontends which are in fact
10 necessary will result in DVB devices which cannot be tuned due to lack
11 of driver support.
Andrew de Quincey176ac9d2006-08-08 09:10:11 -030012
13 If unsure say N.
14
Mauro Carvalho Chehab4609bdd2009-03-06 08:31:39 -030015menu "Customise DVB Frontends"
Mauro Carvalho Chehab9b4320b2010-11-09 14:29:05 -030016 visible if DVB_FE_CUSTOMISE
Mauro Carvalho Chehab4609bdd2009-03-06 08:31:39 -030017
Manu Abrahame50e8e32007-07-03 09:53:42 -030018comment "Multistandard (satellite) frontends"
19 depends on DVB_CORE
20
21config DVB_STB0899
22 tristate "STB0899 based"
Manu Abraham6199cee2007-10-08 18:51:54 -030023 depends on DVB_CORE && I2C
24 default m if DVB_FE_CUSTOMISE
Manu Abrahame50e8e32007-07-03 09:53:42 -030025 help
26 A DVB-S/S2/DSS Multistandard demodulator. Say Y when you want
27 to support this demodulator based frontends
28
Manu Abraham040dcc32007-02-24 08:31:40 -030029config DVB_STB6100
30 tristate "STB6100 based tuners"
Manu Abraham6199cee2007-10-08 18:51:54 -030031 depends on DVB_CORE && I2C
32 default m if DVB_FE_CUSTOMISE
Manu Abraham040dcc32007-02-24 08:31:40 -030033 help
34 A Silicon tuner from ST used in conjunction with the STB0899
35 demodulator. Say Y when you want to support this tuner.
36
Manu Abrahame415c682009-04-06 15:45:20 -030037config DVB_STV090x
38 tristate "STV0900/STV0903(A/B) based"
39 depends on DVB_CORE && I2C
40 default m if DVB_FE_CUSTOMISE
41 help
42 DVB-S/S2/DSS Multistandard Professional/Broadcast demodulators.
43 Say Y when you want to support these frontends.
44
45config DVB_STV6110x
46 tristate "STV6110/(A) based tuners"
47 depends on DVB_CORE && I2C
48 default m if DVB_FE_CUSTOMISE
49 help
50 A Silicon tuner that supports DVB-S and DVB-S2 modes
51
Linus Torvalds1da177e2005-04-16 15:20:36 -070052comment "DVB-S (satellite) frontends"
53 depends on DVB_CORE
54
Linus Torvalds1da177e2005-04-16 15:20:36 -070055config DVB_CX24110
56 tristate "Conexant CX24110 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -030057 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -030058 default m if DVB_FE_CUSTOMISE
Johannes Stezenbach0b3f5a52005-05-16 21:54:38 -070059 help
Linus Torvalds1da177e2005-04-16 15:20:36 -070060 A DVB-S tuner module. Say Y when you want to support this frontend.
Johannes Stezenbach0b3f5a52005-05-16 21:54:38 -070061
Steve Tothb79cb652006-01-09 15:25:07 -020062config DVB_CX24123
63 tristate "Conexant CX24123 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -030064 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -030065 default m if DVB_FE_CUSTOMISE
Steve Tothb79cb652006-01-09 15:25:07 -020066 help
67 A DVB-S tuner module. Say Y when you want to support this frontend.
68
Linus Torvalds1da177e2005-04-16 15:20:36 -070069config DVB_MT312
Matthias Schwarzotte4671b62008-04-30 12:21:04 -030070 tristate "Zarlink VP310/MT312/ZL10313 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -030071 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -030072 default m if DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -070073 help
74 A DVB-S tuner module. Say Y when you want to support this frontend.
75
Matthias Schwarzott68b3289f2009-02-24 12:35:15 -030076config DVB_ZL10036
77 tristate "Zarlink ZL10036 silicon tuner"
78 depends on DVB_CORE && I2C
79 default m if DVB_FE_CUSTOMISE
80 help
81 A DVB-S tuner module. Say Y when you want to support this frontend.
82
Igor M. Liplianin2ccf5a92009-06-20 09:51:48 -030083config DVB_ZL10039
84 tristate "Zarlink ZL10039 silicon tuner"
85 depends on DVB_CORE && I2C
86 default m if DVB_FE_CUSTOMISE
87 help
88 A DVB-S tuner module. Say Y when you want to support this frontend.
89
Andrew de Quincey96bf2f22005-07-07 17:57:53 -070090config DVB_S5H1420
91 tristate "Samsung S5H1420 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -030092 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -030093 default m if DVB_FE_CUSTOMISE
Andrew de Quincey96bf2f22005-07-07 17:57:53 -070094 help
95 A DVB-S tuner module. Say Y when you want to support this frontend.
96
Igor M. Liplianine4aab642008-09-23 15:43:57 -030097config DVB_STV0288
98 tristate "ST STV0288 based"
99 depends on DVB_CORE && I2C
100 default m if DVB_FE_CUSTOMISE
101 help
102 A DVB-S tuner module. Say Y when you want to support this frontend.
103
104config DVB_STB6000
105 tristate "ST STB6000 silicon tuner"
106 depends on DVB_CORE && I2C
107 default m if DVB_FE_CUSTOMISE
108 help
109 A DVB-S silicon tuner module. Say Y when you want to support this tuner.
110
Mauro Carvalho Chehabdf7aaaf2008-04-26 16:19:58 -0300111config DVB_STV0299
112 tristate "ST STV0299 based"
113 depends on DVB_CORE && I2C
114 default m if DVB_FE_CUSTOMISE
115 help
116 A DVB-S tuner module. Say Y when you want to support this frontend.
117
Igor M. Liplianin47220bc2009-03-03 11:16:40 -0300118config DVB_STV6110
119 tristate "ST STV6110 silicon tuner"
120 depends on DVB_CORE && I2C
121 default m if DVB_FE_CUSTOMISE
122 help
123 A DVB-S silicon tuner module. Say Y when you want to support this tuner.
124
Igor M. Liplianince452642009-03-03 11:55:20 -0300125config DVB_STV0900
126 tristate "ST STV0900 based"
127 depends on DVB_CORE && I2C
128 default m if DVB_FE_CUSTOMISE
129 help
130 A DVB-S/S2 demodulator. Say Y when you want to support this frontend.
131
Mauro Carvalho Chehabdf7aaaf2008-04-26 16:19:58 -0300132config DVB_TDA8083
133 tristate "Philips TDA8083 based"
134 depends on DVB_CORE && I2C
135 default m if DVB_FE_CUSTOMISE
136 help
137 A DVB-S tuner module. Say Y when you want to support this frontend.
138
Andrew de Quincey6bca3582006-08-08 09:10:10 -0300139config DVB_TDA10086
140 tristate "Philips TDA10086 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300141 depends on DVB_CORE && I2C
Andrew de Quincey6bca3582006-08-08 09:10:10 -0300142 default m if DVB_FE_CUSTOMISE
143 help
144 A DVB-S tuner module. Say Y when you want to support this frontend.
145
Manu Abraham654dbad2008-10-23 17:56:07 -0300146config DVB_TDA8261
147 tristate "Philips TDA8261 based"
148 depends on DVB_CORE && I2C
149 default m if DVB_FE_CUSTOMISE
150 help
151 A DVB-S tuner module. Say Y when you want to support this frontend.
152
Mauro Carvalho Chehabdf7aaaf2008-04-26 16:19:58 -0300153config DVB_VES1X93
154 tristate "VLSI VES1893 or VES1993 based"
155 depends on DVB_CORE && I2C
156 default m if DVB_FE_CUSTOMISE
157 help
158 A DVB-S tuner module. Say Y when you want to support this frontend.
159
160config DVB_TUNER_ITD1000
161 tristate "Integrant ITD1000 Zero IF tuner for DVB-S/DSS"
162 depends on DVB_CORE && I2C
163 default m if DVB_FE_CUSTOMISE
164 help
165 A DVB-S tuner module. Say Y when you want to support this frontend.
166
Patrick Boettcher4c48ae82008-11-23 16:26:54 -0300167config DVB_TUNER_CX24113
168 tristate "Conexant CX24113/CX24128 tuner for DVB-S/DSS"
169 depends on DVB_CORE && I2C
170 default m if DVB_FE_CUSTOMISE
171 help
172 A DVB-S tuner module. Say Y when you want to support this frontend.
173
174
Mauro Carvalho Chehabdf7aaaf2008-04-26 16:19:58 -0300175config DVB_TDA826X
176 tristate "Philips TDA826X silicon tuner"
177 depends on DVB_CORE && I2C
178 default m if DVB_FE_CUSTOMISE
179 help
180 A DVB-S silicon tuner module. Say Y when you want to support this tuner.
181
182config DVB_TUA6100
183 tristate "Infineon TUA6100 PLL"
184 depends on DVB_CORE && I2C
185 default m if DVB_FE_CUSTOMISE
186 help
187 A DVB-S PLL chip.
188
Steven Toth0d467482008-09-04 01:14:43 -0300189config DVB_CX24116
190 tristate "Conexant CX24116 based"
191 depends on DVB_CORE && I2C
192 default m if DVB_FE_CUSTOMISE
193 help
194 A DVB-S/S2 tuner module. Say Y when you want to support this frontend.
195
Igor M. Liplianin04ad28c2008-09-16 18:21:11 -0300196config DVB_SI21XX
197 tristate "Silicon Labs SI21XX based"
198 depends on DVB_CORE && I2C
199 default m if DVB_FE_CUSTOMISE
200 help
201 A DVB-S tuner module. Say Y when you want to support this frontend.
202
Igor M. Liplianin09ea33e2009-11-24 20:16:04 -0300203config DVB_DS3000
204 tristate "Montage Tehnology DS3000 based"
205 depends on DVB_CORE && I2C
206 default m if DVB_FE_CUSTOMISE
207 help
208 A DVB-S/S2 tuner module. Say Y when you want to support this frontend.
209
Manu Abraham8873c612009-12-05 01:24:08 -0300210config DVB_MB86A16
211 tristate "Fujitsu MB86A16 based"
212 depends on DVB_CORE && I2C
213 default m if DVB_FE_CUSTOMISE
214 help
215 A DVB-S/DSS Direct Conversion reveiver.
216 Say Y when you want to support this frontend.
217
Linus Torvalds1da177e2005-04-16 15:20:36 -0700218comment "DVB-T (terrestrial) frontends"
219 depends on DVB_CORE
220
221config DVB_SP8870
Michael Krufky50c25ff2006-01-09 15:25:34 -0200222 tristate "Spase sp8870 based"
Adrian Bunk445c2712008-07-27 10:04:55 -0300223 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300224 default m if DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700225 help
Michael Krufky50c25ff2006-01-09 15:25:34 -0200226 A DVB-T tuner module. Say Y when you want to support this frontend.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700227
228 This driver needs external firmware. Please use the command
229 "<kerneldir>/Documentation/dvb/get_dvb_firmware sp8870" to
Ville Skytt\ä12e66f62006-01-09 15:25:38 -0200230 download/extract it, and then copy it to /usr/lib/hotplug/firmware
231 or /lib/firmware (depending on configuration of firmware hotplug).
Linus Torvalds1da177e2005-04-16 15:20:36 -0700232
233config DVB_SP887X
Michael Krufky50c25ff2006-01-09 15:25:34 -0200234 tristate "Spase sp887x based"
Adrian Bunk445c2712008-07-27 10:04:55 -0300235 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300236 default m if DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700237 help
238 A DVB-T tuner module. Say Y when you want to support this frontend.
239
240 This driver needs external firmware. Please use the command
241 "<kerneldir>/Documentation/dvb/get_dvb_firmware sp887x" to
Ville Skytt\ä12e66f62006-01-09 15:25:38 -0200242 download/extract it, and then copy it to /usr/lib/hotplug/firmware
243 or /lib/firmware (depending on configuration of firmware hotplug).
Linus Torvalds1da177e2005-04-16 15:20:36 -0700244
245config DVB_CX22700
246 tristate "Conexant CX22700 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300247 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300248 default m if DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700249 help
250 A DVB-T tuner module. Say Y when you want to support this frontend.
251
252config DVB_CX22702
Michael Krufky50c25ff2006-01-09 15:25:34 -0200253 tristate "Conexant cx22702 demodulator (OFDM)"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300254 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300255 default m if DVB_FE_CUSTOMISE
Michael Krufky50c25ff2006-01-09 15:25:34 -0200256 help
257 A DVB-T tuner module. Say Y when you want to support this frontend.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700258
Palash Bandyopadhyay47b75ec2010-07-06 16:40:58 -0300259config DVB_S5H1432
260 tristate "Samsung s5h1432 demodulator (OFDM)"
261 depends on DVB_CORE && I2C
262 default m if DVB_FE_CUSTOMISE
263 help
264 A DVB-T tuner module. Say Y when you want to support this frontend.
265
Henk Vergonet89f92572007-08-09 11:02:30 -0300266config DVB_DRX397XD
267 tristate "Micronas DRX3975D/DRX3977D based"
Adrian Bunk886f8d62008-07-28 16:58:05 -0300268 depends on DVB_CORE && I2C
Henk Vergonet89f92572007-08-09 11:02:30 -0300269 default m if DVB_FE_CUSTOMISE
Henk Vergonet89f92572007-08-09 11:02:30 -0300270 help
271 A DVB-T tuner module. Say Y when you want to support this frontend.
272
273 TODO:
274 This driver needs external firmware. Please use the command
275 "<kerneldir>/Documentation/dvb/get_dvb_firmware drx397xD" to
276 download/extract them, and then copy them to /usr/lib/hotplug/firmware
277 or /lib/firmware (depending on configuration of firmware hotplug).
278
Linus Torvalds1da177e2005-04-16 15:20:36 -0700279config DVB_L64781
280 tristate "LSI L64781"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300281 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300282 default m if DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700283 help
284 A DVB-T tuner module. Say Y when you want to support this frontend.
285
286config DVB_TDA1004X
287 tristate "Philips TDA10045H/TDA10046H based"
Adrian Bunk445c2712008-07-27 10:04:55 -0300288 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300289 default m if DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700290 help
291 A DVB-T tuner module. Say Y when you want to support this frontend.
292
293 This driver needs external firmware. Please use the commands
294 "<kerneldir>/Documentation/dvb/get_dvb_firmware tda10045",
Michael Krufky50c25ff2006-01-09 15:25:34 -0200295 "<kerneldir>/Documentation/dvb/get_dvb_firmware tda10046" to
Ville Skytt\ä12e66f62006-01-09 15:25:38 -0200296 download/extract them, and then copy them to /usr/lib/hotplug/firmware
297 or /lib/firmware (depending on configuration of firmware hotplug).
Linus Torvalds1da177e2005-04-16 15:20:36 -0700298
299config DVB_NXT6000
300 tristate "NxtWave Communications NXT6000 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300301 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300302 default m if DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700303 help
304 A DVB-T tuner module. Say Y when you want to support this frontend.
305
306config DVB_MT352
307 tristate "Zarlink MT352 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300308 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300309 default m if DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700310 help
311 A DVB-T tuner module. Say Y when you want to support this frontend.
312
Chris Pascoe780dfef2006-02-28 08:34:59 -0300313config DVB_ZL10353
314 tristate "Zarlink ZL10353 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300315 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300316 default m if DVB_FE_CUSTOMISE
Chris Pascoe780dfef2006-02-28 08:34:59 -0300317 help
318 A DVB-T tuner module. Say Y when you want to support this frontend.
319
Linus Torvalds1da177e2005-04-16 15:20:36 -0700320config DVB_DIB3000MB
321 tristate "DiBcom 3000M-B"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300322 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300323 default m if DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700324 help
325 A DVB-T tuner module. Designed for mobile usage. Say Y when you want
326 to support this frontend.
327
328config DVB_DIB3000MC
329 tristate "DiBcom 3000P/M-C"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300330 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300331 default m if DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700332 help
333 A DVB-T tuner module. Designed for mobile usage. Say Y when you want
334 to support this frontend.
335
Patrick Boettcher69ea31e2006-10-17 18:28:14 -0300336config DVB_DIB7000M
337 tristate "DiBcom 7000MA/MB/PA/PB/MC"
338 depends on DVB_CORE && I2C
339 default m if DVB_FE_CUSTOMISE
340 help
341 A DVB-T tuner module. Designed for mobile usage. Say Y when you want
342 to support this frontend.
343
Patrick Boettchera75763f2006-10-18 08:34:16 -0300344config DVB_DIB7000P
345 tristate "DiBcom 7000PC"
346 depends on DVB_CORE && I2C
347 default m if DVB_FE_CUSTOMISE
348 help
349 A DVB-T tuner module. Designed for mobile usage. Say Y when you want
350 to support this frontend.
351
Olivier Greniedd316c62011-01-04 04:28:59 -0300352config DVB_DIB9000
353 tristate "DiBcom 9000"
354 depends on DVB_CORE && I2C
355 default m if DVB_FE_CUSTOMISE
356 help
357 A DVB-T tuner module. Designed for mobile usage. Say Y when you want
358 to support this frontend.
359
Steven Toth7bbb1ce2008-04-19 01:06:25 -0300360config DVB_TDA10048
361 tristate "Philips TDA10048HN based"
Adrian Bunk445c2712008-07-27 10:04:55 -0300362 depends on DVB_CORE && I2C
Steven Toth7bbb1ce2008-04-19 01:06:25 -0300363 default m if DVB_FE_CUSTOMISE
Steven Toth7bbb1ce2008-04-19 01:06:25 -0300364 help
365 A DVB-T tuner module. Say Y when you want to support this frontend.
366
Mauro Carvalho Chehab79a66502009-03-10 00:49:58 -0300367config DVB_AF9013
368 tristate "Afatech AF9013 demodulator"
369 depends on DVB_CORE && I2C
370 default m if DVB_FE_CUSTOMISE
371 help
372 Say Y when you want to support this frontend.
373
Antti Palosaaria15c7b42009-11-13 22:33:45 -0300374config DVB_EC100
375 tristate "E3C EC100"
376 depends on DVB_CORE && I2C
377 default m if DVB_FE_CUSTOMISE
378 help
379 Say Y when you want to support this frontend.
380
Igor M. Liplianin17cce932011-01-25 17:02:00 -0300381config DVB_STV0367
382 tristate "ST STV0367 based"
383 depends on DVB_CORE && I2C
384 default m if DVB_FE_CUSTOMISE
385 help
386 A DVB-T/C tuner module. Say Y when you want to support this frontend.
387
Linus Torvalds1da177e2005-04-16 15:20:36 -0700388comment "DVB-C (cable) frontends"
389 depends on DVB_CORE
390
Linus Torvalds1da177e2005-04-16 15:20:36 -0700391config DVB_VES1820
392 tristate "VLSI VES1820 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300393 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300394 default m if DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700395 help
Michael Krufky50c25ff2006-01-09 15:25:34 -0200396 A DVB-C tuner module. Say Y when you want to support this frontend.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700397
398config DVB_TDA10021
399 tristate "Philips TDA10021 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300400 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300401 default m if DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700402 help
Michael Krufky50c25ff2006-01-09 15:25:34 -0200403 A DVB-C tuner module. Say Y when you want to support this frontend.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700404
Hartmut Birraa323ac2007-04-21 19:37:17 -0300405config DVB_TDA10023
406 tristate "Philips TDA10023 based"
407 depends on DVB_CORE && I2C
408 default m if DVB_FE_CUSTOMISE
409 help
410 A DVB-C tuner module. Say Y when you want to support this frontend.
411
Linus Torvalds1da177e2005-04-16 15:20:36 -0700412config DVB_STV0297
413 tristate "ST STV0297 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300414 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300415 default m if DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700416 help
417 A DVB-C tuner module. Say Y when you want to support this frontend.
418
Trent Piepho005b5412006-04-04 01:56:30 -0300419comment "ATSC (North American/Korean Terrestrial/Cable DTV) frontends"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700420 depends on DVB_CORE
421
Kirk Lapray04a45922005-11-08 21:35:46 -0800422config DVB_NXT200X
Michael Krufkyf5c08a22006-03-16 13:18:25 -0300423 tristate "NxtWave Communications NXT2002/NXT2004 based"
Adrian Bunk445c2712008-07-27 10:04:55 -0300424 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300425 default m if DVB_FE_CUSTOMISE
Kirk Lapray04a45922005-11-08 21:35:46 -0800426 help
427 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
428 to support this frontend.
429
Michael Krufky66e33de2006-01-09 15:25:39 -0200430 This driver needs external firmware. Please use the commands
431 "<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2002" and
432 "<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2004" to
433 download/extract them, and then copy them to /usr/lib/hotplug/firmware
434 or /lib/firmware (depending on configuration of firmware hotplug).
435
Linus Torvalds1da177e2005-04-16 15:20:36 -0700436config DVB_OR51211
Michael Krufkyf5c08a22006-03-16 13:18:25 -0300437 tristate "Oren OR51211 based"
Adrian Bunk445c2712008-07-27 10:04:55 -0300438 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300439 default m if DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700440 help
441 An ATSC 8VSB tuner module. Say Y when you want to support this frontend.
442
Trent Piepho2b3835b2006-03-29 13:53:15 -0300443 This driver needs external firmware. Please use the command
444 "<kerneldir>/Documentation/dvb/get_dvb_firmware or51211" to
445 download it, and then copy it to /usr/lib/hotplug/firmware
446 or /lib/firmware (depending on configuration of firmware hotplug).
447
Johannes Stezenbach0b3f5a52005-05-16 21:54:38 -0700448config DVB_OR51132
Michael Krufkyf5c08a22006-03-16 13:18:25 -0300449 tristate "Oren OR51132 based"
Adrian Bunk445c2712008-07-27 10:04:55 -0300450 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300451 default m if DVB_FE_CUSTOMISE
Johannes Stezenbach0b3f5a52005-05-16 21:54:38 -0700452 help
453 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
454 to support this frontend.
455
Trent Piepho2b3835b2006-03-29 13:53:15 -0300456 This driver needs external firmware. Please use the commands
457 "<kerneldir>/Documentation/dvb/get_dvb_firmware or51132_vsb" and/or
458 "<kerneldir>/Documentation/dvb/get_dvb_firmware or51132_qam" to
459 download firmwares for 8VSB and QAM64/256, respectively. Copy them to
460 /usr/lib/hotplug/firmware or /lib/firmware (depending on
461 configuration of firmware hotplug).
462
Johannes Stezenbach55f51ef2005-06-23 22:02:41 -0700463config DVB_BCM3510
464 tristate "Broadcom BCM3510"
Adrian Bunk445c2712008-07-27 10:04:55 -0300465 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300466 default m if DVB_FE_CUSTOMISE
Johannes Stezenbach55f51ef2005-06-23 22:02:41 -0700467 help
468 An ATSC 8VSB/16VSB and QAM64/256 tuner module. Say Y when you want to
469 support this frontend.
470
Michael Krufky6ddcc912005-07-27 11:46:00 -0700471config DVB_LGDT330X
Michael Krufkye179d8b2005-08-09 17:48:54 -0700472 tristate "LG Electronics LGDT3302/LGDT3303 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300473 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300474 default m if DVB_FE_CUSTOMISE
Mac Michaelsd8667cb2005-07-07 17:58:29 -0700475 help
476 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
477 to support this frontend.
478
Michael Krufkycae78ed2009-01-13 04:40:36 -0300479config DVB_LGDT3305
Jarod Wilson4cce4922010-10-20 16:26:09 -0300480 tristate "LG Electronics LGDT3304 and LGDT3305 based"
Michael Krufkycae78ed2009-01-13 04:40:36 -0300481 depends on DVB_CORE && I2C
482 default m if DVB_FE_CUSTOMISE
483 help
484 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
485 to support this frontend.
486
Steven Toth89885552007-07-28 19:34:52 -0300487config DVB_S5H1409
488 tristate "Samsung S5H1409 based"
489 depends on DVB_CORE && I2C
490 default m if DVB_FE_CUSTOMISE
491 help
492 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
493 to support this frontend.
494
Steven Toth265a6512008-04-18 21:34:00 -0300495config DVB_AU8522
496 tristate "Auvitek AU8522 based"
Mauro Carvalho Chehab6a39a382009-03-19 21:03:09 -0300497 depends on DVB_CORE && I2C && VIDEO_V4L2
Steven Toth265a6512008-04-18 21:34:00 -0300498 default m if DVB_FE_CUSTOMISE
499 help
500 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
501 to support this frontend.
502
Steven Toth8b4f1d02008-04-25 03:44:36 -0300503config DVB_S5H1411
504 tristate "Samsung S5H1411 based"
505 depends on DVB_CORE && I2C
506 default m if DVB_FE_CUSTOMISE
507 help
508 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
509 to support this frontend.
510
Mauro Carvalho Chehabc2e591f2008-10-24 13:44:38 -0300511comment "ISDB-T (terrestrial) frontends"
512 depends on DVB_CORE
513
514config DVB_S921
Mauro Carvalho Chehab3a509bb2010-09-10 16:49:47 -0300515 tristate "Sharp S921 frontend"
Mauro Carvalho Chehabc2e591f2008-10-24 13:44:38 -0300516 depends on DVB_CORE && I2C
517 default m if DVB_FE_CUSTOMISE
518 help
519 AN ISDB-T DQPSK, QPSK, 16QAM and 64QAM 1seg tuner module.
520 Say Y when you want to support this frontend.
521
Patrick Boettcher77e2c0f2009-08-17 07:01:10 -0300522config DVB_DIB8000
523 tristate "DiBcom 8000MB/MC"
524 depends on DVB_CORE && I2C
525 default m if DVB_FE_CUSTOMISE
526 help
527 A driver for DiBcom's DiB8000 ISDB-T/ISDB-Tsb demodulator.
528 Say Y when you want to support this frontend.
529
Mauro Carvalho Chehabb9ede792010-09-27 20:52:43 -0300530config DVB_MB86A20S
531 tristate "Fujitsu mb86a20s"
532 depends on DVB_CORE && I2C
533 default m if DVB_FE_CUSTOMISE
534 help
535 A driver for Fujitsu mb86a20s ISDB-T/ISDB-Tsb demodulator.
536 Say Y when you want to support this frontend.
537
Mauro Carvalho Chehabb0945162008-04-29 21:38:45 -0300538comment "Digital terrestrial only tuners/PLL"
Andrew de Quincey6bca3582006-08-08 09:10:10 -0300539 depends on DVB_CORE
540
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300541config DVB_PLL
Trent Piepho9ab1ba32007-04-27 12:31:28 -0300542 tristate "Generic I2C PLL based tuners"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300543 depends on DVB_CORE && I2C
Trent Piepho9ab1ba32007-04-27 12:31:28 -0300544 default m if DVB_FE_CUSTOMISE
545 help
Michael Krufky0173e462007-09-27 11:37:19 -0300546 This module drives a number of tuners based on PLL chips with a
Trent Piepho9ab1ba32007-04-27 12:31:28 -0300547 common I2C interface. Say Y when you want to support these tuners.
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300548
Patrick Boettcher01373a52007-07-30 12:49:04 -0300549config DVB_TUNER_DIB0070
550 tristate "DiBcom DiB0070 silicon base-band tuner"
551 depends on I2C
552 default m if DVB_FE_CUSTOMISE
553 help
554 A driver for the silicon baseband tuner DiB0070 from DiBcom.
Matt LaPlante692105b2009-01-26 11:12:25 +0100555 This device is only used inside a SiP called together with a
Patrick Boettcher01373a52007-07-30 12:49:04 -0300556 demodulator for now.
557
Olivier Grenie03245a52009-12-04 13:27:57 -0300558config DVB_TUNER_DIB0090
559 tristate "DiBcom DiB0090 silicon base-band tuner"
560 depends on I2C
561 default m if DVB_FE_CUSTOMISE
562 help
563 A driver for the silicon baseband tuner DiB0090 from DiBcom.
564 This device is only used inside a SiP called together with a
565 demodulator for now.
566
Mauro Carvalho Chehabdf7aaaf2008-04-26 16:19:58 -0300567comment "SEC control devices for DVB-S"
Andrew de Quinceyd0205422006-04-27 21:45:01 -0300568 depends on DVB_CORE
569
570config DVB_LNBP21
Igor M. Liplianin8c1a2332009-03-03 11:24:18 -0300571 tristate "LNBP21/LNBH24 SEC controllers"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300572 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300573 default m if DVB_FE_CUSTOMISE
Andrew de Quinceyd0205422006-04-27 21:45:01 -0300574 help
Igor M. Liplianin8c1a2332009-03-03 11:24:18 -0300575 An SEC control chips.
Andrew de Quinceyd0205422006-04-27 21:45:01 -0300576
Hartmut Hackmann26ec3942008-04-22 14:42:09 -0300577config DVB_ISL6405
578 tristate "ISL6405 SEC controller"
579 depends on DVB_CORE && I2C
580 default m if DVB_FE_CUSTOMISE
581 help
582 An SEC control chip.
583
Andrew de Quincey21c28582006-04-27 21:45:09 -0300584config DVB_ISL6421
585 tristate "ISL6421 SEC controller"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300586 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300587 default m if DVB_FE_CUSTOMISE
Andrew de Quincey21c28582006-04-27 21:45:09 -0300588 help
589 An SEC control chip.
590
Manu Abrahame415c682009-04-06 15:45:20 -0300591config DVB_ISL6423
592 tristate "ISL6423 SEC controller"
593 depends on DVB_CORE && I2C
594 default m if DVB_FE_CUSTOMISE
595 help
596 A SEC controller chip from Intersil
597
Timothy Leedfbdce02008-08-09 13:36:51 -0300598config DVB_LGS8GL5
599 tristate "Silicon Legend LGS-8GL5 demodulator (OFDM)"
600 depends on DVB_CORE && I2C
601 default m if DVB_FE_CUSTOMISE
602 help
603 A DMB-TH tuner module. Say Y when you want to support this frontend.
604
David Wongf15da162009-04-01 04:35:10 -0300605config DVB_LGS8GXX
606 tristate "Legend Silicon LGS8913/LGS8GL5/LGS8GXX DMB-TH demodulator"
607 depends on DVB_CORE && I2C
Ben Hutchings76386992009-10-31 23:14:35 -0300608 select FW_LOADER
David Wongf15da162009-04-01 04:35:10 -0300609 default m if DVB_FE_CUSTOMISE
610 help
611 A DMB-TH tuner module. Say Y when you want to support this frontend.
612
David T.L. Wongec27b6a2009-10-26 07:08:17 -0300613config DVB_ATBM8830
614 tristate "AltoBeam ATBM8830/8831 DMB-TH demodulator"
615 depends on DVB_CORE && I2C
616 default m if DVB_FE_CUSTOMISE
617 help
618 A DMB-TH tuner module. Say Y when you want to support this frontend.
619
Manu Abraham3e978a82009-12-04 05:56:35 -0300620config DVB_TDA665x
621 tristate "TDA665x tuner"
622 depends on DVB_CORE && I2C
623 default m if DVB_FE_CUSTOMISE
624 help
625 Support for tuner modules based on Philips TDA6650/TDA6651 chips.
626 Say Y when you want to support this chip.
627
628 Currently supported tuners:
629 * Panasonic ENV57H12D5 (ET-50DT)
630
Malcolm Priestley1ae2c582010-08-28 18:07:37 -0300631config DVB_IX2505V
632 tristate "Sharp IX2505V silicon tuner"
633 depends on DVB_CORE && I2C
634 default m if DVB_FE_CUSTOMISE
635 help
636 A DVB-S tuner module. Say Y when you want to support this frontend.
637
Patrick Boettcherbccd7002008-08-30 12:15:54 -0300638comment "Tools to develop new frontends"
639
640config DVB_DUMMY_FE
641 tristate "Dummy frontend driver"
642 default n
Linus Torvalds1da177e2005-04-16 15:20:36 -0700643endmenu