blob: 0a3c35399bea7480ef9bdcc84bc510e43704ade2 [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
Patrick Boettcher825d51e2006-08-08 15:48:10 -030029 select DVB_TUNER_MT2060
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
Patrick Boettcher825d51e2006-08-08 15:48:10 -030037 select DVB_TUNER_MT2060
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
42 Devices supported by this driver:
Johannes Stezenbach776338e2005-06-23 22:02:35 -070043 Artec T1 USB1.1 boxes
Marc Koschewski11570202006-01-09 18:21:36 -020044 Avermedia AverTV DVBT USB1.1
45 Compro Videomate DVB-U2000 - DVB-T USB
46 DiBcom USB1.1 reference devices (non-public)
47 Grandtec DVB-T USB
48 Hama DVB-T USB1.1-Box
49 KWorld/JetWay/ADSTech V-Stream XPERT DTV - DVB-T USB1.1 and USB2.0
50 TwinhanDTV Magic Box (VP7041e)
51 TwinhanDTV USB-Ter (VP7041)
52 Ultima Electronic/Artec T1 USB TVBOX
Johannes Stezenbach776338e2005-06-23 22:02:35 -070053
54 The VP7041 seems to be identical to "CTS Portable" (Chinese
55 Television System).
56
57 Say Y if you own such a device and want to use it. You should build it as
58 a module.
59
Marc Koschewski11570202006-01-09 18:21:36 -020060config DVB_USB_DIBUSB_MB_FAULTY
61 bool "Support faulty USB IDs"
62 depends on DVB_USB_DIBUSB_MB
63 help
64 Support for faulty USB IDs due to an invalid EEPROM on some Artec devices.
65
Johannes Stezenbach776338e2005-06-23 22:02:35 -070066config DVB_USB_DIBUSB_MC
67 tristate "DiBcom USB DVB-T devices (based on the DiB3000M-C/P) (see help for device list)"
68 depends on DVB_USB
Patrick Boettcher22c6d932005-07-07 17:58:10 -070069 select DVB_DIB3000MC
Patrick Boettcher825d51e2006-08-08 15:48:10 -030070 select DVB_TUNER_MT2060
Johannes Stezenbach776338e2005-06-23 22:02:35 -070071 help
72 Support for 2.0 DVB-T receivers based on reference designs made by
73 DiBcom (<http://www.dibcom.fr>) equipped with a DiB3000M-C/P demodulator.
74
75 Devices supported by this driver:
Johannes Stezenbach776338e2005-06-23 22:02:35 -070076 Artec T1 USB2.0 boxes
Marc Koschewski11570202006-01-09 18:21:36 -020077 DiBcom USB2.0 reference devices (non-public)
Johannes Stezenbach776338e2005-06-23 22:02:35 -070078
79 Say Y if you own such a device and want to use it. You should build it as
80 a module.
81
82config DVB_USB_UMT_010
83 tristate "HanfTek UMT-010 DVB-T USB2.0 support"
84 depends on DVB_USB
Patrick Boettcher22c6d932005-07-07 17:58:10 -070085 select DVB_DIB3000MC
Patrick Boettcher825d51e2006-08-08 15:48:10 -030086 select DVB_TUNER_MT2060
Johannes Stezenbach776338e2005-06-23 22:02:35 -070087 help
88 Say Y here to support the HanfTek UMT-010 USB2.0 stick-sized DVB-T receiver.
89
Patrick Boettcher22c6d932005-07-07 17:58:10 -070090config DVB_USB_CXUSB
Michael Krufky36377a12006-02-07 06:25:47 -020091 tristate "Conexant USB2.0 hybrid reference design support"
Patrick Boettcher22c6d932005-07-07 17:58:10 -070092 depends on DVB_USB
Andrew de Quincey102a3422006-08-08 09:10:08 -030093 select DVB_CX22702 if !DVB_FE_CUSTOMISE
94 select DVB_LGDT330X if !DVB_FE_CUSTOMISE
95 select DVB_MT352 if !DVB_FE_CUSTOMISE
96 select DVB_ZL10353 if !DVB_FE_CUSTOMISE
Patrick Boettcher22c6d932005-07-07 17:58:10 -070097 help
Michael Krufky36377a12006-02-07 06:25:47 -020098 Say Y here to support the Conexant USB2.0 hybrid reference design.
99 Currently, only DVB and ATSC modes are supported, analog mode
100 shall be added in the future. Devices that require this module:
101
102 Medion MD95700 hybrid USB2.0 device.
103 DViCO FusionHDTV (Bluebird) USB2.0 devices
Patrick Boettcher22c6d932005-07-07 17:58:10 -0700104
Johannes Stezenbach776338e2005-06-23 22:02:35 -0700105config DVB_USB_DIGITV
106 tristate "Nebula Electronics uDigiTV DVB-T USB2.0 support"
107 depends on DVB_USB
Andrew de Quincey102a3422006-08-08 09:10:08 -0300108 select DVB_NXT6000 if !DVB_FE_CUSTOMISE
109 select DVB_MT352 if !DVB_FE_CUSTOMISE
Johannes Stezenbach776338e2005-06-23 22:02:35 -0700110 help
111 Say Y here to support the Nebula Electronics uDigitV USB2.0 DVB-T receiver.
112
113config DVB_USB_VP7045
Patrick Boettcher3706a4d2005-09-09 13:02:41 -0700114 tristate "TwinhanDTV Alpha/MagicBoxII, DNTV tinyUSB2, Beetle USB2.0 support"
Johannes Stezenbach776338e2005-06-23 22:02:35 -0700115 depends on DVB_USB
116 help
117 Say Y here to support the
Patrick Boettcher3706a4d2005-09-09 13:02:41 -0700118
Johannes Stezenbach776338e2005-06-23 22:02:35 -0700119 TwinhanDTV Alpha (stick) (VP-7045),
Patrick Boettcher3706a4d2005-09-09 13:02:41 -0700120 TwinhanDTV MagicBox II (VP-7046),
121 DigitalNow TinyUSB 2 DVB-t,
122 DigitalRise USB 2.0 Ter (Beetle) and
123 TYPHOON DVB-T USB DRIVE
124
125 DVB-T USB2.0 receivers.
126
127config DVB_USB_VP702X
128 tristate "TwinhanDTV StarBox and clones DVB-S USB2.0 support"
129 depends on DVB_USB
130 help
131 Say Y here to support the
132
133 TwinhanDTV StarBox,
134 DigitalRise USB Starbox and
135 TYPHOON DVB-S USB 2.0 BOX
136
137 DVB-S USB2.0 receivers.
Johannes Stezenbach776338e2005-06-23 22:02:35 -0700138
Alan Nisota9bbe0762006-05-14 13:23:56 -0300139config DVB_USB_GP8PSK
140 tristate "GENPIX 8PSK->USB module support"
141 depends on DVB_USB
142 help
143 Say Y here to support the
144 GENPIX 8psk module
145
146 DVB-S USB2.0 receivers.
147
Johannes Stezenbach776338e2005-06-23 22:02:35 -0700148config DVB_USB_NOVA_T_USB2
149 tristate "Hauppauge WinTV-NOVA-T usb2 DVB-T USB2.0 support"
150 depends on DVB_USB
Patrick Boettcher22c6d932005-07-07 17:58:10 -0700151 select DVB_DIB3000MC
Patrick Boettcher825d51e2006-08-08 15:48:10 -0300152 select DVB_TUNER_MT2060
Johannes Stezenbach776338e2005-06-23 22:02:35 -0700153 help
154 Say Y here to support the Hauppauge WinTV-NOVA-T usb2 DVB-T USB2.0 receiver.
155
156config DVB_USB_DTT200U
Patrick Boettcherd590f9c2005-07-07 17:58:33 -0700157 tristate "WideView WT-200U and WT-220U (pen) DVB-T USB2.0 support (Yakumo/Hama/Typhoon/Yuan)"
Johannes Stezenbach776338e2005-06-23 22:02:35 -0700158 depends on DVB_USB
159 help
Patrick Boettcherfb41f5a2005-07-07 17:58:23 -0700160 Say Y here to support the WideView/Yakumo/Hama/Typhoon/Yuan DVB-T USB2.0 receiver.
Johannes Stezenbach776338e2005-06-23 22:02:35 -0700161
162 The receivers are also known as DTT200U (Yakumo) and UB300 (Yuan).
Patrick Boettcherd590f9c2005-07-07 17:58:33 -0700163
164 The WT-220U and its clones are pen-sized.