]> bbs.cooldavid.org Git - net-next-2.6.git/blame - drivers/media/dvb/dvb-usb/Kconfig
V4L/DVB (11318): fix misspelling of kconfig option
[net-next-2.6.git] / drivers / media / dvb / dvb-usb / Kconfig
CommitLineData
776338e1
JS
1config DVB_USB
2 tristate "Support for various USB DVB devices"
b4aba241 3 depends on DVB_CORE && USB && I2C && INPUT
776338e1 4 help
d72fa1c9
PB
5 By enabling this you will be able to choose the various supported
6 USB1.1 and USB2.0 DVB devices.
776338e1
JS
7
8 Almost every USB device needs a firmware, please look into
d72fa1c9 9 <file:Documentation/dvb/README.dvb-usb>.
776338e1 10
d72fa1c9
PB
11 For a complete list of supported USB devices see the LinuxTV DVB Wiki:
12 <http://www.linuxtv.org/wiki/index.php/DVB_USB>
13
14 Say Y if you own a USB DVB device.
776338e1
JS
15
16config DVB_USB_DEBUG
17 bool "Enable extended debug support for all DVB-USB devices"
18 depends on DVB_USB
19 help
d72fa1c9 20 Say Y if you want to enable debugging. See modinfo dvb-usb (and the
776338e1
JS
21 appropriate drivers) for debug levels.
22
23config DVB_USB_A800
24 tristate "AVerMedia AverTV DVB-T USB 2.0 (A800)"
25 depends on DVB_USB
22c6d93a 26 select DVB_DIB3000MC
47a9991e 27 select DVB_PLL if !DVB_FE_CUSTOMISE
1398ae1f 28 select MEDIA_TUNER_MT2060 if !MEDIA_TUNER_CUSTOMISE
776338e1
JS
29 help
30 Say Y here to support the AVerMedia AverTV DVB-T USB 2.0 (A800) receiver.
31
32config DVB_USB_DIBUSB_MB
33 tristate "DiBcom USB DVB-T devices (based on the DiB3000M-B) (see help for device list)"
34 depends on DVB_USB
47a9991e 35 select DVB_PLL if !DVB_FE_CUSTOMISE
22c6d93a 36 select DVB_DIB3000MB
1398ae1f 37 select MEDIA_TUNER_MT2060 if !MEDIA_TUNER_CUSTOMISE
776338e1
JS
38 help
39 Support for USB 1.1 and 2.0 DVB-T receivers based on reference designs made by
40 DiBcom (<http://www.dibcom.fr>) equipped with a DiB3000M-B demodulator.
41
4d43e13f
PB
42 For an up-to-date list of devices supported by this driver, have a look
43 on the Linux-DVB Wiki at www.linuxtv.org.
776338e1
JS
44
45 Say Y if you own such a device and want to use it. You should build it as
46 a module.
47
1157020d
MK
48config DVB_USB_DIBUSB_MB_FAULTY
49 bool "Support faulty USB IDs"
50 depends on DVB_USB_DIBUSB_MB
51 help
52 Support for faulty USB IDs due to an invalid EEPROM on some Artec devices.
53
776338e1
JS
54config DVB_USB_DIBUSB_MC
55 tristate "DiBcom USB DVB-T devices (based on the DiB3000M-C/P) (see help for device list)"
56 depends on DVB_USB
22c6d93a 57 select DVB_DIB3000MC
1398ae1f 58 select MEDIA_TUNER_MT2060 if !MEDIA_TUNER_CUSTOMISE
776338e1 59 help
4d43e13f 60 Support for USB2.0 DVB-T receivers based on reference designs made by
776338e1
JS
61 DiBcom (<http://www.dibcom.fr>) equipped with a DiB3000M-C/P demodulator.
62
4d43e13f
PB
63 For an up-to-date list of devices supported by this driver, have a look
64 on the Linux-DVB Wiki at www.linuxtv.org.
65
66 Say Y if you own such a device and want to use it. You should build it as
67 a module.
68
69config DVB_USB_DIB0700
70 tristate "DiBcom DiB0700 USB DVB devices (see help for supported devices)"
71 depends on DVB_USB
1f5b5cf6
MK
72 select DVB_DIB7000P if !DVB_FE_CUSTOMISE
73 select DVB_DIB7000M if !DVB_FE_CUSTOMISE
74 select DVB_DIB3000MC if !DVB_FE_CUSTOMISE
a5884374 75 select DVB_S5H1411 if !DVB_FE_CUSTOMISE
ce904bcb 76 select DVB_LGDT3305 if !DVB_FE_CUSTOMISE
1f5b5cf6 77 select DVB_TUNER_DIB0070 if !DVB_FE_CUSTOMISE
1398ae1f
MCC
78 select MEDIA_TUNER_MT2060 if !MEDIA_TUNER_CUSTOMISE
79 select MEDIA_TUNER_MT2266 if !MEDIA_TUNER_CUSTOMISE
80 select MEDIA_TUNER_XC2028 if !MEDIA_TUNER_CUSTOMISE
81 select MEDIA_TUNER_XC5000 if !MEDIA_TUNER_CUSTOMISE
82 select MEDIA_TUNER_MXL5007T if !MEDIA_TUNER_CUSTOMISE
4d43e13f
PB
83 help
84 Support for USB2.0/1.1 DVB receivers based on the DiB0700 USB bridge. The
85 USB bridge is also present in devices having the DiB7700 DVB-T-USB
86 silicon. This chip can be found in devices offered by Hauppauge,
87 Avermedia and other big and small companies.
88
89 For an up-to-date list of devices supported by this driver, have a look
90 on the Linux-DVB Wiki at www.linuxtv.org.
776338e1
JS
91
92 Say Y if you own such a device and want to use it. You should build it as
93 a module.
94
95config DVB_USB_UMT_010
96 tristate "HanfTek UMT-010 DVB-T USB2.0 support"
97 depends on DVB_USB
47a9991e 98 select DVB_PLL if !DVB_FE_CUSTOMISE
22c6d93a 99 select DVB_DIB3000MC
1398ae1f 100 select MEDIA_TUNER_MT2060 if !MEDIA_TUNER_CUSTOMISE
7c9e34aa 101 select DVB_MT352 if !DVB_FE_CUSTOMISE
776338e1
JS
102 help
103 Say Y here to support the HanfTek UMT-010 USB2.0 stick-sized DVB-T receiver.
104
22c6d93a 105config DVB_USB_CXUSB
36377a19 106 tristate "Conexant USB2.0 hybrid reference design support"
22c6d93a 107 depends on DVB_USB
47a9991e 108 select DVB_PLL if !DVB_FE_CUSTOMISE
102a342b
AQ
109 select DVB_CX22702 if !DVB_FE_CUSTOMISE
110 select DVB_LGDT330X if !DVB_FE_CUSTOMISE
111 select DVB_MT352 if !DVB_FE_CUSTOMISE
112 select DVB_ZL10353 if !DVB_FE_CUSTOMISE
2e06d2ff 113 select DVB_DIB7000P if !DVB_FE_CUSTOMISE
c1bda50f 114 select DVB_LGS8GL5 if !DVB_FE_CUSTOMISE
2e06d2ff 115 select DVB_TUNER_DIB0070 if !DVB_FE_CUSTOMISE
1398ae1f
MCC
116 select MEDIA_TUNER_SIMPLE if !MEDIA_TUNER_CUSTOMISE
117 select MEDIA_TUNER_XC2028 if !MEDIA_TUNER_CUSTOMISE
118 select MEDIA_TUNER_MXL5005S if !MEDIA_TUNER_CUSTOMISE
22c6d93a 119 help
36377a19
MK
120 Say Y here to support the Conexant USB2.0 hybrid reference design.
121 Currently, only DVB and ATSC modes are supported, analog mode
122 shall be added in the future. Devices that require this module:
123
124 Medion MD95700 hybrid USB2.0 device.
125 DViCO FusionHDTV (Bluebird) USB2.0 devices
22c6d93a 126
baa2ed09
MK
127config DVB_USB_M920X
128 tristate "Uli m920x DVB-T USB2.0 support"
5fecd9fd 129 depends on DVB_USB
01cb34db 130 select DVB_MT352 if !DVB_FE_CUSTOMISE
980b59fb 131 select DVB_TDA1004X if !DVB_FE_CUSTOMISE
1398ae1f
MCC
132 select MEDIA_TUNER_QT1010 if !MEDIA_TUNER_CUSTOMISE
133 select MEDIA_TUNER_TDA827X if !MEDIA_TUNER_CUSTOMISE
5fecd9fd
AT
134 help
135 Say Y here to support the MSI Mega Sky 580 USB2.0 DVB-T receiver.
136 Currently, only devices with a product id of
137 "DTV USB MINI" (in cold state) are supported.
138 Firmware required.
139
f0c3a2ca
CL
140config DVB_USB_GL861
141 tristate "Genesys Logic GL861 USB2.0 support"
142 depends on DVB_USB
a9bde1d8 143 select DVB_ZL10353 if !DVB_FE_CUSTOMISE
1398ae1f 144 select MEDIA_TUNER_QT1010 if !MEDIA_TUNER_CUSTOMISE
f0c3a2ca
CL
145 help
146 Say Y here to support the MSI Megasky 580 (55801) DVB-T USB2.0
147 receiver with USB ID 0db0:5581.
148
5decdd27
AP
149config DVB_USB_AU6610
150 tristate "Alcor Micro AU6610 USB2.0 support"
151 depends on DVB_USB
152 select DVB_ZL10353 if !DVB_FE_CUSTOMISE
1398ae1f 153 select MEDIA_TUNER_QT1010 if !MEDIA_TUNER_CUSTOMISE
5decdd27
AP
154 help
155 Say Y here to support the Sigmatek DVB-110 DVB-T USB2.0 receiver.
156
776338e1
JS
157config DVB_USB_DIGITV
158 tristate "Nebula Electronics uDigiTV DVB-T USB2.0 support"
159 depends on DVB_USB
47a9991e 160 select DVB_PLL if !DVB_FE_CUSTOMISE
102a342b
AQ
161 select DVB_NXT6000 if !DVB_FE_CUSTOMISE
162 select DVB_MT352 if !DVB_FE_CUSTOMISE
776338e1
JS
163 help
164 Say Y here to support the Nebula Electronics uDigitV USB2.0 DVB-T receiver.
165
166config DVB_USB_VP7045
3706a4da 167 tristate "TwinhanDTV Alpha/MagicBoxII, DNTV tinyUSB2, Beetle USB2.0 support"
776338e1
JS
168 depends on DVB_USB
169 help
170 Say Y here to support the
3706a4da 171
776338e1 172 TwinhanDTV Alpha (stick) (VP-7045),
3706a4da
PB
173 TwinhanDTV MagicBox II (VP-7046),
174 DigitalNow TinyUSB 2 DVB-t,
175 DigitalRise USB 2.0 Ter (Beetle) and
176 TYPHOON DVB-T USB DRIVE
177
178 DVB-T USB2.0 receivers.
179
180config DVB_USB_VP702X
181 tristate "TwinhanDTV StarBox and clones DVB-S USB2.0 support"
182 depends on DVB_USB
183 help
184 Say Y here to support the
185
186 TwinhanDTV StarBox,
187 DigitalRise USB Starbox and
188 TYPHOON DVB-S USB 2.0 BOX
189
190 DVB-S USB2.0 receivers.
776338e1 191
9bbe076f
AN
192config DVB_USB_GP8PSK
193 tristate "GENPIX 8PSK->USB module support"
194 depends on DVB_USB
195 help
196 Say Y here to support the
197 GENPIX 8psk module
198
199 DVB-S USB2.0 receivers.
200
776338e1
JS
201config DVB_USB_NOVA_T_USB2
202 tristate "Hauppauge WinTV-NOVA-T usb2 DVB-T USB2.0 support"
203 depends on DVB_USB
22c6d93a 204 select DVB_DIB3000MC
47a9991e 205 select DVB_PLL if !DVB_FE_CUSTOMISE
1398ae1f 206 select MEDIA_TUNER_MT2060 if !MEDIA_TUNER_CUSTOMISE
776338e1
JS
207 help
208 Say Y here to support the Hauppauge WinTV-NOVA-T usb2 DVB-T USB2.0 receiver.
209
bc2e3913
PB
210config DVB_USB_TTUSB2
211 tristate "Pinnacle 400e DVB-S USB2.0 support"
212 depends on DVB_USB
213 select DVB_TDA10086 if !DVB_FE_CUSTOMISE
214 select DVB_LNBP21 if !DVB_FE_CUSTOMISE
215 select DVB_TDA826X if !DVB_FE_CUSTOMISE
216 help
217 Say Y here to support the Pinnacle 400e DVB-S USB2.0 receiver. The
218 firmware protocol used by this module is similar to the one used by the
219 old ttusb-driver - that's why the module is called dvb-usb-ttusb2.ko.
220
776338e1 221config DVB_USB_DTT200U
d590f9c2 222 tristate "WideView WT-200U and WT-220U (pen) DVB-T USB2.0 support (Yakumo/Hama/Typhoon/Yuan)"
776338e1
JS
223 depends on DVB_USB
224 help
fb41f5a7 225 Say Y here to support the WideView/Yakumo/Hama/Typhoon/Yuan DVB-T USB2.0 receiver.
776338e1
JS
226
227 The receivers are also known as DTT200U (Yakumo) and UB300 (Yuan).
d590f9c2
PB
228
229 The WT-220U and its clones are pen-sized.
941491f3
MG
230
231config DVB_USB_OPERA1
232 tristate "Opera1 DVB-S USB2.0 receiver"
233 depends on DVB_USB
234 select DVB_STV0299 if !DVB_FE_CUSTOMISE
47a9991e 235 select DVB_PLL if !DVB_FE_CUSTOMISE
941491f3
MG
236 help
237 Say Y here to support the Opera DVB-S USB2.0 receiver.
af4e067e
LO
238
239config DVB_USB_AF9005
240 tristate "Afatech AF9005 DVB-T USB1.1 support"
e62a4209 241 depends on DVB_USB && EXPERIMENTAL
1398ae1f
MCC
242 select MEDIA_TUNER_MT2060 if !MEDIA_TUNER_CUSTOMISE
243 select MEDIA_TUNER_QT1010 if !MEDIA_TUNER_CUSTOMISE
af4e067e
LO
244 help
245 Say Y here to support the Afatech AF9005 based DVB-T USB1.1 receiver
246 and the TerraTec Cinergy T USB XE (Rev.1)
247
248config DVB_USB_AF9005_REMOTE
249 tristate "Afatech AF9005 default remote control support"
250 depends on DVB_USB_AF9005
251 help
252 Say Y here to support the default remote control decoding for the
253 Afatech AF9005 based receiver.
254
7fd4828f 255config DVB_USB_DW2102
4e546768 256 tristate "DvbWorld DVB-S/S2 USB2.0 support"
7fd4828f 257 depends on DVB_USB
7fd4828f 258 select DVB_PLL if !DVB_FE_CUSTOMISE
4e546768 259 select DVB_STV0299 if !DVB_FE_CUSTOMISE
8a4949b7
IL
260 select DVB_STV0288 if !DVB_FE_CUSTOMISE
261 select DVB_STB6000 if !DVB_FE_CUSTOMISE
4e546768 262 select DVB_CX24116 if !DVB_FE_CUSTOMISE
1dc7b76a 263 select DVB_SI21XX if !DVB_FE_CUSTOMISE
7fd4828f 264 help
4e546768
IL
265 Say Y here to support the DvbWorld DVB-S/S2 USB2.0 receivers
266 and the TeVii S650.
7fd4828f 267
bdb6ee32 268config DVB_USB_CINERGY_T2
986bd1e5
TO
269 tristate "Terratec CinergyT2/qanu USB 2.0 DVB-T receiver"
270 depends on DVB_USB
271 help
272 Support for "TerraTec CinergyT2" USB2.0 Highspeed DVB Receivers
273
274 Say Y if you own such a device and want to use it.
275
a51e34dd
AP
276config DVB_USB_ANYSEE
277 tristate "Anysee DVB-T/C USB2.0 support"
278 depends on DVB_USB
9fdd9caf 279 select DVB_PLL if !DVB_FE_CUSTOMISE
a51e34dd
AP
280 select DVB_MT352 if !DVB_FE_CUSTOMISE
281 select DVB_ZL10353 if !DVB_FE_CUSTOMISE
282 select DVB_TDA10023 if !DVB_FE_CUSTOMISE
283 help
284 Say Y here to support the Anysee E30, Anysee E30 Plus or
285 Anysee E30 C Plus DVB USB2.0 receiver.
8466028b
AJ
286
287config DVB_USB_DTV5100
288 tristate "AME DTV-5100 USB2.0 DVB-T support"
289 depends on DVB_USB
e62b4756 290 select DVB_ZL10353 if !DVB_FE_CUSTOMISE
1398ae1f 291 select MEDIA_TUNER_QT1010 if !MEDIA_TUNER_CUSTOMISE
8466028b
AJ
292 help
293 Say Y here to support the AME DTV-5100 USB2.0 DVB-T receiver.
80619de8
AP
294
295config DVB_USB_AF9015
296 tristate "Afatech AF9015 DVB-T USB2.0 support"
297 depends on DVB_USB && EXPERIMENTAL
298 select DVB_AF9013
299 select DVB_PLL if !DVB_FE_CUSTOMISE
1398ae1f
MCC
300 select MEDIA_TUNER_MT2060 if !MEDIA_TUNER_CUSTOMISE
301 select MEDIA_TUNER_QT1010 if !MEDIA_TUNER_CUSTOMISE
302 select MEDIA_TUNER_TDA18271 if !MEDIA_TUNER_CUSTOMISE
303 select MEDIA_TUNER_MXL5005S if !MEDIA_TUNER_CUSTOMISE
d5633998 304 select MEDIA_TUNER_MC44S803 if !MEDIA_TUNER_CUSTOMISE
80619de8
AP
305 help
306 Say Y here to support the Afatech AF9015 based DVB-T USB2.0 receiver
eebb876b
AP
307
308config DVB_USB_CE6230
309 tristate "Intel CE6230 DVB-T USB2.0 support"
310 depends on DVB_USB && EXPERIMENTAL
311 select DVB_ZL10353
fedd73cc 312 select MEDIA_TUNER_MXL5005S if !MEDIA_TUNER_CUSTOMISE
eebb876b
AP
313 help
314 Say Y here to support the Intel CE6230 DVB-T USB2.0 receiver