blob: 5f2a0c1dc4ecf3a33c41b94ea7573a137a36031a [file] [log] [blame]
Johannes Stezenbach776338e2005-06-23 22:02:35 -07001config DVB_USB
2 tristate "Support for various USB DVB devices"
Manu Abraham3c2c5492006-05-20 13:17:00 -03003 depends on DVB_CORE && USB && I2C
Johannes Stezenbach776338e2005-06-23 22:02:35 -07004 select FW_LOADER
Andrew de Quinceyc482d4f62006-09-10 13:43:40 -03005 select DVB_PLL
Johannes Stezenbach776338e2005-06-23 22:02:35 -07006 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
Trent Piepho6c8c21b2006-10-14 16:21:02 -030029 select DVB_TUNER_MT2060 if !DVB_FE_CUSTOMISE
Johannes Stezenbach776338e2005-06-23 22:02:35 -070030 help
31 Say Y here to support the AVerMedia AverTV DVB-T USB 2.0 (A800) receiver.
32
33config DVB_USB_DIBUSB_MB
34 tristate "DiBcom USB DVB-T devices (based on the DiB3000M-B) (see help for device list)"
35 depends on DVB_USB
Patrick Boettcher22c6d932005-07-07 17:58:10 -070036 select DVB_DIB3000MB
Trent Piepho6c8c21b2006-10-14 16:21:02 -030037 select DVB_TUNER_MT2060 if !DVB_FE_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
Trent Piepho6c8c21b2006-10-14 16:21:02 -030058 select DVB_TUNER_MT2060 if !DVB_FE_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
Patrick Boettchera75763f2006-10-18 08:34:16 -030072 select DVB_DIB7000P
Patrick Boettcher91bb9be2006-12-02 21:15:51 -020073 select DVB_DIB7000M
Patrick Boettcher5bc63602006-09-19 12:51:46 -030074 select DVB_DIB3000MC
Trent Piepho6c8c21b2006-10-14 16:21:02 -030075 select DVB_TUNER_MT2060 if !DVB_FE_CUSTOMISE
Patrick Boettcher4d43e132006-09-30 06:53:48 -030076 help
77 Support for USB2.0/1.1 DVB receivers based on the DiB0700 USB bridge. The
78 USB bridge is also present in devices having the DiB7700 DVB-T-USB
79 silicon. This chip can be found in devices offered by Hauppauge,
80 Avermedia and other big and small companies.
81
82 For an up-to-date list of devices supported by this driver, have a look
83 on the Linux-DVB Wiki at www.linuxtv.org.
Johannes Stezenbach776338e2005-06-23 22:02:35 -070084
85 Say Y if you own such a device and want to use it. You should build it as
86 a module.
87
88config DVB_USB_UMT_010
89 tristate "HanfTek UMT-010 DVB-T USB2.0 support"
90 depends on DVB_USB
Patrick Boettcher22c6d932005-07-07 17:58:10 -070091 select DVB_DIB3000MC
Trent Piepho6c8c21b2006-10-14 16:21:02 -030092 select DVB_TUNER_MT2060 if !DVB_FE_CUSTOMISE
Johannes Stezenbach776338e2005-06-23 22:02:35 -070093 help
94 Say Y here to support the HanfTek UMT-010 USB2.0 stick-sized DVB-T receiver.
95
Patrick Boettcher22c6d932005-07-07 17:58:10 -070096config DVB_USB_CXUSB
Michael Krufky36377a12006-02-07 06:25:47 -020097 tristate "Conexant USB2.0 hybrid reference design support"
Patrick Boettcher22c6d932005-07-07 17:58:10 -070098 depends on DVB_USB
Andrew de Quincey102a3422006-08-08 09:10:08 -030099 select DVB_CX22702 if !DVB_FE_CUSTOMISE
100 select DVB_LGDT330X if !DVB_FE_CUSTOMISE
Michael Krufky76db93d2006-11-19 19:45:26 -0300101 select DVB_TUNER_LGH06XF if !DVB_FE_CUSTOMISE
Andrew de Quincey102a3422006-08-08 09:10:08 -0300102 select DVB_MT352 if !DVB_FE_CUSTOMISE
103 select DVB_ZL10353 if !DVB_FE_CUSTOMISE
Patrick Boettcher22c6d932005-07-07 17:58:10 -0700104 help
Michael Krufky36377a12006-02-07 06:25:47 -0200105 Say Y here to support the Conexant USB2.0 hybrid reference design.
106 Currently, only DVB and ATSC modes are supported, analog mode
107 shall be added in the future. Devices that require this module:
108
109 Medion MD95700 hybrid USB2.0 device.
110 DViCO FusionHDTV (Bluebird) USB2.0 devices
Patrick Boettcher22c6d932005-07-07 17:58:10 -0700111
Aapo Tahkola5fecd9f2006-09-23 20:00:41 -0300112config DVB_USB_MEGASKY
113 tristate "MSI Mega Sky 580 DVB-T USB2.0 support"
114 depends on DVB_USB
115 select DVB_MT352
116 help
117 Say Y here to support the MSI Mega Sky 580 USB2.0 DVB-T receiver.
118 Currently, only devices with a product id of
119 "DTV USB MINI" (in cold state) are supported.
120 Firmware required.
121
Johannes Stezenbach776338e2005-06-23 22:02:35 -0700122config DVB_USB_DIGITV
123 tristate "Nebula Electronics uDigiTV DVB-T USB2.0 support"
124 depends on DVB_USB
Andrew de Quincey102a3422006-08-08 09:10:08 -0300125 select DVB_NXT6000 if !DVB_FE_CUSTOMISE
126 select DVB_MT352 if !DVB_FE_CUSTOMISE
Johannes Stezenbach776338e2005-06-23 22:02:35 -0700127 help
128 Say Y here to support the Nebula Electronics uDigitV USB2.0 DVB-T receiver.
129
130config DVB_USB_VP7045
Patrick Boettcher3706a4d2005-09-09 13:02:41 -0700131 tristate "TwinhanDTV Alpha/MagicBoxII, DNTV tinyUSB2, Beetle USB2.0 support"
Johannes Stezenbach776338e2005-06-23 22:02:35 -0700132 depends on DVB_USB
133 help
134 Say Y here to support the
Patrick Boettcher3706a4d2005-09-09 13:02:41 -0700135
Johannes Stezenbach776338e2005-06-23 22:02:35 -0700136 TwinhanDTV Alpha (stick) (VP-7045),
Patrick Boettcher3706a4d2005-09-09 13:02:41 -0700137 TwinhanDTV MagicBox II (VP-7046),
138 DigitalNow TinyUSB 2 DVB-t,
139 DigitalRise USB 2.0 Ter (Beetle) and
140 TYPHOON DVB-T USB DRIVE
141
142 DVB-T USB2.0 receivers.
143
144config DVB_USB_VP702X
145 tristate "TwinhanDTV StarBox and clones DVB-S USB2.0 support"
146 depends on DVB_USB
147 help
148 Say Y here to support the
149
150 TwinhanDTV StarBox,
151 DigitalRise USB Starbox and
152 TYPHOON DVB-S USB 2.0 BOX
153
154 DVB-S USB2.0 receivers.
Johannes Stezenbach776338e2005-06-23 22:02:35 -0700155
Alan Nisota9bbe0762006-05-14 13:23:56 -0300156config DVB_USB_GP8PSK
157 tristate "GENPIX 8PSK->USB module support"
158 depends on DVB_USB
159 help
160 Say Y here to support the
161 GENPIX 8psk module
162
163 DVB-S USB2.0 receivers.
164
Johannes Stezenbach776338e2005-06-23 22:02:35 -0700165config DVB_USB_NOVA_T_USB2
166 tristate "Hauppauge WinTV-NOVA-T usb2 DVB-T USB2.0 support"
167 depends on DVB_USB
Patrick Boettcher22c6d932005-07-07 17:58:10 -0700168 select DVB_DIB3000MC
Trent Piepho6c8c21b2006-10-14 16:21:02 -0300169 select DVB_TUNER_MT2060 if !DVB_FE_CUSTOMISE
Johannes Stezenbach776338e2005-06-23 22:02:35 -0700170 help
171 Say Y here to support the Hauppauge WinTV-NOVA-T usb2 DVB-T USB2.0 receiver.
172
Patrick Boettcherbc2e39132006-12-02 21:16:04 -0200173config DVB_USB_TTUSB2
174 tristate "Pinnacle 400e DVB-S USB2.0 support"
175 depends on DVB_USB
176 select DVB_TDA10086 if !DVB_FE_CUSTOMISE
177 select DVB_LNBP21 if !DVB_FE_CUSTOMISE
178 select DVB_TDA826X if !DVB_FE_CUSTOMISE
179 help
180 Say Y here to support the Pinnacle 400e DVB-S USB2.0 receiver. The
181 firmware protocol used by this module is similar to the one used by the
182 old ttusb-driver - that's why the module is called dvb-usb-ttusb2.ko.
183
Johannes Stezenbach776338e2005-06-23 22:02:35 -0700184config DVB_USB_DTT200U
Patrick Boettcherd590f9c2005-07-07 17:58:33 -0700185 tristate "WideView WT-200U and WT-220U (pen) DVB-T USB2.0 support (Yakumo/Hama/Typhoon/Yuan)"
Johannes Stezenbach776338e2005-06-23 22:02:35 -0700186 depends on DVB_USB
187 help
Patrick Boettcherfb41f5a2005-07-07 17:58:23 -0700188 Say Y here to support the WideView/Yakumo/Hama/Typhoon/Yuan DVB-T USB2.0 receiver.
Johannes Stezenbach776338e2005-06-23 22:02:35 -0700189
190 The receivers are also known as DTT200U (Yakumo) and UB300 (Yuan).
Patrick Boettcherd590f9c2005-07-07 17:58:33 -0700191
192 The WT-220U and its clones are pen-sized.