Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 1 | config DVB_USB |
| 2 | tristate "Support for various USB DVB devices" |
| 3 | depends on DVB_CORE && USB |
| 4 | select FW_LOADER |
| 5 | help |
Patrick Boettcher | d72fa1c | 2005-07-07 17:58:20 -0700 | [diff] [blame] | 6 | By enabling this you will be able to choose the various supported |
| 7 | USB1.1 and USB2.0 DVB devices. |
Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 8 | |
| 9 | Almost every USB device needs a firmware, please look into |
Patrick Boettcher | d72fa1c | 2005-07-07 17:58:20 -0700 | [diff] [blame] | 10 | <file:Documentation/dvb/README.dvb-usb>. |
Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 11 | |
Patrick Boettcher | d72fa1c | 2005-07-07 17:58:20 -0700 | [diff] [blame] | 12 | For a complete list of supported USB devices see the LinuxTV DVB Wiki: |
| 13 | <http://www.linuxtv.org/wiki/index.php/DVB_USB> |
| 14 | |
| 15 | Say Y if you own a USB DVB device. |
Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 16 | |
| 17 | config DVB_USB_DEBUG |
| 18 | bool "Enable extended debug support for all DVB-USB devices" |
| 19 | depends on DVB_USB |
| 20 | help |
Patrick Boettcher | d72fa1c | 2005-07-07 17:58:20 -0700 | [diff] [blame] | 21 | 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] | 22 | appropriate drivers) for debug levels. |
| 23 | |
| 24 | config DVB_USB_A800 |
| 25 | tristate "AVerMedia AverTV DVB-T USB 2.0 (A800)" |
| 26 | depends on DVB_USB |
Patrick Boettcher | 22c6d93 | 2005-07-07 17:58:10 -0700 | [diff] [blame] | 27 | select DVB_DIB3000MC |
Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 28 | help |
| 29 | Say Y here to support the AVerMedia AverTV DVB-T USB 2.0 (A800) receiver. |
| 30 | |
| 31 | config DVB_USB_DIBUSB_MB |
| 32 | tristate "DiBcom USB DVB-T devices (based on the DiB3000M-B) (see help for device list)" |
| 33 | depends on DVB_USB |
Patrick Boettcher | 22c6d93 | 2005-07-07 17:58:10 -0700 | [diff] [blame] | 34 | select DVB_DIB3000MB |
Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 35 | help |
| 36 | Support for USB 1.1 and 2.0 DVB-T receivers based on reference designs made by |
| 37 | DiBcom (<http://www.dibcom.fr>) equipped with a DiB3000M-B demodulator. |
| 38 | |
| 39 | Devices supported by this driver: |
| 40 | TwinhanDTV USB-Ter (VP7041) |
| 41 | TwinhanDTV Magic Box (VP7041e) |
| 42 | KWorld/JetWay/ADSTech V-Stream XPERT DTV - DVB-T USB1.1 and USB2.0 |
| 43 | Hama DVB-T USB1.1-Box |
| 44 | DiBcom USB1.1 reference devices (non-public) |
| 45 | Ultima Electronic/Artec T1 USB TVBOX |
| 46 | Compro Videomate DVB-U2000 - DVB-T USB |
| 47 | Grandtec DVB-T USB |
| 48 | Avermedia AverTV DVBT USB1.1 |
| 49 | Artec T1 USB1.1 boxes |
| 50 | |
| 51 | The VP7041 seems to be identical to "CTS Portable" (Chinese |
| 52 | Television System). |
| 53 | |
| 54 | Say Y if you own such a device and want to use it. You should build it as |
| 55 | a module. |
| 56 | |
| 57 | config DVB_USB_DIBUSB_MC |
| 58 | tristate "DiBcom USB DVB-T devices (based on the DiB3000M-C/P) (see help for device list)" |
| 59 | depends on DVB_USB |
Patrick Boettcher | 22c6d93 | 2005-07-07 17:58:10 -0700 | [diff] [blame] | 60 | select DVB_DIB3000MC |
Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 61 | help |
| 62 | Support for 2.0 DVB-T receivers based on reference designs made by |
| 63 | DiBcom (<http://www.dibcom.fr>) equipped with a DiB3000M-C/P demodulator. |
| 64 | |
| 65 | Devices supported by this driver: |
| 66 | DiBcom USB2.0 reference devices (non-public) |
| 67 | Artec T1 USB2.0 boxes |
| 68 | |
| 69 | Say Y if you own such a device and want to use it. You should build it as |
| 70 | a module. |
| 71 | |
| 72 | config DVB_USB_UMT_010 |
| 73 | tristate "HanfTek UMT-010 DVB-T USB2.0 support" |
| 74 | depends on DVB_USB |
Patrick Boettcher | 22c6d93 | 2005-07-07 17:58:10 -0700 | [diff] [blame] | 75 | select DVB_DIB3000MC |
Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 76 | help |
| 77 | Say Y here to support the HanfTek UMT-010 USB2.0 stick-sized DVB-T receiver. |
| 78 | |
Patrick Boettcher | 22c6d93 | 2005-07-07 17:58:10 -0700 | [diff] [blame] | 79 | config DVB_USB_CXUSB |
| 80 | tristate "Medion MD95700 hybrid USB2.0 (Conexant) support" |
| 81 | depends on DVB_USB |
| 82 | select DVB_CX22702 |
| 83 | help |
| 84 | Say Y here to support the Medion MD95700 hybrid USB2.0 device. Currently |
Patrick Boettcher | d72fa1c | 2005-07-07 17:58:20 -0700 | [diff] [blame] | 85 | only the DVB-T part is supported. |
Patrick Boettcher | 22c6d93 | 2005-07-07 17:58:10 -0700 | [diff] [blame] | 86 | |
Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 87 | config DVB_USB_DIGITV |
| 88 | tristate "Nebula Electronics uDigiTV DVB-T USB2.0 support" |
| 89 | depends on DVB_USB |
Patrick Boettcher | 22c6d93 | 2005-07-07 17:58:10 -0700 | [diff] [blame] | 90 | select DVB_NXT6000 |
| 91 | select DVB_MT352 |
Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 92 | help |
| 93 | Say Y here to support the Nebula Electronics uDigitV USB2.0 DVB-T receiver. |
| 94 | |
| 95 | config DVB_USB_VP7045 |
| 96 | tristate "TwinhanDTV Alpha/MagicBoxII and DNTV tinyUSB2 DVB-T USB2.0 support" |
| 97 | depends on DVB_USB |
| 98 | help |
| 99 | Say Y here to support the |
| 100 | TwinhanDTV Alpha (stick) (VP-7045), |
| 101 | TwinhanDTV MagicBox II (VP-7046) and |
| 102 | DigitalNow TinyUSB 2 DVB-t DVB-T USB2.0 receivers. |
| 103 | |
| 104 | config DVB_USB_NOVA_T_USB2 |
| 105 | tristate "Hauppauge WinTV-NOVA-T usb2 DVB-T USB2.0 support" |
| 106 | depends on DVB_USB |
Patrick Boettcher | 22c6d93 | 2005-07-07 17:58:10 -0700 | [diff] [blame] | 107 | select DVB_DIB3000MC |
Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 108 | help |
| 109 | Say Y here to support the Hauppauge WinTV-NOVA-T usb2 DVB-T USB2.0 receiver. |
| 110 | |
| 111 | config DVB_USB_DTT200U |
Patrick Boettcher | d590f9c | 2005-07-07 17:58:33 -0700 | [diff] [blame^] | 112 | 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] | 113 | depends on DVB_USB |
| 114 | help |
Patrick Boettcher | fb41f5a | 2005-07-07 17:58:23 -0700 | [diff] [blame] | 115 | 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] | 116 | |
| 117 | The receivers are also known as DTT200U (Yakumo) and UB300 (Yuan). |
Patrick Boettcher | d590f9c | 2005-07-07 17:58:33 -0700 | [diff] [blame^] | 118 | |
| 119 | The WT-220U and its clones are pen-sized. |