Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-serial
[pandora-kernel.git] / 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 comment "DVB-C (cable) frontends"
176         depends on DVB_CORE
177
178 config DVB_VES1820
179         tristate "VLSI VES1820 based"
180         depends on DVB_CORE && I2C
181         default m if DVB_FE_CUSTOMISE
182         help
183           A DVB-C tuner module. Say Y when you want to support this frontend.
184
185 config DVB_TDA10021
186         tristate "Philips TDA10021 based"
187         depends on DVB_CORE && I2C
188         default m if DVB_FE_CUSTOMISE
189         help
190           A DVB-C tuner module. Say Y when you want to support this frontend.
191
192 config DVB_STV0297
193         tristate "ST STV0297 based"
194         depends on DVB_CORE && I2C
195         default m if DVB_FE_CUSTOMISE
196         help
197           A DVB-C tuner module. Say Y when you want to support this frontend.
198
199 comment "ATSC (North American/Korean Terrestrial/Cable DTV) frontends"
200         depends on DVB_CORE
201
202 config DVB_NXT200X
203         tristate "NxtWave Communications NXT2002/NXT2004 based"
204         depends on DVB_CORE && I2C
205         default m if DVB_FE_CUSTOMISE
206         select FW_LOADER
207         help
208           An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
209           to support this frontend.
210
211           This driver needs external firmware. Please use the commands
212           "<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2002" and
213           "<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2004" to
214           download/extract them, and then copy them to /usr/lib/hotplug/firmware
215           or /lib/firmware (depending on configuration of firmware hotplug).
216
217 config DVB_OR51211
218         tristate "Oren OR51211 based"
219         depends on DVB_CORE && I2C
220         default m if DVB_FE_CUSTOMISE
221         select FW_LOADER
222         help
223           An ATSC 8VSB tuner module. Say Y when you want to support this frontend.
224
225           This driver needs external firmware. Please use the command
226           "<kerneldir>/Documentation/dvb/get_dvb_firmware or51211" to
227           download it, and then copy it to /usr/lib/hotplug/firmware
228           or /lib/firmware (depending on configuration of firmware hotplug).
229
230 config DVB_OR51132
231         tristate "Oren OR51132 based"
232         depends on DVB_CORE && I2C
233         default m if DVB_FE_CUSTOMISE
234         select FW_LOADER
235         help
236           An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
237           to support this frontend.
238
239           This driver needs external firmware. Please use the commands
240           "<kerneldir>/Documentation/dvb/get_dvb_firmware or51132_vsb" and/or
241           "<kerneldir>/Documentation/dvb/get_dvb_firmware or51132_qam" to
242           download firmwares for 8VSB and QAM64/256, respectively. Copy them to
243           /usr/lib/hotplug/firmware or /lib/firmware (depending on
244           configuration of firmware hotplug).
245
246 config DVB_BCM3510
247         tristate "Broadcom BCM3510"
248         depends on DVB_CORE && I2C
249         default m if DVB_FE_CUSTOMISE
250         select FW_LOADER
251         help
252           An ATSC 8VSB/16VSB and QAM64/256 tuner module. Say Y when you want to
253           support this frontend.
254
255 config DVB_LGDT330X
256         tristate "LG Electronics LGDT3302/LGDT3303 based"
257         depends on DVB_CORE && I2C
258         default m if DVB_FE_CUSTOMISE
259         help
260           An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
261           to support this frontend.
262
263 comment "Tuners/PLL support"
264         depends on DVB_CORE
265
266 config DVB_PLL
267         tristate
268         depends on DVB_CORE && I2C
269
270 config DVB_TDA826X
271         tristate "Philips TDA826X silicon tuner"
272         depends on DVB_CORE && I2C
273         default m if DVB_FE_CUSTOMISE
274         help
275           A DVB-S silicon tuner module. Say Y when you want to support this tuner.
276
277 config DVB_TUNER_MT2060
278         tristate "Microtune MT2060 silicon IF tuner"
279         help
280           A driver for the silicon IF tuner MT2060 from Microtune.
281
282 comment "Miscellaneous devices"
283         depends on DVB_CORE
284
285 config DVB_LNBP21
286         tristate "LNBP21 SEC controller"
287         depends on DVB_CORE && I2C
288         default m if DVB_FE_CUSTOMISE
289         help
290           An SEC control chip.
291
292 config DVB_ISL6421
293         tristate "ISL6421 SEC controller"
294         depends on DVB_CORE && I2C
295         default m if DVB_FE_CUSTOMISE
296         help
297           An SEC control chip.
298
299 config DVB_TUA6100
300         tristate "TUA6100 PLL"
301         depends on DVB_CORE && I2C
302         default m if DVB_FE_CUSTOMISE
303         help
304           A DVBS PLL chip.
305
306 endmenu