blob: cd7f9b7cbffabad65972ca372b03e6830c19b7a4 [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
Andrew de Quincey176ac9d2006-08-08 09:10:11 -03004 default N
5 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 -030015if DVB_FE_CUSTOMISE
16
17menu "Customise DVB Frontends"
18
Manu Abrahame50e8e32007-07-03 09:53:42 -030019comment "Multistandard (satellite) frontends"
20 depends on DVB_CORE
21
22config DVB_STB0899
23 tristate "STB0899 based"
Manu Abraham6199cee2007-10-08 18:51:54 -030024 depends on DVB_CORE && I2C
25 default m if DVB_FE_CUSTOMISE
Manu Abrahame50e8e32007-07-03 09:53:42 -030026 help
27 A DVB-S/S2/DSS Multistandard demodulator. Say Y when you want
28 to support this demodulator based frontends
29
Manu Abraham040dcc32007-02-24 08:31:40 -030030config DVB_STB6100
31 tristate "STB6100 based tuners"
Manu Abraham6199cee2007-10-08 18:51:54 -030032 depends on DVB_CORE && I2C
33 default m if DVB_FE_CUSTOMISE
Manu Abraham040dcc32007-02-24 08:31:40 -030034 help
35 A Silicon tuner from ST used in conjunction with the STB0899
36 demodulator. Say Y when you want to support this tuner.
37
Manu Abrahame415c682009-04-06 15:45:20 -030038config DVB_STV090x
39 tristate "STV0900/STV0903(A/B) based"
40 depends on DVB_CORE && I2C
41 default m if DVB_FE_CUSTOMISE
42 help
43 DVB-S/S2/DSS Multistandard Professional/Broadcast demodulators.
44 Say Y when you want to support these frontends.
45
46config DVB_STV6110x
47 tristate "STV6110/(A) based tuners"
48 depends on DVB_CORE && I2C
49 default m if DVB_FE_CUSTOMISE
50 help
51 A Silicon tuner that supports DVB-S and DVB-S2 modes
52
Linus Torvalds1da177e2005-04-16 15:20:36 -070053comment "DVB-S (satellite) frontends"
54 depends on DVB_CORE
55
Linus Torvalds1da177e2005-04-16 15:20:36 -070056config DVB_CX24110
57 tristate "Conexant CX24110 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -030058 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -030059 default m if DVB_FE_CUSTOMISE
Johannes Stezenbach0b3f5a52005-05-16 21:54:38 -070060 help
Linus Torvalds1da177e2005-04-16 15:20:36 -070061 A DVB-S tuner module. Say Y when you want to support this frontend.
Johannes Stezenbach0b3f5a52005-05-16 21:54:38 -070062
Steve Tothb79cb652006-01-09 15:25:07 -020063config DVB_CX24123
64 tristate "Conexant CX24123 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -030065 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -030066 default m if DVB_FE_CUSTOMISE
Steve Tothb79cb652006-01-09 15:25:07 -020067 help
68 A DVB-S tuner module. Say Y when you want to support this frontend.
69
Linus Torvalds1da177e2005-04-16 15:20:36 -070070config DVB_MT312
Matthias Schwarzotte4671b62008-04-30 12:21:04 -030071 tristate "Zarlink VP310/MT312/ZL10313 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -030072 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -030073 default m if DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -070074 help
75 A DVB-S tuner module. Say Y when you want to support this frontend.
76
Matthias Schwarzott68b3289f2009-02-24 12:35:15 -030077config DVB_ZL10036
78 tristate "Zarlink ZL10036 silicon tuner"
79 depends on DVB_CORE && I2C
80 default m if DVB_FE_CUSTOMISE
81 help
82 A DVB-S tuner module. Say Y when you want to support this frontend.
83
Igor M. Liplianin2ccf5a92009-06-20 09:51:48 -030084config DVB_ZL10039
85 tristate "Zarlink ZL10039 silicon tuner"
86 depends on DVB_CORE && I2C
87 default m if DVB_FE_CUSTOMISE
88 help
89 A DVB-S tuner module. Say Y when you want to support this frontend.
90
Andrew de Quincey96bf2f22005-07-07 17:57:53 -070091config DVB_S5H1420
92 tristate "Samsung S5H1420 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -030093 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -030094 default m if DVB_FE_CUSTOMISE
Andrew de Quincey96bf2f22005-07-07 17:57:53 -070095 help
96 A DVB-S tuner module. Say Y when you want to support this frontend.
97
Igor M. Liplianine4aab642008-09-23 15:43:57 -030098config DVB_STV0288
99 tristate "ST STV0288 based"
100 depends on DVB_CORE && I2C
101 default m if DVB_FE_CUSTOMISE
102 help
103 A DVB-S tuner module. Say Y when you want to support this frontend.
104
105config DVB_STB6000
106 tristate "ST STB6000 silicon tuner"
107 depends on DVB_CORE && I2C
108 default m if DVB_FE_CUSTOMISE
109 help
110 A DVB-S silicon tuner module. Say Y when you want to support this tuner.
111
Mauro Carvalho Chehabdf7aaaf2008-04-26 16:19:58 -0300112config DVB_STV0299
113 tristate "ST STV0299 based"
114 depends on DVB_CORE && I2C
115 default m if DVB_FE_CUSTOMISE
116 help
117 A DVB-S tuner module. Say Y when you want to support this frontend.
118
Igor M. Liplianin47220bc2009-03-03 11:16:40 -0300119config DVB_STV6110
120 tristate "ST STV6110 silicon tuner"
121 depends on DVB_CORE && I2C
122 default m if DVB_FE_CUSTOMISE
123 help
124 A DVB-S silicon tuner module. Say Y when you want to support this tuner.
125
Igor M. Liplianince452642009-03-03 11:55:20 -0300126config DVB_STV0900
127 tristate "ST STV0900 based"
128 depends on DVB_CORE && I2C
129 default m if DVB_FE_CUSTOMISE
130 help
131 A DVB-S/S2 demodulator. Say Y when you want to support this frontend.
132
Mauro Carvalho Chehabdf7aaaf2008-04-26 16:19:58 -0300133config DVB_TDA8083
134 tristate "Philips TDA8083 based"
135 depends on DVB_CORE && I2C
136 default m if DVB_FE_CUSTOMISE
137 help
138 A DVB-S tuner module. Say Y when you want to support this frontend.
139
Andrew de Quincey6bca3582006-08-08 09:10:10 -0300140config DVB_TDA10086
141 tristate "Philips TDA10086 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300142 depends on DVB_CORE && I2C
Andrew de Quincey6bca3582006-08-08 09:10:10 -0300143 default m if DVB_FE_CUSTOMISE
144 help
145 A DVB-S tuner module. Say Y when you want to support this frontend.
146
Manu Abraham654dbad2008-10-23 17:56:07 -0300147config DVB_TDA8261
148 tristate "Philips TDA8261 based"
149 depends on DVB_CORE && I2C
150 default m if DVB_FE_CUSTOMISE
151 help
152 A DVB-S tuner module. Say Y when you want to support this frontend.
153
Mauro Carvalho Chehabdf7aaaf2008-04-26 16:19:58 -0300154config DVB_VES1X93
155 tristate "VLSI VES1893 or VES1993 based"
156 depends on DVB_CORE && I2C
157 default m if DVB_FE_CUSTOMISE
158 help
159 A DVB-S tuner module. Say Y when you want to support this frontend.
160
161config DVB_TUNER_ITD1000
162 tristate "Integrant ITD1000 Zero IF tuner for DVB-S/DSS"
163 depends on DVB_CORE && I2C
164 default m if DVB_FE_CUSTOMISE
165 help
166 A DVB-S tuner module. Say Y when you want to support this frontend.
167
Patrick Boettcher4c48ae82008-11-23 16:26:54 -0300168config DVB_TUNER_CX24113
169 tristate "Conexant CX24113/CX24128 tuner for DVB-S/DSS"
170 depends on DVB_CORE && I2C
171 default m if DVB_FE_CUSTOMISE
172 help
173 A DVB-S tuner module. Say Y when you want to support this frontend.
174
175
Mauro Carvalho Chehabdf7aaaf2008-04-26 16:19:58 -0300176config DVB_TDA826X
177 tristate "Philips TDA826X silicon tuner"
178 depends on DVB_CORE && I2C
179 default m if DVB_FE_CUSTOMISE
180 help
181 A DVB-S silicon tuner module. Say Y when you want to support this tuner.
182
183config DVB_TUA6100
184 tristate "Infineon TUA6100 PLL"
185 depends on DVB_CORE && I2C
186 default m if DVB_FE_CUSTOMISE
187 help
188 A DVB-S PLL chip.
189
Steven Toth0d467482008-09-04 01:14:43 -0300190config DVB_CX24116
191 tristate "Conexant CX24116 based"
192 depends on DVB_CORE && I2C
193 default m if DVB_FE_CUSTOMISE
194 help
195 A DVB-S/S2 tuner module. Say Y when you want to support this frontend.
196
Igor M. Liplianin04ad28c2008-09-16 18:21:11 -0300197config DVB_SI21XX
198 tristate "Silicon Labs SI21XX based"
199 depends on DVB_CORE && I2C
200 default m if DVB_FE_CUSTOMISE
201 help
202 A DVB-S tuner module. Say Y when you want to support this frontend.
203
Igor M. Liplianin09ea33e2009-11-24 20:16:04 -0300204config DVB_DS3000
205 tristate "Montage Tehnology DS3000 based"
206 depends on DVB_CORE && I2C
207 default m if DVB_FE_CUSTOMISE
208 help
209 A DVB-S/S2 tuner module. Say Y when you want to support this frontend.
210
Manu Abraham8873c612009-12-05 01:24:08 -0300211config DVB_MB86A16
212 tristate "Fujitsu MB86A16 based"
213 depends on DVB_CORE && I2C
214 default m if DVB_FE_CUSTOMISE
215 help
216 A DVB-S/DSS Direct Conversion reveiver.
217 Say Y when you want to support this frontend.
218
Linus Torvalds1da177e2005-04-16 15:20:36 -0700219comment "DVB-T (terrestrial) frontends"
220 depends on DVB_CORE
221
222config DVB_SP8870
Michael Krufky50c25ff2006-01-09 15:25:34 -0200223 tristate "Spase sp8870 based"
Adrian Bunk445c2712008-07-27 10:04:55 -0300224 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300225 default m if DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700226 help
Michael Krufky50c25ff2006-01-09 15:25:34 -0200227 A DVB-T tuner module. Say Y when you want to support this frontend.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700228
229 This driver needs external firmware. Please use the command
230 "<kerneldir>/Documentation/dvb/get_dvb_firmware sp8870" to
Ville Skytt\ä12e66f62006-01-09 15:25:38 -0200231 download/extract it, and then copy it to /usr/lib/hotplug/firmware
232 or /lib/firmware (depending on configuration of firmware hotplug).
Linus Torvalds1da177e2005-04-16 15:20:36 -0700233
234config DVB_SP887X
Michael Krufky50c25ff2006-01-09 15:25:34 -0200235 tristate "Spase sp887x based"
Adrian Bunk445c2712008-07-27 10:04:55 -0300236 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300237 default m if DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700238 help
239 A DVB-T tuner module. Say Y when you want to support this frontend.
240
241 This driver needs external firmware. Please use the command
242 "<kerneldir>/Documentation/dvb/get_dvb_firmware sp887x" to
Ville Skytt\ä12e66f62006-01-09 15:25:38 -0200243 download/extract it, and then copy it to /usr/lib/hotplug/firmware
244 or /lib/firmware (depending on configuration of firmware hotplug).
Linus Torvalds1da177e2005-04-16 15:20:36 -0700245
246config DVB_CX22700
247 tristate "Conexant CX22700 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300248 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300249 default m if DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700250 help
251 A DVB-T tuner module. Say Y when you want to support this frontend.
252
253config DVB_CX22702
Michael Krufky50c25ff2006-01-09 15:25:34 -0200254 tristate "Conexant cx22702 demodulator (OFDM)"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300255 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300256 default m if DVB_FE_CUSTOMISE
Michael Krufky50c25ff2006-01-09 15:25:34 -0200257 help
258 A DVB-T tuner module. Say Y when you want to support this frontend.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700259
Henk Vergonet89f92572007-08-09 11:02:30 -0300260config DVB_DRX397XD
261 tristate "Micronas DRX3975D/DRX3977D based"
Adrian Bunk886f8d62008-07-28 16:58:05 -0300262 depends on DVB_CORE && I2C
Henk Vergonet89f92572007-08-09 11:02:30 -0300263 default m if DVB_FE_CUSTOMISE
Henk Vergonet89f92572007-08-09 11:02:30 -0300264 help
265 A DVB-T tuner module. Say Y when you want to support this frontend.
266
267 TODO:
268 This driver needs external firmware. Please use the command
269 "<kerneldir>/Documentation/dvb/get_dvb_firmware drx397xD" to
270 download/extract them, and then copy them to /usr/lib/hotplug/firmware
271 or /lib/firmware (depending on configuration of firmware hotplug).
272
Linus Torvalds1da177e2005-04-16 15:20:36 -0700273config DVB_L64781
274 tristate "LSI L64781"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300275 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300276 default m if DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700277 help
278 A DVB-T tuner module. Say Y when you want to support this frontend.
279
280config DVB_TDA1004X
281 tristate "Philips TDA10045H/TDA10046H based"
Adrian Bunk445c2712008-07-27 10:04:55 -0300282 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300283 default m if DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700284 help
285 A DVB-T tuner module. Say Y when you want to support this frontend.
286
287 This driver needs external firmware. Please use the commands
288 "<kerneldir>/Documentation/dvb/get_dvb_firmware tda10045",
Michael Krufky50c25ff2006-01-09 15:25:34 -0200289 "<kerneldir>/Documentation/dvb/get_dvb_firmware tda10046" to
Ville Skytt\ä12e66f62006-01-09 15:25:38 -0200290 download/extract them, and then copy them to /usr/lib/hotplug/firmware
291 or /lib/firmware (depending on configuration of firmware hotplug).
Linus Torvalds1da177e2005-04-16 15:20:36 -0700292
293config DVB_NXT6000
294 tristate "NxtWave Communications NXT6000 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300295 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300296 default m if DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700297 help
298 A DVB-T tuner module. Say Y when you want to support this frontend.
299
300config DVB_MT352
301 tristate "Zarlink MT352 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300302 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300303 default m if DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700304 help
305 A DVB-T tuner module. Say Y when you want to support this frontend.
306
Chris Pascoe780dfef2006-02-28 08:34:59 -0300307config DVB_ZL10353
308 tristate "Zarlink ZL10353 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300309 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300310 default m if DVB_FE_CUSTOMISE
Chris Pascoe780dfef2006-02-28 08:34:59 -0300311 help
312 A DVB-T tuner module. Say Y when you want to support this frontend.
313
Linus Torvalds1da177e2005-04-16 15:20:36 -0700314config DVB_DIB3000MB
315 tristate "DiBcom 3000M-B"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300316 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300317 default m if DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700318 help
319 A DVB-T tuner module. Designed for mobile usage. Say Y when you want
320 to support this frontend.
321
322config DVB_DIB3000MC
323 tristate "DiBcom 3000P/M-C"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300324 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300325 default m if DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700326 help
327 A DVB-T tuner module. Designed for mobile usage. Say Y when you want
328 to support this frontend.
329
Patrick Boettcher69ea31e2006-10-17 18:28:14 -0300330config DVB_DIB7000M
331 tristate "DiBcom 7000MA/MB/PA/PB/MC"
332 depends on DVB_CORE && I2C
333 default m if DVB_FE_CUSTOMISE
334 help
335 A DVB-T tuner module. Designed for mobile usage. Say Y when you want
336 to support this frontend.
337
Patrick Boettchera75763f2006-10-18 08:34:16 -0300338config DVB_DIB7000P
339 tristate "DiBcom 7000PC"
340 depends on DVB_CORE && I2C
341 default m if DVB_FE_CUSTOMISE
342 help
343 A DVB-T tuner module. Designed for mobile usage. Say Y when you want
344 to support this frontend.
345
Steven Toth7bbb1ce2008-04-19 01:06:25 -0300346config DVB_TDA10048
347 tristate "Philips TDA10048HN based"
Adrian Bunk445c2712008-07-27 10:04:55 -0300348 depends on DVB_CORE && I2C
Steven Toth7bbb1ce2008-04-19 01:06:25 -0300349 default m if DVB_FE_CUSTOMISE
Steven Toth7bbb1ce2008-04-19 01:06:25 -0300350 help
351 A DVB-T tuner module. Say Y when you want to support this frontend.
352
Mauro Carvalho Chehab79a66502009-03-10 00:49:58 -0300353config DVB_AF9013
354 tristate "Afatech AF9013 demodulator"
355 depends on DVB_CORE && I2C
356 default m if DVB_FE_CUSTOMISE
357 help
358 Say Y when you want to support this frontend.
359
Antti Palosaaria15c7b42009-11-13 22:33:45 -0300360config DVB_EC100
361 tristate "E3C EC100"
362 depends on DVB_CORE && I2C
363 default m if DVB_FE_CUSTOMISE
364 help
365 Say Y when you want to support this frontend.
366
Linus Torvalds1da177e2005-04-16 15:20:36 -0700367comment "DVB-C (cable) frontends"
368 depends on DVB_CORE
369
Linus Torvalds1da177e2005-04-16 15:20:36 -0700370config DVB_VES1820
371 tristate "VLSI VES1820 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300372 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300373 default m if DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700374 help
Michael Krufky50c25ff2006-01-09 15:25:34 -0200375 A DVB-C tuner module. Say Y when you want to support this frontend.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700376
377config DVB_TDA10021
378 tristate "Philips TDA10021 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300379 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300380 default m if DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700381 help
Michael Krufky50c25ff2006-01-09 15:25:34 -0200382 A DVB-C tuner module. Say Y when you want to support this frontend.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700383
Hartmut Birraa323ac2007-04-21 19:37:17 -0300384config DVB_TDA10023
385 tristate "Philips TDA10023 based"
386 depends on DVB_CORE && I2C
387 default m if DVB_FE_CUSTOMISE
388 help
389 A DVB-C tuner module. Say Y when you want to support this frontend.
390
Linus Torvalds1da177e2005-04-16 15:20:36 -0700391config DVB_STV0297
392 tristate "ST STV0297 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
396 A DVB-C tuner module. Say Y when you want to support this frontend.
397
Trent Piepho005b5412006-04-04 01:56:30 -0300398comment "ATSC (North American/Korean Terrestrial/Cable DTV) frontends"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700399 depends on DVB_CORE
400
Kirk Lapray04a45922005-11-08 21:35:46 -0800401config DVB_NXT200X
Michael Krufkyf5c08a22006-03-16 13:18:25 -0300402 tristate "NxtWave Communications NXT2002/NXT2004 based"
Adrian Bunk445c2712008-07-27 10:04:55 -0300403 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300404 default m if DVB_FE_CUSTOMISE
Kirk Lapray04a45922005-11-08 21:35:46 -0800405 help
406 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
407 to support this frontend.
408
Michael Krufky66e33de2006-01-09 15:25:39 -0200409 This driver needs external firmware. Please use the commands
410 "<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2002" and
411 "<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2004" to
412 download/extract them, and then copy them to /usr/lib/hotplug/firmware
413 or /lib/firmware (depending on configuration of firmware hotplug).
414
Linus Torvalds1da177e2005-04-16 15:20:36 -0700415config DVB_OR51211
Michael Krufkyf5c08a22006-03-16 13:18:25 -0300416 tristate "Oren OR51211 based"
Adrian Bunk445c2712008-07-27 10:04:55 -0300417 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300418 default m if DVB_FE_CUSTOMISE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700419 help
420 An ATSC 8VSB tuner module. Say Y when you want to support this frontend.
421
Trent Piepho2b3835b2006-03-29 13:53:15 -0300422 This driver needs external firmware. Please use the command
423 "<kerneldir>/Documentation/dvb/get_dvb_firmware or51211" to
424 download it, and then copy it to /usr/lib/hotplug/firmware
425 or /lib/firmware (depending on configuration of firmware hotplug).
426
Johannes Stezenbach0b3f5a52005-05-16 21:54:38 -0700427config DVB_OR51132
Michael Krufkyf5c08a22006-03-16 13:18:25 -0300428 tristate "Oren OR51132 based"
Adrian Bunk445c2712008-07-27 10:04:55 -0300429 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300430 default m if DVB_FE_CUSTOMISE
Johannes Stezenbach0b3f5a52005-05-16 21:54:38 -0700431 help
432 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
433 to support this frontend.
434
Trent Piepho2b3835b2006-03-29 13:53:15 -0300435 This driver needs external firmware. Please use the commands
436 "<kerneldir>/Documentation/dvb/get_dvb_firmware or51132_vsb" and/or
437 "<kerneldir>/Documentation/dvb/get_dvb_firmware or51132_qam" to
438 download firmwares for 8VSB and QAM64/256, respectively. Copy them to
439 /usr/lib/hotplug/firmware or /lib/firmware (depending on
440 configuration of firmware hotplug).
441
Johannes Stezenbach55f51ef2005-06-23 22:02:41 -0700442config DVB_BCM3510
443 tristate "Broadcom BCM3510"
Adrian Bunk445c2712008-07-27 10:04:55 -0300444 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300445 default m if DVB_FE_CUSTOMISE
Johannes Stezenbach55f51ef2005-06-23 22:02:41 -0700446 help
447 An ATSC 8VSB/16VSB and QAM64/256 tuner module. Say Y when you want to
448 support this frontend.
449
Michael Krufky6ddcc912005-07-27 11:46:00 -0700450config DVB_LGDT330X
Michael Krufkye179d8b2005-08-09 17:48:54 -0700451 tristate "LG Electronics LGDT3302/LGDT3303 based"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300452 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300453 default m if DVB_FE_CUSTOMISE
Mac Michaelsd8667cb2005-07-07 17:58:29 -0700454 help
455 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
456 to support this frontend.
457
Mauro Carvalho Chehabf71f11e2008-10-24 15:06:17 -0300458config DVB_LGDT3304
459 tristate "LG Electronics LGDT3304"
460 depends on DVB_CORE && I2C
461 default m if DVB_FE_CUSTOMISE
462 help
463 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
464 to support this frontend.
465
Michael Krufkycae78ed2009-01-13 04:40:36 -0300466config DVB_LGDT3305
467 tristate "LG Electronics LGDT3305 based"
468 depends on DVB_CORE && I2C
469 default m if DVB_FE_CUSTOMISE
470 help
471 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
472 to support this frontend.
473
Steven Toth89885552007-07-28 19:34:52 -0300474config DVB_S5H1409
475 tristate "Samsung S5H1409 based"
476 depends on DVB_CORE && I2C
477 default m if DVB_FE_CUSTOMISE
478 help
479 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
480 to support this frontend.
481
Steven Toth265a6512008-04-18 21:34:00 -0300482config DVB_AU8522
483 tristate "Auvitek AU8522 based"
Mauro Carvalho Chehab6a39a382009-03-19 21:03:09 -0300484 depends on DVB_CORE && I2C && VIDEO_V4L2
Steven Toth265a6512008-04-18 21:34:00 -0300485 default m if DVB_FE_CUSTOMISE
486 help
487 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
488 to support this frontend.
489
Steven Toth8b4f1d02008-04-25 03:44:36 -0300490config DVB_S5H1411
491 tristate "Samsung S5H1411 based"
492 depends on DVB_CORE && I2C
493 default m if DVB_FE_CUSTOMISE
494 help
495 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
496 to support this frontend.
497
Mauro Carvalho Chehabc2e591f2008-10-24 13:44:38 -0300498comment "ISDB-T (terrestrial) frontends"
499 depends on DVB_CORE
500
501config DVB_S921
502 tristate "Sharp S921 tuner"
503 depends on DVB_CORE && I2C
504 default m if DVB_FE_CUSTOMISE
505 help
506 AN ISDB-T DQPSK, QPSK, 16QAM and 64QAM 1seg tuner module.
507 Say Y when you want to support this frontend.
508
Patrick Boettcher77e2c0f2009-08-17 07:01:10 -0300509config DVB_DIB8000
510 tristate "DiBcom 8000MB/MC"
511 depends on DVB_CORE && I2C
512 default m if DVB_FE_CUSTOMISE
513 help
514 A driver for DiBcom's DiB8000 ISDB-T/ISDB-Tsb demodulator.
515 Say Y when you want to support this frontend.
516
Mauro Carvalho Chehabb0945162008-04-29 21:38:45 -0300517comment "Digital terrestrial only tuners/PLL"
Andrew de Quincey6bca3582006-08-08 09:10:10 -0300518 depends on DVB_CORE
519
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300520config DVB_PLL
Trent Piepho9ab1ba32007-04-27 12:31:28 -0300521 tristate "Generic I2C PLL based tuners"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300522 depends on DVB_CORE && I2C
Trent Piepho9ab1ba32007-04-27 12:31:28 -0300523 default m if DVB_FE_CUSTOMISE
524 help
Michael Krufky0173e462007-09-27 11:37:19 -0300525 This module drives a number of tuners based on PLL chips with a
Trent Piepho9ab1ba32007-04-27 12:31:28 -0300526 common I2C interface. Say Y when you want to support these tuners.
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300527
Patrick Boettcher01373a52007-07-30 12:49:04 -0300528config DVB_TUNER_DIB0070
529 tristate "DiBcom DiB0070 silicon base-band tuner"
530 depends on I2C
531 default m if DVB_FE_CUSTOMISE
532 help
533 A driver for the silicon baseband tuner DiB0070 from DiBcom.
Matt LaPlante692105b2009-01-26 11:12:25 +0100534 This device is only used inside a SiP called together with a
Patrick Boettcher01373a52007-07-30 12:49:04 -0300535 demodulator for now.
536
Olivier Grenie03245a52009-12-04 13:27:57 -0300537config DVB_TUNER_DIB0090
538 tristate "DiBcom DiB0090 silicon base-band tuner"
539 depends on I2C
540 default m if DVB_FE_CUSTOMISE
541 help
542 A driver for the silicon baseband tuner DiB0090 from DiBcom.
543 This device is only used inside a SiP called together with a
544 demodulator for now.
545
Mauro Carvalho Chehabdf7aaaf2008-04-26 16:19:58 -0300546comment "SEC control devices for DVB-S"
Andrew de Quinceyd0205422006-04-27 21:45:01 -0300547 depends on DVB_CORE
548
549config DVB_LNBP21
Igor M. Liplianin8c1a2332009-03-03 11:24:18 -0300550 tristate "LNBP21/LNBH24 SEC controllers"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300551 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300552 default m if DVB_FE_CUSTOMISE
Andrew de Quinceyd0205422006-04-27 21:45:01 -0300553 help
Igor M. Liplianin8c1a2332009-03-03 11:24:18 -0300554 An SEC control chips.
Andrew de Quinceyd0205422006-04-27 21:45:01 -0300555
Hartmut Hackmann26ec3942008-04-22 14:42:09 -0300556config DVB_ISL6405
557 tristate "ISL6405 SEC controller"
558 depends on DVB_CORE && I2C
559 default m if DVB_FE_CUSTOMISE
560 help
561 An SEC control chip.
562
Andrew de Quincey21c28582006-04-27 21:45:09 -0300563config DVB_ISL6421
564 tristate "ISL6421 SEC controller"
Andrew de Quincey17aafcc62006-08-08 15:48:07 -0300565 depends on DVB_CORE && I2C
Andrew de Quincey176ac9d2006-08-08 09:10:11 -0300566 default m if DVB_FE_CUSTOMISE
Andrew de Quincey21c28582006-04-27 21:45:09 -0300567 help
568 An SEC control chip.
569
Manu Abrahame415c682009-04-06 15:45:20 -0300570config DVB_ISL6423
571 tristate "ISL6423 SEC controller"
572 depends on DVB_CORE && I2C
573 default m if DVB_FE_CUSTOMISE
574 help
575 A SEC controller chip from Intersil
576
Timothy Leedfbdce02008-08-09 13:36:51 -0300577config DVB_LGS8GL5
578 tristate "Silicon Legend LGS-8GL5 demodulator (OFDM)"
579 depends on DVB_CORE && I2C
580 default m if DVB_FE_CUSTOMISE
581 help
582 A DMB-TH tuner module. Say Y when you want to support this frontend.
583
David Wongf15da162009-04-01 04:35:10 -0300584config DVB_LGS8GXX
585 tristate "Legend Silicon LGS8913/LGS8GL5/LGS8GXX DMB-TH demodulator"
586 depends on DVB_CORE && I2C
587 default m if DVB_FE_CUSTOMISE
588 help
589 A DMB-TH tuner module. Say Y when you want to support this frontend.
590
David T.L. Wongec27b6a2009-10-26 07:08:17 -0300591config DVB_ATBM8830
592 tristate "AltoBeam ATBM8830/8831 DMB-TH demodulator"
593 depends on DVB_CORE && I2C
594 default m if DVB_FE_CUSTOMISE
595 help
596 A DMB-TH tuner module. Say Y when you want to support this frontend.
597
Manu Abraham3e978a82009-12-04 05:56:35 -0300598config DVB_TDA665x
599 tristate "TDA665x tuner"
600 depends on DVB_CORE && I2C
601 default m if DVB_FE_CUSTOMISE
602 help
603 Support for tuner modules based on Philips TDA6650/TDA6651 chips.
604 Say Y when you want to support this chip.
605
606 Currently supported tuners:
607 * Panasonic ENV57H12D5 (ET-50DT)
608
Patrick Boettcherbccd7002008-08-30 12:15:54 -0300609comment "Tools to develop new frontends"
610
611config DVB_DUMMY_FE
612 tristate "Dummy frontend driver"
613 default n
Linus Torvalds1da177e2005-04-16 15:20:36 -0700614endmenu
Mauro Carvalho Chehab4609bdd2009-03-06 08:31:39 -0300615
616endif