blob: ccbd39a38c4607817d12553d2860a7a5817b851e [file] [log] [blame]
Johannes Stezenbach776338e2005-06-23 22:02:35 -07001config DVB_USB
2 tristate "Support for various USB DVB devices"
Mauro Carvalho Chehab6bda9642010-11-17 13:28:38 -03003 depends on DVB_CORE && USB && I2C && RC_CORE
Johannes Stezenbach776338e2005-06-23 22:02:35 -07004 help
Patrick Boettcherd72fa1c2005-07-07 17:58:20 -07005 By enabling this you will be able to choose the various supported
6 USB1.1 and USB2.0 DVB devices.
Johannes Stezenbach776338e2005-06-23 22:02:35 -07007
8 Almost every USB device needs a firmware, please look into
Patrick Boettcherd72fa1c2005-07-07 17:58:20 -07009 <file:Documentation/dvb/README.dvb-usb>.
Johannes Stezenbach776338e2005-06-23 22:02:35 -070010
Patrick Boettcherd72fa1c2005-07-07 17:58:20 -070011 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.
Johannes Stezenbach776338e2005-06-23 22:02:35 -070015
16config DVB_USB_DEBUG
17 bool "Enable extended debug support for all DVB-USB devices"
18 depends on DVB_USB
19 help
Patrick Boettcherd72fa1c2005-07-07 17:58:20 -070020 Say Y if you want to enable debugging. See modinfo dvb-usb (and the
Johannes Stezenbach776338e2005-06-23 22:02:35 -070021 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
Patrick Boettcher22c6d932005-07-07 17:58:10 -070026 select DVB_DIB3000MC
Michael Krufky47a99912007-06-12 16:10:51 -030027 select DVB_PLL if !DVB_FE_CUSTOMISE
Mauro Carvalho Chehab1398ae12009-03-20 19:33:59 -030028 select MEDIA_TUNER_MT2060 if !MEDIA_TUNER_CUSTOMISE
Johannes Stezenbach776338e2005-06-23 22:02:35 -070029 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
Michael Krufky47a99912007-06-12 16:10:51 -030035 select DVB_PLL if !DVB_FE_CUSTOMISE
Patrick Boettcher22c6d932005-07-07 17:58:10 -070036 select DVB_DIB3000MB
Mauro Carvalho Chehab1398ae12009-03-20 19:33:59 -030037 select MEDIA_TUNER_MT2060 if !MEDIA_TUNER_CUSTOMISE
Johannes Stezenbach776338e2005-06-23 22:02:35 -070038 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
Patrick Boettcher4d43e132006-09-30 06:53:48 -030042 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.
Johannes Stezenbach776338e2005-06-23 22:02:35 -070044
45 Say Y if you own such a device and want to use it. You should build it as
46 a module.
47
Marc Koschewski11570202006-01-09 18:21:36 -020048config 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
Johannes Stezenbach776338e2005-06-23 22:02:35 -070054config 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
Patrick Boettcher22c6d932005-07-07 17:58:10 -070057 select DVB_DIB3000MC
Mauro Carvalho Chehab1398ae12009-03-20 19:33:59 -030058 select MEDIA_TUNER_MT2060 if !MEDIA_TUNER_CUSTOMISE
Johannes Stezenbach776338e2005-06-23 22:02:35 -070059 help
Patrick Boettcher4d43e132006-09-30 06:53:48 -030060 Support for USB2.0 DVB-T receivers based on reference designs made by
Johannes Stezenbach776338e2005-06-23 22:02:35 -070061 DiBcom (<http://www.dibcom.fr>) equipped with a DiB3000M-C/P demodulator.
62
Patrick Boettcher4d43e132006-09-30 06:53:48 -030063 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
Michael Krufky1f5b5cf2009-03-10 01:21:14 -030072 select DVB_DIB7000P if !DVB_FE_CUSTOMISE
73 select DVB_DIB7000M if !DVB_FE_CUSTOMISE
Patrick Boettcher77e2c0f2009-08-17 07:01:10 -030074 select DVB_DIB8000 if !DVB_FE_CUSTOMISE
Michael Krufky1f5b5cf2009-03-10 01:21:14 -030075 select DVB_DIB3000MC if !DVB_FE_CUSTOMISE
Devin Heitmuellera5884372008-09-25 06:21:11 -030076 select DVB_S5H1411 if !DVB_FE_CUSTOMISE
Michael Krufkyce904bc2009-01-19 01:12:55 -030077 select DVB_LGDT3305 if !DVB_FE_CUSTOMISE
Michael Krufky2b5d9942009-09-27 19:11:34 -030078 select DVB_TUNER_DIB0070 if !DVB_FE_CUSTOMISE
Ben Hutchingse245b0b2010-05-15 13:45:58 -030079 select DVB_TUNER_DIB0090 if !DVB_FE_CUSTOMISE
Mauro Carvalho Chehab1398ae12009-03-20 19:33:59 -030080 select MEDIA_TUNER_MT2060 if !MEDIA_TUNER_CUSTOMISE
81 select MEDIA_TUNER_MT2266 if !MEDIA_TUNER_CUSTOMISE
82 select MEDIA_TUNER_XC2028 if !MEDIA_TUNER_CUSTOMISE
83 select MEDIA_TUNER_XC5000 if !MEDIA_TUNER_CUSTOMISE
84 select MEDIA_TUNER_MXL5007T if !MEDIA_TUNER_CUSTOMISE
Patrick Boettcher4d43e132006-09-30 06:53:48 -030085 help
86 Support for USB2.0/1.1 DVB receivers based on the DiB0700 USB bridge. The
87 USB bridge is also present in devices having the DiB7700 DVB-T-USB
88 silicon. This chip can be found in devices offered by Hauppauge,
89 Avermedia and other big and small companies.
90
91 For an up-to-date list of devices supported by this driver, have a look
Patrick Boettcher77e2c0f2009-08-17 07:01:10 -030092 on the LinuxTV Wiki at www.linuxtv.org.
Johannes Stezenbach776338e2005-06-23 22:02:35 -070093
94 Say Y if you own such a device and want to use it. You should build it as
95 a module.
96
97config DVB_USB_UMT_010
98 tristate "HanfTek UMT-010 DVB-T USB2.0 support"
99 depends on DVB_USB
Michael Krufky47a99912007-06-12 16:10:51 -0300100 select DVB_PLL if !DVB_FE_CUSTOMISE
Patrick Boettcher22c6d932005-07-07 17:58:10 -0700101 select DVB_DIB3000MC
Mauro Carvalho Chehab1398ae12009-03-20 19:33:59 -0300102 select MEDIA_TUNER_MT2060 if !MEDIA_TUNER_CUSTOMISE
Mauro Carvalho Chehab7c9e34a2009-03-08 13:11:31 -0300103 select DVB_MT352 if !DVB_FE_CUSTOMISE
Johannes Stezenbach776338e2005-06-23 22:02:35 -0700104 help
105 Say Y here to support the HanfTek UMT-010 USB2.0 stick-sized DVB-T receiver.
106
Patrick Boettcher22c6d932005-07-07 17:58:10 -0700107config DVB_USB_CXUSB
Michael Krufky36377a12006-02-07 06:25:47 -0200108 tristate "Conexant USB2.0 hybrid reference design support"
Patrick Boettcher22c6d932005-07-07 17:58:10 -0700109 depends on DVB_USB
Michael Krufky47a99912007-06-12 16:10:51 -0300110 select DVB_PLL if !DVB_FE_CUSTOMISE
Andrew de Quincey102a3422006-08-08 09:10:08 -0300111 select DVB_CX22702 if !DVB_FE_CUSTOMISE
112 select DVB_LGDT330X if !DVB_FE_CUSTOMISE
113 select DVB_MT352 if !DVB_FE_CUSTOMISE
114 select DVB_ZL10353 if !DVB_FE_CUSTOMISE
Michael Krufky2e06d2f2008-08-09 14:21:58 -0300115 select DVB_DIB7000P if !DVB_FE_CUSTOMISE
116 select DVB_TUNER_DIB0070 if !DVB_FE_CUSTOMISE
Ben Hutchingsfc4a7f92010-02-10 23:57:17 -0300117 select DVB_ATBM8830 if !DVB_FE_CUSTOMISE
118 select DVB_LGS8GXX if !DVB_FE_CUSTOMISE
Mauro Carvalho Chehab1398ae12009-03-20 19:33:59 -0300119 select MEDIA_TUNER_SIMPLE if !MEDIA_TUNER_CUSTOMISE
120 select MEDIA_TUNER_XC2028 if !MEDIA_TUNER_CUSTOMISE
121 select MEDIA_TUNER_MXL5005S if !MEDIA_TUNER_CUSTOMISE
Ben Hutchingsfc4a7f92010-02-10 23:57:17 -0300122 select MEDIA_TUNER_MAX2165 if !MEDIA_TUNER_CUSTOMISE
Patrick Boettcher22c6d932005-07-07 17:58:10 -0700123 help
Michael Krufky36377a12006-02-07 06:25:47 -0200124 Say Y here to support the Conexant USB2.0 hybrid reference design.
125 Currently, only DVB and ATSC modes are supported, analog mode
126 shall be added in the future. Devices that require this module:
127
128 Medion MD95700 hybrid USB2.0 device.
129 DViCO FusionHDTV (Bluebird) USB2.0 devices
Patrick Boettcher22c6d932005-07-07 17:58:10 -0700130
Michael Krufkybaa2ed02006-09-23 20:01:29 -0300131config DVB_USB_M920X
132 tristate "Uli m920x DVB-T USB2.0 support"
Aapo Tahkola5fecd9f2006-09-23 20:00:41 -0300133 depends on DVB_USB
Michael Krufky01cb34d2006-09-23 20:01:29 -0300134 select DVB_MT352 if !DVB_FE_CUSTOMISE
Mauro Carvalho Chehab980b59f2008-06-18 16:23:52 -0300135 select DVB_TDA1004X if !DVB_FE_CUSTOMISE
Mauro Carvalho Chehab1398ae12009-03-20 19:33:59 -0300136 select MEDIA_TUNER_QT1010 if !MEDIA_TUNER_CUSTOMISE
137 select MEDIA_TUNER_TDA827X if !MEDIA_TUNER_CUSTOMISE
Ben Hutchings59fd08a2010-05-15 13:46:16 -0300138 select MEDIA_TUNER_SIMPLE if !MEDIA_TUNER_CUSTOMISE
Aapo Tahkola5fecd9f2006-09-23 20:00:41 -0300139 help
140 Say Y here to support the MSI Mega Sky 580 USB2.0 DVB-T receiver.
141 Currently, only devices with a product id of
142 "DTV USB MINI" (in cold state) are supported.
143 Firmware required.
144
Carl Lundqvistf0c3a2c2006-10-03 17:09:30 -0300145config DVB_USB_GL861
146 tristate "Genesys Logic GL861 USB2.0 support"
147 depends on DVB_USB
Michael Krufkya9bde1d2006-10-03 17:12:55 -0300148 select DVB_ZL10353 if !DVB_FE_CUSTOMISE
Mauro Carvalho Chehab1398ae12009-03-20 19:33:59 -0300149 select MEDIA_TUNER_QT1010 if !MEDIA_TUNER_CUSTOMISE
Carl Lundqvistf0c3a2c2006-10-03 17:09:30 -0300150 help
151 Say Y here to support the MSI Megasky 580 (55801) DVB-T USB2.0
152 receiver with USB ID 0db0:5581.
153
Antti Palosaari5decdd22006-11-05 16:05:38 -0300154config DVB_USB_AU6610
155 tristate "Alcor Micro AU6610 USB2.0 support"
156 depends on DVB_USB
157 select DVB_ZL10353 if !DVB_FE_CUSTOMISE
Mauro Carvalho Chehab1398ae12009-03-20 19:33:59 -0300158 select MEDIA_TUNER_QT1010 if !MEDIA_TUNER_CUSTOMISE
Antti Palosaari5decdd22006-11-05 16:05:38 -0300159 help
160 Say Y here to support the Sigmatek DVB-110 DVB-T USB2.0 receiver.
161
Johannes Stezenbach776338e2005-06-23 22:02:35 -0700162config DVB_USB_DIGITV
163 tristate "Nebula Electronics uDigiTV DVB-T USB2.0 support"
164 depends on DVB_USB
Michael Krufky47a99912007-06-12 16:10:51 -0300165 select DVB_PLL if !DVB_FE_CUSTOMISE
Andrew de Quincey102a3422006-08-08 09:10:08 -0300166 select DVB_NXT6000 if !DVB_FE_CUSTOMISE
167 select DVB_MT352 if !DVB_FE_CUSTOMISE
Johannes Stezenbach776338e2005-06-23 22:02:35 -0700168 help
169 Say Y here to support the Nebula Electronics uDigitV USB2.0 DVB-T receiver.
170
171config DVB_USB_VP7045
Patrick Boettcher3706a4d2005-09-09 13:02:41 -0700172 tristate "TwinhanDTV Alpha/MagicBoxII, DNTV tinyUSB2, Beetle USB2.0 support"
Johannes Stezenbach776338e2005-06-23 22:02:35 -0700173 depends on DVB_USB
174 help
175 Say Y here to support the
Patrick Boettcher3706a4d2005-09-09 13:02:41 -0700176
Johannes Stezenbach776338e2005-06-23 22:02:35 -0700177 TwinhanDTV Alpha (stick) (VP-7045),
Patrick Boettcher3706a4d2005-09-09 13:02:41 -0700178 TwinhanDTV MagicBox II (VP-7046),
179 DigitalNow TinyUSB 2 DVB-t,
180 DigitalRise USB 2.0 Ter (Beetle) and
181 TYPHOON DVB-T USB DRIVE
182
183 DVB-T USB2.0 receivers.
184
185config DVB_USB_VP702X
186 tristate "TwinhanDTV StarBox and clones DVB-S USB2.0 support"
187 depends on DVB_USB
188 help
189 Say Y here to support the
190
191 TwinhanDTV StarBox,
192 DigitalRise USB Starbox and
193 TYPHOON DVB-S USB 2.0 BOX
194
195 DVB-S USB2.0 receivers.
Johannes Stezenbach776338e2005-06-23 22:02:35 -0700196
Alan Nisota9bbe0762006-05-14 13:23:56 -0300197config DVB_USB_GP8PSK
198 tristate "GENPIX 8PSK->USB module support"
199 depends on DVB_USB
200 help
201 Say Y here to support the
202 GENPIX 8psk module
203
204 DVB-S USB2.0 receivers.
205
Johannes Stezenbach776338e2005-06-23 22:02:35 -0700206config DVB_USB_NOVA_T_USB2
207 tristate "Hauppauge WinTV-NOVA-T usb2 DVB-T USB2.0 support"
208 depends on DVB_USB
Patrick Boettcher22c6d932005-07-07 17:58:10 -0700209 select DVB_DIB3000MC
Michael Krufky47a99912007-06-12 16:10:51 -0300210 select DVB_PLL if !DVB_FE_CUSTOMISE
Mauro Carvalho Chehab1398ae12009-03-20 19:33:59 -0300211 select MEDIA_TUNER_MT2060 if !MEDIA_TUNER_CUSTOMISE
Johannes Stezenbach776338e2005-06-23 22:02:35 -0700212 help
213 Say Y here to support the Hauppauge WinTV-NOVA-T usb2 DVB-T USB2.0 receiver.
214
Patrick Boettcherbc2e39132006-12-02 21:16:04 -0200215config DVB_USB_TTUSB2
216 tristate "Pinnacle 400e DVB-S USB2.0 support"
217 depends on DVB_USB
218 select DVB_TDA10086 if !DVB_FE_CUSTOMISE
219 select DVB_LNBP21 if !DVB_FE_CUSTOMISE
220 select DVB_TDA826X if !DVB_FE_CUSTOMISE
221 help
222 Say Y here to support the Pinnacle 400e DVB-S USB2.0 receiver. The
223 firmware protocol used by this module is similar to the one used by the
Pavel Machek4737f092009-06-05 00:44:53 +0200224 old ttusb-driver - that's why the module is called dvb-usb-ttusb2.
Patrick Boettcherbc2e39132006-12-02 21:16:04 -0200225
Johannes Stezenbach776338e2005-06-23 22:02:35 -0700226config DVB_USB_DTT200U
Patrick Boettcherd590f9c2005-07-07 17:58:33 -0700227 tristate "WideView WT-200U and WT-220U (pen) DVB-T USB2.0 support (Yakumo/Hama/Typhoon/Yuan)"
Johannes Stezenbach776338e2005-06-23 22:02:35 -0700228 depends on DVB_USB
229 help
Patrick Boettcherfb41f5a2005-07-07 17:58:23 -0700230 Say Y here to support the WideView/Yakumo/Hama/Typhoon/Yuan DVB-T USB2.0 receiver.
Johannes Stezenbach776338e2005-06-23 22:02:35 -0700231
232 The receivers are also known as DTT200U (Yakumo) and UB300 (Yuan).
Patrick Boettcherd590f9c2005-07-07 17:58:33 -0700233
234 The WT-220U and its clones are pen-sized.
Marco Gittler941491f2007-04-19 11:26:47 -0300235
236config DVB_USB_OPERA1
237 tristate "Opera1 DVB-S USB2.0 receiver"
238 depends on DVB_USB
239 select DVB_STV0299 if !DVB_FE_CUSTOMISE
Michael Krufky47a99912007-06-12 16:10:51 -0300240 select DVB_PLL if !DVB_FE_CUSTOMISE
Marco Gittler941491f2007-04-19 11:26:47 -0300241 help
242 Say Y here to support the Opera DVB-S USB2.0 receiver.
Luca Olivettiaf4e0672007-05-07 15:19:32 -0300243
244config DVB_USB_AF9005
245 tristate "Afatech AF9005 DVB-T USB1.1 support"
Luca Olivettie62a4202007-05-07 16:57:57 -0300246 depends on DVB_USB && EXPERIMENTAL
Mauro Carvalho Chehab1398ae12009-03-20 19:33:59 -0300247 select MEDIA_TUNER_MT2060 if !MEDIA_TUNER_CUSTOMISE
248 select MEDIA_TUNER_QT1010 if !MEDIA_TUNER_CUSTOMISE
Luca Olivettiaf4e0672007-05-07 15:19:32 -0300249 help
250 Say Y here to support the Afatech AF9005 based DVB-T USB1.1 receiver
251 and the TerraTec Cinergy T USB XE (Rev.1)
252
253config DVB_USB_AF9005_REMOTE
254 tristate "Afatech AF9005 default remote control support"
255 depends on DVB_USB_AF9005
256 help
257 Say Y here to support the default remote control decoding for the
258 Afatech AF9005 based receiver.
259
Igor M Liplianin7fd48282008-07-20 08:05:50 -0300260config DVB_USB_DW2102
Igor M. Liplianind0a1dda2009-06-20 09:54:18 -0300261 tristate "DvbWorld & TeVii DVB-S/S2 USB2.0 support"
Igor M Liplianin7fd48282008-07-20 08:05:50 -0300262 depends on DVB_USB
Igor M Liplianin7fd48282008-07-20 08:05:50 -0300263 select DVB_PLL if !DVB_FE_CUSTOMISE
Igor M. Liplianin4e546762008-09-09 11:29:43 -0300264 select DVB_STV0299 if !DVB_FE_CUSTOMISE
Igor M. Liplianin8a4949b2008-10-05 09:11:21 -0300265 select DVB_STV0288 if !DVB_FE_CUSTOMISE
266 select DVB_STB6000 if !DVB_FE_CUSTOMISE
Igor M. Liplianin4e546762008-09-09 11:29:43 -0300267 select DVB_CX24116 if !DVB_FE_CUSTOMISE
Igor M. Liplianin1dc7b762008-09-24 22:48:53 -0300268 select DVB_SI21XX if !DVB_FE_CUSTOMISE
Ben Hutchings9947e982010-05-15 13:45:21 -0300269 select DVB_TDA10023 if !DVB_FE_CUSTOMISE
Igor M. Liplianind0a1dda2009-06-20 09:54:18 -0300270 select DVB_MT312 if !DVB_FE_CUSTOMISE
271 select DVB_ZL10039 if !DVB_FE_CUSTOMISE
Igor M. Liplianin141cc352009-11-27 14:37:35 -0300272 select DVB_DS3000 if !DVB_FE_CUSTOMISE
273 select DVB_STB6100 if !DVB_FE_CUSTOMISE
274 select DVB_STV6110 if !DVB_FE_CUSTOMISE
275 select DVB_STV0900 if !DVB_FE_CUSTOMISE
Igor M Liplianin7fd48282008-07-20 08:05:50 -0300276 help
Igor M. Liplianin141cc352009-11-27 14:37:35 -0300277 Say Y here to support the DvbWorld, TeVii, Prof DVB-S/S2 USB2.0
278 receivers.
Igor M Liplianin7fd48282008-07-20 08:05:50 -0300279
Thierry MERLEbdb6ee32008-10-23 17:49:49 -0300280config DVB_USB_CINERGY_T2
Tomi Orava986bd1e2008-09-19 00:48:31 -0300281 tristate "Terratec CinergyT2/qanu USB 2.0 DVB-T receiver"
282 depends on DVB_USB
283 help
284 Support for "TerraTec CinergyT2" USB2.0 Highspeed DVB Receivers
285
286 Say Y if you own such a device and want to use it.
287
Antti Palosaaria51e34d2008-05-17 23:05:48 -0300288config DVB_USB_ANYSEE
289 tristate "Anysee DVB-T/C USB2.0 support"
290 depends on DVB_USB
Antti Palosaari9fdd9ca2008-06-11 11:43:19 -0300291 select DVB_PLL if !DVB_FE_CUSTOMISE
Antti Palosaaria51e34d2008-05-17 23:05:48 -0300292 select DVB_MT352 if !DVB_FE_CUSTOMISE
293 select DVB_ZL10353 if !DVB_FE_CUSTOMISE
294 select DVB_TDA10023 if !DVB_FE_CUSTOMISE
295 help
296 Say Y here to support the Anysee E30, Anysee E30 Plus or
297 Anysee E30 C Plus DVB USB2.0 receiver.
Antoine Jacquet84660282008-08-11 13:12:19 -0300298
299config DVB_USB_DTV5100
300 tristate "AME DTV-5100 USB2.0 DVB-T support"
301 depends on DVB_USB
Antoine Jacquete62b4752008-10-21 17:54:51 -0300302 select DVB_ZL10353 if !DVB_FE_CUSTOMISE
Mauro Carvalho Chehab1398ae12009-03-20 19:33:59 -0300303 select MEDIA_TUNER_QT1010 if !MEDIA_TUNER_CUSTOMISE
Antoine Jacquet84660282008-08-11 13:12:19 -0300304 help
305 Say Y here to support the AME DTV-5100 USB2.0 DVB-T receiver.
Antti Palosaari80619de2008-09-15 17:18:09 -0300306
307config DVB_USB_AF9015
308 tristate "Afatech AF9015 DVB-T USB2.0 support"
Antti Palosaari34013e22009-03-26 20:27:10 -0300309 depends on DVB_USB
Antti Palosaari80619de2008-09-15 17:18:09 -0300310 select DVB_AF9013
311 select DVB_PLL if !DVB_FE_CUSTOMISE
Mauro Carvalho Chehab1398ae12009-03-20 19:33:59 -0300312 select MEDIA_TUNER_MT2060 if !MEDIA_TUNER_CUSTOMISE
313 select MEDIA_TUNER_QT1010 if !MEDIA_TUNER_CUSTOMISE
314 select MEDIA_TUNER_TDA18271 if !MEDIA_TUNER_CUSTOMISE
315 select MEDIA_TUNER_MXL5005S if !MEDIA_TUNER_CUSTOMISE
Jochen Friedrichd5633992009-02-02 14:59:50 -0300316 select MEDIA_TUNER_MC44S803 if !MEDIA_TUNER_CUSTOMISE
Antti Palosaarif1edeea2010-08-13 13:45:02 -0300317 select MEDIA_TUNER_TDA18218 if !MEDIA_TUNER_CUSTOMISE
Antti Palosaariab07fdd2010-09-09 14:59:10 -0300318 select MEDIA_TUNER_MXL5007T if !MEDIA_TUNER_CUSTOMISE
Antti Palosaari80619de2008-09-15 17:18:09 -0300319 help
320 Say Y here to support the Afatech AF9015 based DVB-T USB2.0 receiver
Antti Palosaarieebb8762009-03-25 16:59:45 -0300321
322config DVB_USB_CE6230
323 tristate "Intel CE6230 DVB-T USB2.0 support"
324 depends on DVB_USB && EXPERIMENTAL
325 select DVB_ZL10353
Kyle McMartinfedd73c2009-03-30 22:36:19 -0300326 select MEDIA_TUNER_MXL5005S if !MEDIA_TUNER_CUSTOMISE
Antti Palosaarieebb8762009-03-25 16:59:45 -0300327 help
328 Say Y here to support the Intel CE6230 DVB-T USB2.0 receiver
Akihiro Tsukada5eca4822009-08-25 02:39:51 -0300329
330config DVB_USB_FRIIO
331 tristate "Friio ISDB-T USB2.0 Receiver support"
332 depends on DVB_USB
333 help
334 Say Y here to support the Japanese DTV receiver Friio.
Antti Palosaari2bf290b2009-11-13 22:38:55 -0300335
336config DVB_USB_EC168
337 tristate "E3C EC168 DVB-T USB2.0 support"
338 depends on DVB_USB && EXPERIMENTAL
339 select DVB_EC100
340 select MEDIA_TUNER_MXL5005S if !MEDIA_TUNER_CUSTOMISE
341 help
342 Say Y here to support the E3C EC168 DVB-T USB2.0 receiver.
Manu Abrahambafa50f2010-02-14 15:03:39 -0300343
344config DVB_USB_AZ6027
345 tristate "Azurewave DVB-S/S2 USB2.0 AZ6027 support"
346 depends on DVB_USB
347 select DVB_STB0899 if !DVB_FE_CUSTOMISE
348 select DVB_STB6100 if !DVB_FE_CUSTOMISE
349 help
350 Say Y here to support the AZ6027 device
Malcolm Priestleyd2f918b2010-09-02 17:29:30 -0300351
352config DVB_USB_LME2510
353 tristate "LME DM04/QQBOX DVB-S USB2.0 support"
354 depends on DVB_USB
355 select DVB_TDA10086 if !DVB_FE_CUSTOMISE
356 select DVB_TDA826X if !DVB_FE_CUSTOMISE
357 select DVB_STV0288 if !DVB_FE_CUSTOMISE
358 select DVB_IX2505V if !DVB_FE_CUSTOMISE
Malcolm Priestleyd2f918b2010-09-02 17:29:30 -0300359 help
360 Say Y here to support the LME DM04/QQBOX DVB-S USB2.0 .
Patrick Boettcher739ff042010-10-31 16:24:19 -0300361
362config DVB_USB_TECHNISAT_USB2
363 tristate "Technisat DVB-S/S2 USB2.0 support"
364 depends on DVB_USB
Patrick Boettcher974ceab2011-04-03 12:46:02 -0300365 select DVB_STV090x if !DVB_FE_CUSTOMISE
366 select DVB_STV6110x if !DVB_FE_CUSTOMISE
Patrick Boettcher739ff042010-10-31 16:24:19 -0300367 help
368 Say Y here to support the Technisat USB2 DVB-S/S2 device