Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6
[linux-2.6] / drivers / media / dvb / frontends / Kconfig
1 menu "Customise DVB Frontends"
2         depends on DVB_CORE
3
4 config DVB_FE_CUSTOMISE
5         bool "Customise the frontend modules to build"
6         default N
7         help
8           This allows the user to deselect frontend drivers unnecessary
9           for their hardware from the build. Use this option with care
10           as deselecting frontends which are in fact necessary will result
11           in DVB devices which cannot be tuned due to lack of driver support.
12
13           If unsure say N.
14
15 comment "DVB-S (satellite) frontends"
16         depends on DVB_CORE
17
18 config DVB_STV0299
19         tristate "ST STV0299 based"
20         depends on DVB_CORE && I2C
21         default m if DVB_FE_CUSTOMISE
22         help
23           A DVB-S tuner module. Say Y when you want to support this frontend.
24
25 config DVB_CX24110
26         tristate "Conexant CX24110 based"
27         depends on DVB_CORE && I2C
28         default m if DVB_FE_CUSTOMISE
29         help
30           A DVB-S tuner module. Say Y when you want to support this frontend.
31
32 config DVB_CX24123
33         tristate "Conexant CX24123 based"
34         depends on DVB_CORE && I2C
35         default m if DVB_FE_CUSTOMISE
36         help
37           A DVB-S tuner module. Say Y when you want to support this frontend.
38
39 config DVB_TDA8083
40         tristate "Philips TDA8083 based"
41         depends on DVB_CORE && I2C
42         default m if DVB_FE_CUSTOMISE
43         help
44           A DVB-S tuner module. Say Y when you want to support this frontend.
45
46 config DVB_MT312
47         tristate "Zarlink VP310/MT312 based"
48         depends on DVB_CORE && I2C
49         default m if DVB_FE_CUSTOMISE
50         help
51           A DVB-S tuner module. Say Y when you want to support this frontend.
52
53 config DVB_VES1X93
54         tristate "VLSI VES1893 or VES1993 based"
55         depends on DVB_CORE && I2C
56         default m if DVB_FE_CUSTOMISE
57         help
58           A DVB-S tuner module. Say Y when you want to support this frontend.
59
60 config DVB_S5H1420
61         tristate "Samsung S5H1420 based"
62         depends on DVB_CORE && I2C
63         default m if DVB_FE_CUSTOMISE
64         help
65           A DVB-S tuner module. Say Y when you want to support this frontend.
66
67 config DVB_TDA10086
68         tristate "Philips TDA10086 based"
69         depends on DVB_CORE && I2C
70         default m if DVB_FE_CUSTOMISE
71         help
72           A DVB-S tuner module. Say Y when you want to support this frontend.
73
74 comment "DVB-T (terrestrial) frontends"
75         depends on DVB_CORE
76
77 config DVB_SP8870
78         tristate "Spase sp8870 based"
79         depends on DVB_CORE && I2C
80         default m if DVB_FE_CUSTOMISE
81         select FW_LOADER
82         help
83           A DVB-T tuner module. Say Y when you want to support this frontend.
84
85           This driver needs external firmware. Please use the command
86           "<kerneldir>/Documentation/dvb/get_dvb_firmware sp8870" to
87           download/extract it, and then copy it to /usr/lib/hotplug/firmware
88           or /lib/firmware (depending on configuration of firmware hotplug).
89
90 config DVB_SP887X
91         tristate "Spase sp887x based"
92         depends on DVB_CORE && I2C
93         default m if DVB_FE_CUSTOMISE
94         select FW_LOADER
95         help
96           A DVB-T tuner module. Say Y when you want to support this frontend.
97
98           This driver needs external firmware. Please use the command
99           "<kerneldir>/Documentation/dvb/get_dvb_firmware sp887x" to
100           download/extract it, and then copy it to /usr/lib/hotplug/firmware
101           or /lib/firmware (depending on configuration of firmware hotplug).
102
103 config DVB_CX22700
104         tristate "Conexant CX22700 based"
105         depends on DVB_CORE && I2C
106         default m if DVB_FE_CUSTOMISE
107         help
108           A DVB-T tuner module. Say Y when you want to support this frontend.
109
110 config DVB_CX22702
111         tristate "Conexant cx22702 demodulator (OFDM)"
112         depends on DVB_CORE && I2C
113         default m if DVB_FE_CUSTOMISE
114         help
115           A DVB-T tuner module. Say Y when you want to support this frontend.
116
117 config DVB_L64781
118         tristate "LSI L64781"
119         depends on DVB_CORE && I2C
120         default m if DVB_FE_CUSTOMISE
121         help
122           A DVB-T tuner module. Say Y when you want to support this frontend.
123
124 config DVB_TDA1004X
125         tristate "Philips TDA10045H/TDA10046H based"
126         depends on DVB_CORE && I2C
127         default m if DVB_FE_CUSTOMISE
128         select FW_LOADER
129         help
130           A DVB-T tuner module. Say Y when you want to support this frontend.
131
132           This driver needs external firmware. Please use the commands
133           "<kerneldir>/Documentation/dvb/get_dvb_firmware tda10045",
134           "<kerneldir>/Documentation/dvb/get_dvb_firmware tda10046" to
135           download/extract them, and then copy them to /usr/lib/hotplug/firmware
136           or /lib/firmware (depending on configuration of firmware hotplug).
137
138 config DVB_NXT6000
139         tristate "NxtWave Communications NXT6000 based"
140         depends on DVB_CORE && I2C
141         default m if DVB_FE_CUSTOMISE
142         help
143           A DVB-T tuner module. Say Y when you want to support this frontend.
144
145 config DVB_MT352
146         tristate "Zarlink MT352 based"
147         depends on DVB_CORE && I2C
148         default m if DVB_FE_CUSTOMISE
149         help
150           A DVB-T tuner module. Say Y when you want to support this frontend.
151
152 config DVB_ZL10353
153         tristate "Zarlink ZL10353 based"
154         depends on DVB_CORE && I2C
155         default m if DVB_FE_CUSTOMISE
156         help
157           A DVB-T tuner module. Say Y when you want to support this frontend.
158
159 config DVB_DIB3000MB
160         tristate "DiBcom 3000M-B"
161         depends on DVB_CORE && I2C
162         default m if DVB_FE_CUSTOMISE
163         help
164           A DVB-T tuner module. Designed for mobile usage. Say Y when you want
165           to support this frontend.
166
167 config DVB_DIB3000MC
168         tristate "DiBcom 3000P/M-C"
169         depends on DVB_CORE && I2C
170         default m if DVB_FE_CUSTOMISE
171         help
172           A DVB-T tuner module. Designed for mobile usage. Say Y when you want
173           to support this frontend.
174
175 config DVB_DIB7000M
176         tristate "DiBcom 7000MA/MB/PA/PB/MC"
177         depends on DVB_CORE && I2C
178         default m if DVB_FE_CUSTOMISE
179         help
180           A DVB-T tuner module. Designed for mobile usage. Say Y when you want
181           to support this frontend.
182
183 config DVB_DIB7000P
184         tristate "DiBcom 7000PC"
185         depends on DVB_CORE && I2C
186         default m if DVB_FE_CUSTOMISE
187         help
188           A DVB-T tuner module. Designed for mobile usage. Say Y when you want
189           to support this frontend.
190
191 config DVB_TDA10048
192         tristate "Philips TDA10048HN based"
193         depends on DVB_CORE && I2C
194         default m if DVB_FE_CUSTOMISE
195         select FW_LOADER
196         help
197           A DVB-T tuner module. Say Y when you want to support this frontend.
198
199 comment "DVB-C (cable) frontends"
200         depends on DVB_CORE
201
202 config DVB_VES1820
203         tristate "VLSI VES1820 based"
204         depends on DVB_CORE && I2C
205         default m if DVB_FE_CUSTOMISE
206         help
207           A DVB-C tuner module. Say Y when you want to support this frontend.
208
209 config DVB_TDA10021
210         tristate "Philips TDA10021 based"
211         depends on DVB_CORE && I2C
212         default m if DVB_FE_CUSTOMISE
213         help
214           A DVB-C tuner module. Say Y when you want to support this frontend.
215
216 config DVB_TDA10023
217         tristate "Philips TDA10023 based"
218         depends on DVB_CORE && I2C
219         default m if DVB_FE_CUSTOMISE
220         help
221           A DVB-C tuner module. Say Y when you want to support this frontend.
222
223 config DVB_STV0297
224         tristate "ST STV0297 based"
225         depends on DVB_CORE && I2C
226         default m if DVB_FE_CUSTOMISE
227         help
228           A DVB-C tuner module. Say Y when you want to support this frontend.
229
230 comment "ATSC (North American/Korean Terrestrial/Cable DTV) frontends"
231         depends on DVB_CORE
232
233 config DVB_NXT200X
234         tristate "NxtWave Communications NXT2002/NXT2004 based"
235         depends on DVB_CORE && I2C
236         default m if DVB_FE_CUSTOMISE
237         select FW_LOADER
238         help
239           An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
240           to support this frontend.
241
242           This driver needs external firmware. Please use the commands
243           "<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2002" and
244           "<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2004" to
245           download/extract them, and then copy them to /usr/lib/hotplug/firmware
246           or /lib/firmware (depending on configuration of firmware hotplug).
247
248 config DVB_OR51211
249         tristate "Oren OR51211 based"
250         depends on DVB_CORE && I2C
251         default m if DVB_FE_CUSTOMISE
252         select FW_LOADER
253         help
254           An ATSC 8VSB tuner module. Say Y when you want to support this frontend.
255
256           This driver needs external firmware. Please use the command
257           "<kerneldir>/Documentation/dvb/get_dvb_firmware or51211" to
258           download it, and then copy it to /usr/lib/hotplug/firmware
259           or /lib/firmware (depending on configuration of firmware hotplug).
260
261 config DVB_OR51132
262         tristate "Oren OR51132 based"
263         depends on DVB_CORE && I2C
264         default m if DVB_FE_CUSTOMISE
265         select FW_LOADER
266         help
267           An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
268           to support this frontend.
269
270           This driver needs external firmware. Please use the commands
271           "<kerneldir>/Documentation/dvb/get_dvb_firmware or51132_vsb" and/or
272           "<kerneldir>/Documentation/dvb/get_dvb_firmware or51132_qam" to
273           download firmwares for 8VSB and QAM64/256, respectively. Copy them to
274           /usr/lib/hotplug/firmware or /lib/firmware (depending on
275           configuration of firmware hotplug).
276
277 config DVB_BCM3510
278         tristate "Broadcom BCM3510"
279         depends on DVB_CORE && I2C
280         default m if DVB_FE_CUSTOMISE
281         select FW_LOADER
282         help
283           An ATSC 8VSB/16VSB and QAM64/256 tuner module. Say Y when you want to
284           support this frontend.
285
286 config DVB_LGDT330X
287         tristate "LG Electronics LGDT3302/LGDT3303 based"
288         depends on DVB_CORE && I2C
289         default m if DVB_FE_CUSTOMISE
290         help
291           An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
292           to support this frontend.
293
294 config DVB_S5H1409
295         tristate "Samsung S5H1409 based"
296         depends on DVB_CORE && I2C
297         default m if DVB_FE_CUSTOMISE
298         help
299           An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
300           to support this frontend.
301
302 config DVB_AU8522
303         tristate "Auvitek AU8522 based"
304         depends on DVB_CORE && I2C
305         default m if DVB_FE_CUSTOMISE
306         help
307           An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
308           to support this frontend.
309
310 comment "Tuners/PLL support"
311         depends on DVB_CORE
312
313 config DVB_PLL
314         tristate "Generic I2C PLL based tuners"
315         depends on DVB_CORE && I2C
316         default m if DVB_FE_CUSTOMISE
317         help
318           This module drives a number of tuners based on PLL chips with a
319           common I2C interface. Say Y when you want to support these tuners.
320
321 config DVB_TDA826X
322         tristate "Philips TDA826X silicon tuner"
323         depends on DVB_CORE && I2C
324         default m if DVB_FE_CUSTOMISE
325         help
326           A DVB-S silicon tuner module. Say Y when you want to support this tuner.
327
328 config DVB_TDA827X
329         tristate "Philips TDA827X silicon tuner"
330         depends on DVB_CORE && I2C
331         default m if DVB_FE_CUSTOMISE
332         help
333           A DVB-T silicon tuner module. Say Y when you want to support this tuner.
334
335 config DVB_TDA18271
336         tristate "NXP TDA18271 silicon tuner"
337         depends on I2C
338         default m if DVB_FE_CUSTOMISE
339         help
340           A silicon tuner module. Say Y when you want to support this tuner.
341
342 config DVB_TUNER_QT1010
343         tristate "Quantek QT1010 silicon tuner"
344         depends on DVB_CORE && I2C
345         default m if DVB_FE_CUSTOMISE
346         help
347           A driver for the silicon tuner QT1010 from Quantek.
348
349 config DVB_TUNER_MT2060
350         tristate "Microtune MT2060 silicon IF tuner"
351         depends on I2C
352         default m if DVB_FE_CUSTOMISE
353         help
354           A driver for the silicon IF tuner MT2060 from Microtune.
355
356 config DVB_TUNER_MT2266
357         tristate "Microtune MT2266 silicon tuner"
358         depends on I2C
359         default m if DVB_FE_CUSTOMISE
360         help
361           A driver for the silicon baseband tuner MT2266 from Microtune.
362
363 config DVB_TUNER_MT2131
364         tristate "Microtune MT2131 silicon tuner"
365         depends on I2C
366         default m if DVB_FE_CUSTOMISE
367         help
368           A driver for the silicon baseband tuner MT2131 from Microtune.
369
370 config DVB_TUNER_DIB0070
371         tristate "DiBcom DiB0070 silicon base-band tuner"
372         depends on I2C
373         default m if DVB_FE_CUSTOMISE
374         help
375           A driver for the silicon baseband tuner DiB0070 from DiBcom.
376           This device is only used inside a SiP called togther with a
377           demodulator for now.
378
379 config DVB_TUNER_XC5000
380         tristate "Xceive XC5000 silicon tuner"
381         depends on I2C
382         default m if DVB_FE_CUSTOMISE
383         help
384           A driver for the silicon tuner XC5000 from Xceive.
385           This device is only used inside a SiP called togther with a
386           demodulator for now.
387
388 config DVB_TUNER_ITD1000
389         tristate "Integrant ITD1000 Zero IF tuner for DVB-S/DSS"
390         depends on DVB_CORE && I2C
391         default m if DVB_FE_CUSTOMISE
392
393 comment "Miscellaneous devices"
394         depends on DVB_CORE
395
396 config DVB_LNBP21
397         tristate "LNBP21 SEC controller"
398         depends on DVB_CORE && I2C
399         default m if DVB_FE_CUSTOMISE
400         help
401           An SEC control chip.
402
403 config DVB_ISL6405
404         tristate "ISL6405 SEC controller"
405         depends on DVB_CORE && I2C
406         default m if DVB_FE_CUSTOMISE
407         help
408           An SEC control chip.
409
410 config DVB_ISL6421
411         tristate "ISL6421 SEC controller"
412         depends on DVB_CORE && I2C
413         default m if DVB_FE_CUSTOMISE
414         help
415           An SEC control chip.
416
417 config DVB_TUA6100
418         tristate "TUA6100 PLL"
419         depends on DVB_CORE && I2C
420         default m if DVB_FE_CUSTOMISE
421         help
422           A DVBS PLL chip.
423
424 endmenu