Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 1 | config DVB_USB |
| 2 | tristate "Support for various USB DVB devices" |
Ingo Molnar | b4aba24 | 2008-05-20 08:02:33 -0300 | [diff] [blame^] | 3 | depends on DVB_CORE && USB && I2C && INPUT |
Mauro Carvalho Chehab | 755a18b | 2008-05-06 14:09:01 -0300 | [diff] [blame] | 4 | depends on HOTPLUG # due to FW_LOADER |
Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 5 | select FW_LOADER |
| 6 | help |
Patrick Boettcher | d72fa1c | 2005-07-07 17:58:20 -0700 | [diff] [blame] | 7 | By enabling this you will be able to choose the various supported |
| 8 | USB1.1 and USB2.0 DVB devices. |
Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 9 | |
| 10 | Almost every USB device needs a firmware, please look into |
Patrick Boettcher | d72fa1c | 2005-07-07 17:58:20 -0700 | [diff] [blame] | 11 | <file:Documentation/dvb/README.dvb-usb>. |
Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 12 | |
Patrick Boettcher | d72fa1c | 2005-07-07 17:58:20 -0700 | [diff] [blame] | 13 | 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 Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 17 | |
| 18 | config DVB_USB_DEBUG |
| 19 | bool "Enable extended debug support for all DVB-USB devices" |
| 20 | depends on DVB_USB |
| 21 | help |
Patrick Boettcher | d72fa1c | 2005-07-07 17:58:20 -0700 | [diff] [blame] | 22 | Say Y if you want to enable debugging. See modinfo dvb-usb (and the |
Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 23 | appropriate drivers) for debug levels. |
| 24 | |
| 25 | config DVB_USB_A800 |
| 26 | tristate "AVerMedia AverTV DVB-T USB 2.0 (A800)" |
| 27 | depends on DVB_USB |
Patrick Boettcher | 22c6d93 | 2005-07-07 17:58:10 -0700 | [diff] [blame] | 28 | select DVB_DIB3000MC |
Mauro Carvalho Chehab | 149ef72 | 2008-04-29 21:38:46 -0300 | [diff] [blame] | 29 | select MEDIA_TUNER_MT2060 if !DVB_FE_CUSTOMISE |
Michael Krufky | 47a9991 | 2007-06-12 16:10:51 -0300 | [diff] [blame] | 30 | select DVB_PLL if !DVB_FE_CUSTOMISE |
Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 31 | help |
| 32 | Say Y here to support the AVerMedia AverTV DVB-T USB 2.0 (A800) receiver. |
| 33 | |
| 34 | config 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 Krufky | 47a9991 | 2007-06-12 16:10:51 -0300 | [diff] [blame] | 37 | select DVB_PLL if !DVB_FE_CUSTOMISE |
Patrick Boettcher | 22c6d93 | 2005-07-07 17:58:10 -0700 | [diff] [blame] | 38 | select DVB_DIB3000MB |
Mauro Carvalho Chehab | 149ef72 | 2008-04-29 21:38:46 -0300 | [diff] [blame] | 39 | select MEDIA_TUNER_MT2060 if !DVB_FE_CUSTOMISE |
Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 40 | 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 Boettcher | 4d43e13 | 2006-09-30 06:53:48 -0300 | [diff] [blame] | 44 | 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 Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 46 | |
| 47 | Say Y if you own such a device and want to use it. You should build it as |
| 48 | a module. |
| 49 | |
Marc Koschewski | 1157020 | 2006-01-09 18:21:36 -0200 | [diff] [blame] | 50 | config 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 Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 56 | config 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 Boettcher | 22c6d93 | 2005-07-07 17:58:10 -0700 | [diff] [blame] | 59 | select DVB_DIB3000MC |
Mauro Carvalho Chehab | 149ef72 | 2008-04-29 21:38:46 -0300 | [diff] [blame] | 60 | select MEDIA_TUNER_MT2060 if !DVB_FE_CUSTOMISE |
Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 61 | help |
Patrick Boettcher | 4d43e13 | 2006-09-30 06:53:48 -0300 | [diff] [blame] | 62 | Support for USB2.0 DVB-T receivers based on reference designs made by |
Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 63 | DiBcom (<http://www.dibcom.fr>) equipped with a DiB3000M-C/P demodulator. |
| 64 | |
Patrick Boettcher | 4d43e13 | 2006-09-30 06:53:48 -0300 | [diff] [blame] | 65 | 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 | |
| 71 | config DVB_USB_DIB0700 |
| 72 | tristate "DiBcom DiB0700 USB DVB devices (see help for supported devices)" |
| 73 | depends on DVB_USB |
Patrick Boettcher | a75763f | 2006-10-18 08:34:16 -0300 | [diff] [blame] | 74 | select DVB_DIB7000P |
Patrick Boettcher | 91bb9be | 2006-12-02 21:15:51 -0200 | [diff] [blame] | 75 | select DVB_DIB7000M |
Patrick Boettcher | 5bc6360 | 2006-09-19 12:51:46 -0300 | [diff] [blame] | 76 | select DVB_DIB3000MC |
Mauro Carvalho Chehab | 149ef72 | 2008-04-29 21:38:46 -0300 | [diff] [blame] | 77 | select MEDIA_TUNER_MT2060 if !DVB_FE_CUSTOMISE |
| 78 | select MEDIA_TUNER_MT2266 if !DVB_FE_CUSTOMISE |
Patrick Boettcher | 01373a5 | 2007-07-30 12:49:04 -0300 | [diff] [blame] | 79 | select DVB_TUNER_DIB0070 |
Patrick Boettcher | 4d43e13 | 2006-09-30 06:53:48 -0300 | [diff] [blame] | 80 | 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 Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 88 | |
| 89 | Say Y if you own such a device and want to use it. You should build it as |
| 90 | a module. |
| 91 | |
| 92 | config DVB_USB_UMT_010 |
| 93 | tristate "HanfTek UMT-010 DVB-T USB2.0 support" |
| 94 | depends on DVB_USB |
Michael Krufky | 47a9991 | 2007-06-12 16:10:51 -0300 | [diff] [blame] | 95 | select DVB_PLL if !DVB_FE_CUSTOMISE |
Patrick Boettcher | 22c6d93 | 2005-07-07 17:58:10 -0700 | [diff] [blame] | 96 | select DVB_DIB3000MC |
Mauro Carvalho Chehab | 149ef72 | 2008-04-29 21:38:46 -0300 | [diff] [blame] | 97 | select MEDIA_TUNER_MT2060 if !DVB_FE_CUSTOMISE |
Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 98 | help |
| 99 | Say Y here to support the HanfTek UMT-010 USB2.0 stick-sized DVB-T receiver. |
| 100 | |
Patrick Boettcher | 22c6d93 | 2005-07-07 17:58:10 -0700 | [diff] [blame] | 101 | config DVB_USB_CXUSB |
Michael Krufky | 36377a1 | 2006-02-07 06:25:47 -0200 | [diff] [blame] | 102 | tristate "Conexant USB2.0 hybrid reference design support" |
Patrick Boettcher | 22c6d93 | 2005-07-07 17:58:10 -0700 | [diff] [blame] | 103 | depends on DVB_USB |
Michael Krufky | 47a9991 | 2007-06-12 16:10:51 -0300 | [diff] [blame] | 104 | select DVB_PLL if !DVB_FE_CUSTOMISE |
Andrew de Quincey | 102a342 | 2006-08-08 09:10:08 -0300 | [diff] [blame] | 105 | 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 Chehab | 149ef72 | 2008-04-29 21:38:46 -0300 | [diff] [blame] | 109 | select MEDIA_TUNER_SIMPLE if !DVB_FE_CUSTOMISE |
Patrick Boettcher | 22c6d93 | 2005-07-07 17:58:10 -0700 | [diff] [blame] | 110 | help |
Michael Krufky | 36377a1 | 2006-02-07 06:25:47 -0200 | [diff] [blame] | 111 | 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 Boettcher | 22c6d93 | 2005-07-07 17:58:10 -0700 | [diff] [blame] | 117 | |
Michael Krufky | baa2ed0 | 2006-09-23 20:01:29 -0300 | [diff] [blame] | 118 | config DVB_USB_M920X |
| 119 | tristate "Uli m920x DVB-T USB2.0 support" |
Aapo Tahkola | 5fecd9f | 2006-09-23 20:00:41 -0300 | [diff] [blame] | 120 | depends on DVB_USB |
Michael Krufky | 01cb34d | 2006-09-23 20:01:29 -0300 | [diff] [blame] | 121 | select DVB_MT352 if !DVB_FE_CUSTOMISE |
Mauro Carvalho Chehab | 149ef72 | 2008-04-29 21:38:46 -0300 | [diff] [blame] | 122 | select MEDIA_TUNER_QT1010 if !DVB_FE_CUSTOMISE |
Aapo Tahkola | 5fecd9f | 2006-09-23 20:00:41 -0300 | [diff] [blame] | 123 | help |
| 124 | Say Y here to support the MSI Mega Sky 580 USB2.0 DVB-T receiver. |
| 125 | Currently, only devices with a product id of |
| 126 | "DTV USB MINI" (in cold state) are supported. |
| 127 | Firmware required. |
| 128 | |
Carl Lundqvist | f0c3a2c | 2006-10-03 17:09:30 -0300 | [diff] [blame] | 129 | config DVB_USB_GL861 |
| 130 | tristate "Genesys Logic GL861 USB2.0 support" |
| 131 | depends on DVB_USB |
Michael Krufky | a9bde1d | 2006-10-03 17:12:55 -0300 | [diff] [blame] | 132 | select DVB_ZL10353 if !DVB_FE_CUSTOMISE |
Mauro Carvalho Chehab | 149ef72 | 2008-04-29 21:38:46 -0300 | [diff] [blame] | 133 | select MEDIA_TUNER_QT1010 if !DVB_FE_CUSTOMISE |
Carl Lundqvist | f0c3a2c | 2006-10-03 17:09:30 -0300 | [diff] [blame] | 134 | help |
| 135 | Say Y here to support the MSI Megasky 580 (55801) DVB-T USB2.0 |
| 136 | receiver with USB ID 0db0:5581. |
| 137 | |
Antti Palosaari | 5decdd2 | 2006-11-05 16:05:38 -0300 | [diff] [blame] | 138 | config DVB_USB_AU6610 |
| 139 | tristate "Alcor Micro AU6610 USB2.0 support" |
| 140 | depends on DVB_USB |
| 141 | select DVB_ZL10353 if !DVB_FE_CUSTOMISE |
Mauro Carvalho Chehab | 149ef72 | 2008-04-29 21:38:46 -0300 | [diff] [blame] | 142 | select MEDIA_TUNER_QT1010 if !DVB_FE_CUSTOMISE |
Antti Palosaari | 5decdd2 | 2006-11-05 16:05:38 -0300 | [diff] [blame] | 143 | help |
| 144 | Say Y here to support the Sigmatek DVB-110 DVB-T USB2.0 receiver. |
| 145 | |
Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 146 | config DVB_USB_DIGITV |
| 147 | tristate "Nebula Electronics uDigiTV DVB-T USB2.0 support" |
| 148 | depends on DVB_USB |
Michael Krufky | 47a9991 | 2007-06-12 16:10:51 -0300 | [diff] [blame] | 149 | select DVB_PLL if !DVB_FE_CUSTOMISE |
Andrew de Quincey | 102a342 | 2006-08-08 09:10:08 -0300 | [diff] [blame] | 150 | select DVB_NXT6000 if !DVB_FE_CUSTOMISE |
| 151 | select DVB_MT352 if !DVB_FE_CUSTOMISE |
Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 152 | help |
| 153 | Say Y here to support the Nebula Electronics uDigitV USB2.0 DVB-T receiver. |
| 154 | |
| 155 | config DVB_USB_VP7045 |
Patrick Boettcher | 3706a4d | 2005-09-09 13:02:41 -0700 | [diff] [blame] | 156 | tristate "TwinhanDTV Alpha/MagicBoxII, DNTV tinyUSB2, Beetle USB2.0 support" |
Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 157 | depends on DVB_USB |
| 158 | help |
| 159 | Say Y here to support the |
Patrick Boettcher | 3706a4d | 2005-09-09 13:02:41 -0700 | [diff] [blame] | 160 | |
Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 161 | TwinhanDTV Alpha (stick) (VP-7045), |
Patrick Boettcher | 3706a4d | 2005-09-09 13:02:41 -0700 | [diff] [blame] | 162 | TwinhanDTV MagicBox II (VP-7046), |
| 163 | DigitalNow TinyUSB 2 DVB-t, |
| 164 | DigitalRise USB 2.0 Ter (Beetle) and |
| 165 | TYPHOON DVB-T USB DRIVE |
| 166 | |
| 167 | DVB-T USB2.0 receivers. |
| 168 | |
| 169 | config DVB_USB_VP702X |
| 170 | tristate "TwinhanDTV StarBox and clones DVB-S USB2.0 support" |
| 171 | depends on DVB_USB |
| 172 | help |
| 173 | Say Y here to support the |
| 174 | |
| 175 | TwinhanDTV StarBox, |
| 176 | DigitalRise USB Starbox and |
| 177 | TYPHOON DVB-S USB 2.0 BOX |
| 178 | |
| 179 | DVB-S USB2.0 receivers. |
Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 180 | |
Alan Nisota | 9bbe076 | 2006-05-14 13:23:56 -0300 | [diff] [blame] | 181 | config DVB_USB_GP8PSK |
| 182 | tristate "GENPIX 8PSK->USB module support" |
| 183 | depends on DVB_USB |
| 184 | help |
| 185 | Say Y here to support the |
| 186 | GENPIX 8psk module |
| 187 | |
| 188 | DVB-S USB2.0 receivers. |
| 189 | |
Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 190 | config DVB_USB_NOVA_T_USB2 |
| 191 | tristate "Hauppauge WinTV-NOVA-T usb2 DVB-T USB2.0 support" |
| 192 | depends on DVB_USB |
Patrick Boettcher | 22c6d93 | 2005-07-07 17:58:10 -0700 | [diff] [blame] | 193 | select DVB_DIB3000MC |
Mauro Carvalho Chehab | 149ef72 | 2008-04-29 21:38:46 -0300 | [diff] [blame] | 194 | select MEDIA_TUNER_MT2060 if !DVB_FE_CUSTOMISE |
Michael Krufky | 47a9991 | 2007-06-12 16:10:51 -0300 | [diff] [blame] | 195 | select DVB_PLL if !DVB_FE_CUSTOMISE |
Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 196 | help |
| 197 | Say Y here to support the Hauppauge WinTV-NOVA-T usb2 DVB-T USB2.0 receiver. |
| 198 | |
Patrick Boettcher | bc2e391 | 2006-12-02 21:16:04 -0200 | [diff] [blame] | 199 | config DVB_USB_TTUSB2 |
| 200 | tristate "Pinnacle 400e DVB-S USB2.0 support" |
| 201 | depends on DVB_USB |
| 202 | select DVB_TDA10086 if !DVB_FE_CUSTOMISE |
| 203 | select DVB_LNBP21 if !DVB_FE_CUSTOMISE |
| 204 | select DVB_TDA826X if !DVB_FE_CUSTOMISE |
| 205 | help |
| 206 | Say Y here to support the Pinnacle 400e DVB-S USB2.0 receiver. The |
| 207 | firmware protocol used by this module is similar to the one used by the |
| 208 | old ttusb-driver - that's why the module is called dvb-usb-ttusb2.ko. |
| 209 | |
Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 210 | config DVB_USB_DTT200U |
Patrick Boettcher | d590f9c | 2005-07-07 17:58:33 -0700 | [diff] [blame] | 211 | tristate "WideView WT-200U and WT-220U (pen) DVB-T USB2.0 support (Yakumo/Hama/Typhoon/Yuan)" |
Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 212 | depends on DVB_USB |
| 213 | help |
Patrick Boettcher | fb41f5a | 2005-07-07 17:58:23 -0700 | [diff] [blame] | 214 | Say Y here to support the WideView/Yakumo/Hama/Typhoon/Yuan DVB-T USB2.0 receiver. |
Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 215 | |
| 216 | The receivers are also known as DTT200U (Yakumo) and UB300 (Yuan). |
Patrick Boettcher | d590f9c | 2005-07-07 17:58:33 -0700 | [diff] [blame] | 217 | |
| 218 | The WT-220U and its clones are pen-sized. |
Marco Gittler | 941491f | 2007-04-19 11:26:47 -0300 | [diff] [blame] | 219 | |
| 220 | config DVB_USB_OPERA1 |
| 221 | tristate "Opera1 DVB-S USB2.0 receiver" |
| 222 | depends on DVB_USB |
| 223 | select DVB_STV0299 if !DVB_FE_CUSTOMISE |
Michael Krufky | 47a9991 | 2007-06-12 16:10:51 -0300 | [diff] [blame] | 224 | select DVB_PLL if !DVB_FE_CUSTOMISE |
Marco Gittler | 941491f | 2007-04-19 11:26:47 -0300 | [diff] [blame] | 225 | help |
| 226 | Say Y here to support the Opera DVB-S USB2.0 receiver. |
Luca Olivetti | af4e067 | 2007-05-07 15:19:32 -0300 | [diff] [blame] | 227 | |
| 228 | config DVB_USB_AF9005 |
| 229 | tristate "Afatech AF9005 DVB-T USB1.1 support" |
Luca Olivetti | e62a420 | 2007-05-07 16:57:57 -0300 | [diff] [blame] | 230 | depends on DVB_USB && EXPERIMENTAL |
Mauro Carvalho Chehab | 149ef72 | 2008-04-29 21:38:46 -0300 | [diff] [blame] | 231 | select MEDIA_TUNER_MT2060 if !DVB_FE_CUSTOMISE |
| 232 | select MEDIA_TUNER_QT1010 if !DVB_FE_CUSTOMISE |
Luca Olivetti | af4e067 | 2007-05-07 15:19:32 -0300 | [diff] [blame] | 233 | help |
| 234 | Say Y here to support the Afatech AF9005 based DVB-T USB1.1 receiver |
| 235 | and the TerraTec Cinergy T USB XE (Rev.1) |
| 236 | |
| 237 | config DVB_USB_AF9005_REMOTE |
| 238 | tristate "Afatech AF9005 default remote control support" |
| 239 | depends on DVB_USB_AF9005 |
| 240 | help |
| 241 | Say Y here to support the default remote control decoding for the |
| 242 | Afatech AF9005 based receiver. |
| 243 | |