blob: bee1bf3c9db174f6e56d161431beadac2ca4e2ba [file] [log] [blame]
Johannes Stezenbach776338e2005-06-23 22:02:35 -07001config DVB_USB
2 tristate "Support for various USB DVB devices"
Ingo Molnarb4aba242008-05-20 08:02:33 -03003 depends on DVB_CORE && USB && I2C && INPUT
Mauro Carvalho Chehab755a18b2008-05-06 14:09:01 -03004 depends on HOTPLUG # due to FW_LOADER
Johannes Stezenbach776338e2005-06-23 22:02:35 -07005 select FW_LOADER
6 help
Patrick Boettcherd72fa1c2005-07-07 17:58:20 -07007 By enabling this you will be able to choose the various supported
8 USB1.1 and USB2.0 DVB devices.
Johannes Stezenbach776338e2005-06-23 22:02:35 -07009
10 Almost every USB device needs a firmware, please look into
Patrick Boettcherd72fa1c2005-07-07 17:58:20 -070011 <file:Documentation/dvb/README.dvb-usb>.
Johannes Stezenbach776338e2005-06-23 22:02:35 -070012
Patrick Boettcherd72fa1c2005-07-07 17:58:20 -070013 For a complete list of supported USB devices see the LinuxTV DVB Wiki:
14 <http://www.linuxtv.org/wiki/index.php/DVB_USB>
15
16 Say Y if you own a USB DVB device.
Johannes Stezenbach776338e2005-06-23 22:02:35 -070017
18config DVB_USB_DEBUG
19 bool "Enable extended debug support for all DVB-USB devices"
20 depends on DVB_USB
21 help
Patrick Boettcherd72fa1c2005-07-07 17:58:20 -070022 Say Y if you want to enable debugging. See modinfo dvb-usb (and the
Johannes Stezenbach776338e2005-06-23 22:02:35 -070023 appropriate drivers) for debug levels.
24
25config DVB_USB_A800
26 tristate "AVerMedia AverTV DVB-T USB 2.0 (A800)"
27 depends on DVB_USB
Patrick Boettcher22c6d932005-07-07 17:58:10 -070028 select DVB_DIB3000MC
Mauro Carvalho Chehab149ef722008-04-29 21:38:46 -030029 select MEDIA_TUNER_MT2060 if !DVB_FE_CUSTOMISE
Michael Krufky47a99912007-06-12 16:10:51 -030030 select DVB_PLL if !DVB_FE_CUSTOMISE
Johannes Stezenbach776338e2005-06-23 22:02:35 -070031 help
32 Say Y here to support the AVerMedia AverTV DVB-T USB 2.0 (A800) receiver.
33
34config DVB_USB_DIBUSB_MB
35 tristate "DiBcom USB DVB-T devices (based on the DiB3000M-B) (see help for device list)"
36 depends on DVB_USB
Michael Krufky47a99912007-06-12 16:10:51 -030037 select DVB_PLL if !DVB_FE_CUSTOMISE
Patrick Boettcher22c6d932005-07-07 17:58:10 -070038 select DVB_DIB3000MB
Mauro Carvalho Chehab149ef722008-04-29 21:38:46 -030039 select MEDIA_TUNER_MT2060 if !DVB_FE_CUSTOMISE
Johannes Stezenbach776338e2005-06-23 22:02:35 -070040 help
41 Support for USB 1.1 and 2.0 DVB-T receivers based on reference designs made by
42 DiBcom (<http://www.dibcom.fr>) equipped with a DiB3000M-B demodulator.
43
Patrick Boettcher4d43e132006-09-30 06:53:48 -030044 For an up-to-date list of devices supported by this driver, have a look
45 on the Linux-DVB Wiki at www.linuxtv.org.
Johannes Stezenbach776338e2005-06-23 22:02:35 -070046
47 Say Y if you own such a device and want to use it. You should build it as
48 a module.
49
Marc Koschewski11570202006-01-09 18:21:36 -020050config DVB_USB_DIBUSB_MB_FAULTY
51 bool "Support faulty USB IDs"
52 depends on DVB_USB_DIBUSB_MB
53 help
54 Support for faulty USB IDs due to an invalid EEPROM on some Artec devices.
55
Johannes Stezenbach776338e2005-06-23 22:02:35 -070056config DVB_USB_DIBUSB_MC
57 tristate "DiBcom USB DVB-T devices (based on the DiB3000M-C/P) (see help for device list)"
58 depends on DVB_USB
Patrick Boettcher22c6d932005-07-07 17:58:10 -070059 select DVB_DIB3000MC
Mauro Carvalho Chehab149ef722008-04-29 21:38:46 -030060 select MEDIA_TUNER_MT2060 if !DVB_FE_CUSTOMISE
Johannes Stezenbach776338e2005-06-23 22:02:35 -070061 help
Patrick Boettcher4d43e132006-09-30 06:53:48 -030062 Support for USB2.0 DVB-T receivers based on reference designs made by
Johannes Stezenbach776338e2005-06-23 22:02:35 -070063 DiBcom (<http://www.dibcom.fr>) equipped with a DiB3000M-C/P demodulator.
64
Patrick Boettcher4d43e132006-09-30 06:53:48 -030065 For an up-to-date list of devices supported by this driver, have a look
66 on the Linux-DVB Wiki at www.linuxtv.org.
67
68 Say Y if you own such a device and want to use it. You should build it as
69 a module.
70
71config DVB_USB_DIB0700
72 tristate "DiBcom DiB0700 USB DVB devices (see help for supported devices)"
73 depends on DVB_USB
Patrick Boettchera75763f2006-10-18 08:34:16 -030074 select DVB_DIB7000P
Patrick Boettcher91bb9be2006-12-02 21:15:51 -020075 select DVB_DIB7000M
Patrick Boettcher5bc63602006-09-19 12:51:46 -030076 select DVB_DIB3000MC
Mauro Carvalho Chehab149ef722008-04-29 21:38:46 -030077 select MEDIA_TUNER_MT2060 if !DVB_FE_CUSTOMISE
78 select MEDIA_TUNER_MT2266 if !DVB_FE_CUSTOMISE
Patrick Boettcher01373a52007-07-30 12:49:04 -030079 select DVB_TUNER_DIB0070
Patrick Boettcher4d43e132006-09-30 06:53:48 -030080 help
81 Support for USB2.0/1.1 DVB receivers based on the DiB0700 USB bridge. The
82 USB bridge is also present in devices having the DiB7700 DVB-T-USB
83 silicon. This chip can be found in devices offered by Hauppauge,
84 Avermedia and other big and small companies.
85
86 For an up-to-date list of devices supported by this driver, have a look
87 on the Linux-DVB Wiki at www.linuxtv.org.
Johannes Stezenbach776338e2005-06-23 22:02:35 -070088
89 Say Y if you own such a device and want to use it. You should build it as
90 a module.
91
92config DVB_USB_UMT_010
93 tristate "HanfTek UMT-010 DVB-T USB2.0 support"
94 depends on DVB_USB
Michael Krufky47a99912007-06-12 16:10:51 -030095 select DVB_PLL if !DVB_FE_CUSTOMISE
Patrick Boettcher22c6d932005-07-07 17:58:10 -070096 select DVB_DIB3000MC
Mauro Carvalho Chehab149ef722008-04-29 21:38:46 -030097 select MEDIA_TUNER_MT2060 if !DVB_FE_CUSTOMISE
Johannes Stezenbach776338e2005-06-23 22:02:35 -070098 help
99 Say Y here to support the HanfTek UMT-010 USB2.0 stick-sized DVB-T receiver.
100
Patrick Boettcher22c6d932005-07-07 17:58:10 -0700101config DVB_USB_CXUSB
Michael Krufky36377a12006-02-07 06:25:47 -0200102 tristate "Conexant USB2.0 hybrid reference design support"
Patrick Boettcher22c6d932005-07-07 17:58:10 -0700103 depends on DVB_USB
Michael Krufky47a99912007-06-12 16:10:51 -0300104 select DVB_PLL if !DVB_FE_CUSTOMISE
Andrew de Quincey102a3422006-08-08 09:10:08 -0300105 select DVB_CX22702 if !DVB_FE_CUSTOMISE
106 select DVB_LGDT330X if !DVB_FE_CUSTOMISE
107 select DVB_MT352 if !DVB_FE_CUSTOMISE
108 select DVB_ZL10353 if !DVB_FE_CUSTOMISE
Mauro Carvalho Chehab149ef722008-04-29 21:38:46 -0300109 select MEDIA_TUNER_SIMPLE if !DVB_FE_CUSTOMISE
Patrick Boettcher22c6d932005-07-07 17:58:10 -0700110 help
Michael Krufky36377a12006-02-07 06:25:47 -0200111 Say Y here to support the Conexant USB2.0 hybrid reference design.
112 Currently, only DVB and ATSC modes are supported, analog mode
113 shall be added in the future. Devices that require this module:
114
115 Medion MD95700 hybrid USB2.0 device.
116 DViCO FusionHDTV (Bluebird) USB2.0 devices
Patrick Boettcher22c6d932005-07-07 17:58:10 -0700117
Michael Krufkybaa2ed02006-09-23 20:01:29 -0300118config DVB_USB_M920X
119 tristate "Uli m920x DVB-T USB2.0 support"
Aapo Tahkola5fecd9f2006-09-23 20:00:41 -0300120 depends on DVB_USB
Michael Krufky01cb34d2006-09-23 20:01:29 -0300121 select DVB_MT352 if !DVB_FE_CUSTOMISE
Mauro Carvalho Chehab149ef722008-04-29 21:38:46 -0300122 select MEDIA_TUNER_QT1010 if !DVB_FE_CUSTOMISE
Mauro Carvalho Chehab03a0ea12008-06-18 09:27:21 -0300123 select MEDIA_TUNER_TDA827X if !DVB_FE_CUSTOMISE
Aapo Tahkola5fecd9f2006-09-23 20:00:41 -0300124 help
125 Say Y here to support the MSI Mega Sky 580 USB2.0 DVB-T receiver.
126 Currently, only devices with a product id of
127 "DTV USB MINI" (in cold state) are supported.
128 Firmware required.
129
Carl Lundqvistf0c3a2c2006-10-03 17:09:30 -0300130config DVB_USB_GL861
131 tristate "Genesys Logic GL861 USB2.0 support"
132 depends on DVB_USB
Michael Krufkya9bde1d2006-10-03 17:12:55 -0300133 select DVB_ZL10353 if !DVB_FE_CUSTOMISE
Mauro Carvalho Chehab149ef722008-04-29 21:38:46 -0300134 select MEDIA_TUNER_QT1010 if !DVB_FE_CUSTOMISE
Carl Lundqvistf0c3a2c2006-10-03 17:09:30 -0300135 help
136 Say Y here to support the MSI Megasky 580 (55801) DVB-T USB2.0
137 receiver with USB ID 0db0:5581.
138
Antti Palosaari5decdd22006-11-05 16:05:38 -0300139config DVB_USB_AU6610
140 tristate "Alcor Micro AU6610 USB2.0 support"
141 depends on DVB_USB
142 select DVB_ZL10353 if !DVB_FE_CUSTOMISE
Mauro Carvalho Chehab149ef722008-04-29 21:38:46 -0300143 select MEDIA_TUNER_QT1010 if !DVB_FE_CUSTOMISE
Antti Palosaari5decdd22006-11-05 16:05:38 -0300144 help
145 Say Y here to support the Sigmatek DVB-110 DVB-T USB2.0 receiver.
146
Johannes Stezenbach776338e2005-06-23 22:02:35 -0700147config DVB_USB_DIGITV
148 tristate "Nebula Electronics uDigiTV DVB-T USB2.0 support"
149 depends on DVB_USB
Michael Krufky47a99912007-06-12 16:10:51 -0300150 select DVB_PLL if !DVB_FE_CUSTOMISE
Andrew de Quincey102a3422006-08-08 09:10:08 -0300151 select DVB_NXT6000 if !DVB_FE_CUSTOMISE
152 select DVB_MT352 if !DVB_FE_CUSTOMISE
Johannes Stezenbach776338e2005-06-23 22:02:35 -0700153 help
154 Say Y here to support the Nebula Electronics uDigitV USB2.0 DVB-T receiver.
155
156config DVB_USB_VP7045
Patrick Boettcher3706a4d2005-09-09 13:02:41 -0700157 tristate "TwinhanDTV Alpha/MagicBoxII, DNTV tinyUSB2, Beetle USB2.0 support"
Johannes Stezenbach776338e2005-06-23 22:02:35 -0700158 depends on DVB_USB
159 help
160 Say Y here to support the
Patrick Boettcher3706a4d2005-09-09 13:02:41 -0700161
Johannes Stezenbach776338e2005-06-23 22:02:35 -0700162 TwinhanDTV Alpha (stick) (VP-7045),
Patrick Boettcher3706a4d2005-09-09 13:02:41 -0700163 TwinhanDTV MagicBox II (VP-7046),
164 DigitalNow TinyUSB 2 DVB-t,
165 DigitalRise USB 2.0 Ter (Beetle) and
166 TYPHOON DVB-T USB DRIVE
167
168 DVB-T USB2.0 receivers.
169
170config DVB_USB_VP702X
171 tristate "TwinhanDTV StarBox and clones DVB-S USB2.0 support"
172 depends on DVB_USB
173 help
174 Say Y here to support the
175
176 TwinhanDTV StarBox,
177 DigitalRise USB Starbox and
178 TYPHOON DVB-S USB 2.0 BOX
179
180 DVB-S USB2.0 receivers.
Johannes Stezenbach776338e2005-06-23 22:02:35 -0700181
Alan Nisota9bbe0762006-05-14 13:23:56 -0300182config DVB_USB_GP8PSK
183 tristate "GENPIX 8PSK->USB module support"
184 depends on DVB_USB
185 help
186 Say Y here to support the
187 GENPIX 8psk module
188
189 DVB-S USB2.0 receivers.
190
Johannes Stezenbach776338e2005-06-23 22:02:35 -0700191config DVB_USB_NOVA_T_USB2
192 tristate "Hauppauge WinTV-NOVA-T usb2 DVB-T USB2.0 support"
193 depends on DVB_USB
Patrick Boettcher22c6d932005-07-07 17:58:10 -0700194 select DVB_DIB3000MC
Mauro Carvalho Chehab149ef722008-04-29 21:38:46 -0300195 select MEDIA_TUNER_MT2060 if !DVB_FE_CUSTOMISE
Michael Krufky47a99912007-06-12 16:10:51 -0300196 select DVB_PLL if !DVB_FE_CUSTOMISE
Johannes Stezenbach776338e2005-06-23 22:02:35 -0700197 help
198 Say Y here to support the Hauppauge WinTV-NOVA-T usb2 DVB-T USB2.0 receiver.
199
Patrick Boettcherbc2e3912006-12-02 21:16:04 -0200200config DVB_USB_TTUSB2
201 tristate "Pinnacle 400e DVB-S USB2.0 support"
202 depends on DVB_USB
203 select DVB_TDA10086 if !DVB_FE_CUSTOMISE
204 select DVB_LNBP21 if !DVB_FE_CUSTOMISE
205 select DVB_TDA826X if !DVB_FE_CUSTOMISE
206 help
207 Say Y here to support the Pinnacle 400e DVB-S USB2.0 receiver. The
208 firmware protocol used by this module is similar to the one used by the
209 old ttusb-driver - that's why the module is called dvb-usb-ttusb2.ko.
210
Johannes Stezenbach776338e2005-06-23 22:02:35 -0700211config DVB_USB_DTT200U
Patrick Boettcherd590f9c2005-07-07 17:58:33 -0700212 tristate "WideView WT-200U and WT-220U (pen) DVB-T USB2.0 support (Yakumo/Hama/Typhoon/Yuan)"
Johannes Stezenbach776338e2005-06-23 22:02:35 -0700213 depends on DVB_USB
214 help
Patrick Boettcherfb41f5a2005-07-07 17:58:23 -0700215 Say Y here to support the WideView/Yakumo/Hama/Typhoon/Yuan DVB-T USB2.0 receiver.
Johannes Stezenbach776338e2005-06-23 22:02:35 -0700216
217 The receivers are also known as DTT200U (Yakumo) and UB300 (Yuan).
Patrick Boettcherd590f9c2005-07-07 17:58:33 -0700218
219 The WT-220U and its clones are pen-sized.
Marco Gittler941491f2007-04-19 11:26:47 -0300220
221config DVB_USB_OPERA1
222 tristate "Opera1 DVB-S USB2.0 receiver"
223 depends on DVB_USB
224 select DVB_STV0299 if !DVB_FE_CUSTOMISE
Michael Krufky47a99912007-06-12 16:10:51 -0300225 select DVB_PLL if !DVB_FE_CUSTOMISE
Marco Gittler941491f2007-04-19 11:26:47 -0300226 help
227 Say Y here to support the Opera DVB-S USB2.0 receiver.
Luca Olivettiaf4e0672007-05-07 15:19:32 -0300228
229config DVB_USB_AF9005
230 tristate "Afatech AF9005 DVB-T USB1.1 support"
Luca Olivettie62a4202007-05-07 16:57:57 -0300231 depends on DVB_USB && EXPERIMENTAL
Mauro Carvalho Chehab149ef722008-04-29 21:38:46 -0300232 select MEDIA_TUNER_MT2060 if !DVB_FE_CUSTOMISE
233 select MEDIA_TUNER_QT1010 if !DVB_FE_CUSTOMISE
Luca Olivettiaf4e0672007-05-07 15:19:32 -0300234 help
235 Say Y here to support the Afatech AF9005 based DVB-T USB1.1 receiver
236 and the TerraTec Cinergy T USB XE (Rev.1)
237
238config DVB_USB_AF9005_REMOTE
239 tristate "Afatech AF9005 default remote control support"
240 depends on DVB_USB_AF9005
241 help
242 Say Y here to support the default remote control decoding for the
243 Afatech AF9005 based receiver.
244
Antti Palosaaria51e34d2008-05-17 23:05:48 -0300245config DVB_USB_ANYSEE
246 tristate "Anysee DVB-T/C USB2.0 support"
247 depends on DVB_USB
Antti Palosaari9fdd9ca2008-06-11 11:43:19 -0300248 select DVB_PLL if !DVB_FE_CUSTOMISE
Antti Palosaaria51e34d2008-05-17 23:05:48 -0300249 select DVB_MT352 if !DVB_FE_CUSTOMISE
250 select DVB_ZL10353 if !DVB_FE_CUSTOMISE
251 select DVB_TDA10023 if !DVB_FE_CUSTOMISE
252 help
253 Say Y here to support the Anysee E30, Anysee E30 Plus or
254 Anysee E30 C Plus DVB USB2.0 receiver.