Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 1 | config DVB_USB |
| 2 | tristate "Support for various USB DVB devices" |
Mauro Carvalho Chehab | 6bda964 | 2010-11-17 13:28:38 -0300 | [diff] [blame] | 3 | depends on DVB_CORE && USB && I2C && RC_CORE |
Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 4 | help |
Patrick Boettcher | d72fa1c | 2005-07-07 17:58:20 -0700 | [diff] [blame] | 5 | By enabling this you will be able to choose the various supported |
| 6 | USB1.1 and USB2.0 DVB devices. |
Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 7 | |
| 8 | Almost every USB device needs a firmware, please look into |
Mauro Carvalho Chehab | 670d7adb | 2018-05-08 18:29:30 -0300 | [diff] [blame] | 9 | <file:Documentation/media/dvb-drivers/dvb-usb.rst>. |
Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 10 | |
Patrick Boettcher | d72fa1c | 2005-07-07 17:58:20 -0700 | [diff] [blame] | 11 | For a complete list of supported USB devices see the LinuxTV DVB Wiki: |
Mauro Carvalho Chehab | 991ce92 | 2015-12-04 10:38:59 -0200 | [diff] [blame] | 12 | <https://linuxtv.org/wiki/index.php/DVB_USB> |
Patrick Boettcher | d72fa1c | 2005-07-07 17:58:20 -0700 | [diff] [blame] | 13 | |
| 14 | Say Y if you own a USB DVB device. |
Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 15 | |
| 16 | config DVB_USB_DEBUG |
| 17 | bool "Enable extended debug support for all DVB-USB devices" |
| 18 | depends on DVB_USB |
| 19 | help |
Patrick Boettcher | d72fa1c | 2005-07-07 17:58:20 -0700 | [diff] [blame] | 20 | 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] | 21 | appropriate drivers) for debug levels. |
| 22 | |
Arnd Bergmann | e91455a | 2016-07-19 12:14:34 -0300 | [diff] [blame] | 23 | config DVB_USB_DIB3000MC |
| 24 | tristate |
| 25 | depends on DVB_USB |
| 26 | select DVB_DIB3000MC |
| 27 | help |
| 28 | This is a module with helper functions for accessing the |
| 29 | DIB3000MC from USB DVB devices. It must be a separate module |
| 30 | in case DVB_USB is built-in and DVB_DIB3000MC is a module, |
| 31 | and gets selected automatically when needed. |
| 32 | |
Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 33 | config DVB_USB_A800 |
| 34 | tristate "AVerMedia AverTV DVB-T USB 2.0 (A800)" |
| 35 | depends on DVB_USB |
Arnd Bergmann | e91455a | 2016-07-19 12:14:34 -0300 | [diff] [blame] | 36 | select DVB_USB_DIB3000MC |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame] | 37 | select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT |
| 38 | select MEDIA_TUNER_MT2060 if MEDIA_SUBDRV_AUTOSELECT |
Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 39 | help |
| 40 | Say Y here to support the AVerMedia AverTV DVB-T USB 2.0 (A800) receiver. |
| 41 | |
| 42 | config DVB_USB_DIBUSB_MB |
| 43 | tristate "DiBcom USB DVB-T devices (based on the DiB3000M-B) (see help for device list)" |
| 44 | depends on DVB_USB |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame] | 45 | select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT |
Patrick Boettcher | 22c6d93 | 2005-07-07 17:58:10 -0700 | [diff] [blame] | 46 | select DVB_DIB3000MB |
Arnd Bergmann | d0fe85e | 2016-07-19 12:14:35 -0300 | [diff] [blame] | 47 | depends on DVB_DIB3000MC || !DVB_DIB3000MC |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame] | 48 | select MEDIA_TUNER_MT2060 if MEDIA_SUBDRV_AUTOSELECT |
Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 49 | help |
| 50 | Support for USB 1.1 and 2.0 DVB-T receivers based on reference designs made by |
| 51 | DiBcom (<http://www.dibcom.fr>) equipped with a DiB3000M-B demodulator. |
| 52 | |
Patrick Boettcher | 4d43e13 | 2006-09-30 06:53:48 -0300 | [diff] [blame] | 53 | For an up-to-date list of devices supported by this driver, have a look |
| 54 | on the Linux-DVB Wiki at www.linuxtv.org. |
Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 55 | |
| 56 | Say Y if you own such a device and want to use it. You should build it as |
| 57 | a module. |
| 58 | |
Marc Koschewski | 1157020 | 2006-01-09 18:21:36 -0200 | [diff] [blame] | 59 | config DVB_USB_DIBUSB_MB_FAULTY |
| 60 | bool "Support faulty USB IDs" |
| 61 | depends on DVB_USB_DIBUSB_MB |
| 62 | help |
| 63 | Support for faulty USB IDs due to an invalid EEPROM on some Artec devices. |
| 64 | |
Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 65 | config DVB_USB_DIBUSB_MC |
| 66 | tristate "DiBcom USB DVB-T devices (based on the DiB3000M-C/P) (see help for device list)" |
| 67 | depends on DVB_USB |
Arnd Bergmann | e91455a | 2016-07-19 12:14:34 -0300 | [diff] [blame] | 68 | select DVB_USB_DIB3000MC |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame] | 69 | select MEDIA_TUNER_MT2060 if MEDIA_SUBDRV_AUTOSELECT |
Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 70 | help |
Patrick Boettcher | 4d43e13 | 2006-09-30 06:53:48 -0300 | [diff] [blame] | 71 | 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] | 72 | DiBcom (<http://www.dibcom.fr>) equipped with a DiB3000M-C/P demodulator. |
| 73 | |
Patrick Boettcher | 4d43e13 | 2006-09-30 06:53:48 -0300 | [diff] [blame] | 74 | For an up-to-date list of devices supported by this driver, have a look |
| 75 | on the Linux-DVB Wiki at www.linuxtv.org. |
| 76 | |
| 77 | Say Y if you own such a device and want to use it. You should build it as |
| 78 | a module. |
| 79 | |
| 80 | config DVB_USB_DIB0700 |
| 81 | tristate "DiBcom DiB0700 USB DVB devices (see help for supported devices)" |
| 82 | depends on DVB_USB |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame] | 83 | select DVB_DIB7000P if MEDIA_SUBDRV_AUTOSELECT |
| 84 | select DVB_DIB7000M if MEDIA_SUBDRV_AUTOSELECT |
| 85 | select DVB_DIB8000 if MEDIA_SUBDRV_AUTOSELECT |
Arnd Bergmann | e91455a | 2016-07-19 12:14:34 -0300 | [diff] [blame] | 86 | select DVB_USB_DIB3000MC if MEDIA_SUBDRV_AUTOSELECT |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame] | 87 | select DVB_S5H1411 if MEDIA_SUBDRV_AUTOSELECT |
| 88 | select DVB_LGDT3305 if MEDIA_SUBDRV_AUTOSELECT |
Olli Salonen | c4d8454 | 2017-11-23 03:24:46 -0500 | [diff] [blame] | 89 | select DVB_MN88472 if MEDIA_SUBDRV_AUTOSELECT |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame] | 90 | select DVB_TUNER_DIB0070 if MEDIA_SUBDRV_AUTOSELECT |
| 91 | select DVB_TUNER_DIB0090 if MEDIA_SUBDRV_AUTOSELECT |
| 92 | select MEDIA_TUNER_MT2060 if MEDIA_SUBDRV_AUTOSELECT |
| 93 | select MEDIA_TUNER_MT2266 if MEDIA_SUBDRV_AUTOSELECT |
| 94 | select MEDIA_TUNER_XC2028 if MEDIA_SUBDRV_AUTOSELECT |
| 95 | select MEDIA_TUNER_XC5000 if MEDIA_SUBDRV_AUTOSELECT |
| 96 | select MEDIA_TUNER_XC4000 if MEDIA_SUBDRV_AUTOSELECT |
| 97 | select MEDIA_TUNER_MXL5007T if MEDIA_SUBDRV_AUTOSELECT |
Olli Salonen | c4d8454 | 2017-11-23 03:24:46 -0500 | [diff] [blame] | 98 | select MEDIA_TUNER_TDA18250 if MEDIA_SUBDRV_AUTOSELECT |
Patrick Boettcher | 4d43e13 | 2006-09-30 06:53:48 -0300 | [diff] [blame] | 99 | help |
| 100 | Support for USB2.0/1.1 DVB receivers based on the DiB0700 USB bridge. The |
| 101 | USB bridge is also present in devices having the DiB7700 DVB-T-USB |
| 102 | silicon. This chip can be found in devices offered by Hauppauge, |
| 103 | Avermedia and other big and small companies. |
| 104 | |
| 105 | For an up-to-date list of devices supported by this driver, have a look |
Patrick Boettcher | 77e2c0f | 2009-08-17 07:01:10 -0300 | [diff] [blame] | 106 | on the LinuxTV Wiki at www.linuxtv.org. |
Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 107 | |
| 108 | Say Y if you own such a device and want to use it. You should build it as |
| 109 | a module. |
| 110 | |
| 111 | config DVB_USB_UMT_010 |
| 112 | tristate "HanfTek UMT-010 DVB-T USB2.0 support" |
| 113 | depends on DVB_USB |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame] | 114 | select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT |
Arnd Bergmann | e91455a | 2016-07-19 12:14:34 -0300 | [diff] [blame] | 115 | select DVB_USB_DIB3000MC |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame] | 116 | select MEDIA_TUNER_MT2060 if MEDIA_SUBDRV_AUTOSELECT |
| 117 | select DVB_MT352 if MEDIA_SUBDRV_AUTOSELECT |
Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 118 | help |
| 119 | Say Y here to support the HanfTek UMT-010 USB2.0 stick-sized DVB-T receiver. |
| 120 | |
Patrick Boettcher | 22c6d93 | 2005-07-07 17:58:10 -0700 | [diff] [blame] | 121 | config DVB_USB_CXUSB |
Michael Krufky | 36377a1 | 2006-02-07 06:25:47 -0200 | [diff] [blame] | 122 | tristate "Conexant USB2.0 hybrid reference design support" |
Patrick Boettcher | 22c6d93 | 2005-07-07 17:58:10 -0700 | [diff] [blame] | 123 | depends on DVB_USB |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame] | 124 | select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT |
| 125 | select DVB_CX22702 if MEDIA_SUBDRV_AUTOSELECT |
| 126 | select DVB_LGDT330X if MEDIA_SUBDRV_AUTOSELECT |
| 127 | select DVB_MT352 if MEDIA_SUBDRV_AUTOSELECT |
| 128 | select DVB_ZL10353 if MEDIA_SUBDRV_AUTOSELECT |
| 129 | select DVB_DIB7000P if MEDIA_SUBDRV_AUTOSELECT |
| 130 | select DVB_TUNER_DIB0070 if MEDIA_SUBDRV_AUTOSELECT |
| 131 | select DVB_ATBM8830 if MEDIA_SUBDRV_AUTOSELECT |
| 132 | select DVB_LGS8GXX if MEDIA_SUBDRV_AUTOSELECT |
Olli Salonen | 26c42b0 | 2014-07-13 10:52:22 -0300 | [diff] [blame] | 133 | select DVB_SI2168 if MEDIA_SUBDRV_AUTOSELECT |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame] | 134 | select MEDIA_TUNER_SIMPLE if MEDIA_SUBDRV_AUTOSELECT |
| 135 | select MEDIA_TUNER_XC2028 if MEDIA_SUBDRV_AUTOSELECT |
| 136 | select MEDIA_TUNER_MXL5005S if MEDIA_SUBDRV_AUTOSELECT |
| 137 | select MEDIA_TUNER_MAX2165 if MEDIA_SUBDRV_AUTOSELECT |
Olli Salonen | 26c42b0 | 2014-07-13 10:52:22 -0300 | [diff] [blame] | 138 | select MEDIA_TUNER_SI2157 if MEDIA_SUBDRV_AUTOSELECT |
Patrick Boettcher | 22c6d93 | 2005-07-07 17:58:10 -0700 | [diff] [blame] | 139 | help |
Michael Krufky | 36377a1 | 2006-02-07 06:25:47 -0200 | [diff] [blame] | 140 | Say Y here to support the Conexant USB2.0 hybrid reference design. |
| 141 | Currently, only DVB and ATSC modes are supported, analog mode |
| 142 | shall be added in the future. Devices that require this module: |
| 143 | |
| 144 | Medion MD95700 hybrid USB2.0 device. |
| 145 | DViCO FusionHDTV (Bluebird) USB2.0 devices |
Patrick Boettcher | 22c6d93 | 2005-07-07 17:58:10 -0700 | [diff] [blame] | 146 | |
Michael Krufky | baa2ed0 | 2006-09-23 20:01:29 -0300 | [diff] [blame] | 147 | config DVB_USB_M920X |
| 148 | tristate "Uli m920x DVB-T USB2.0 support" |
Aapo Tahkola | 5fecd9f | 2006-09-23 20:00:41 -0300 | [diff] [blame] | 149 | depends on DVB_USB |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame] | 150 | select DVB_MT352 if MEDIA_SUBDRV_AUTOSELECT |
| 151 | select DVB_TDA1004X if MEDIA_SUBDRV_AUTOSELECT |
| 152 | select MEDIA_TUNER_QT1010 if MEDIA_SUBDRV_AUTOSELECT |
| 153 | select MEDIA_TUNER_TDA827X if MEDIA_SUBDRV_AUTOSELECT |
| 154 | select MEDIA_TUNER_SIMPLE if MEDIA_SUBDRV_AUTOSELECT |
Aapo Tahkola | 5fecd9f | 2006-09-23 20:00:41 -0300 | [diff] [blame] | 155 | help |
| 156 | Say Y here to support the MSI Mega Sky 580 USB2.0 DVB-T receiver. |
| 157 | Currently, only devices with a product id of |
| 158 | "DTV USB MINI" (in cold state) are supported. |
| 159 | Firmware required. |
| 160 | |
Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 161 | config DVB_USB_DIGITV |
| 162 | tristate "Nebula Electronics uDigiTV DVB-T USB2.0 support" |
| 163 | depends on DVB_USB |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame] | 164 | select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT |
| 165 | select DVB_NXT6000 if MEDIA_SUBDRV_AUTOSELECT |
| 166 | select DVB_MT352 if MEDIA_SUBDRV_AUTOSELECT |
Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 167 | help |
| 168 | Say Y here to support the Nebula Electronics uDigitV USB2.0 DVB-T receiver. |
| 169 | |
| 170 | config DVB_USB_VP7045 |
Patrick Boettcher | 3706a4d | 2005-09-09 13:02:41 -0700 | [diff] [blame] | 171 | tristate "TwinhanDTV Alpha/MagicBoxII, DNTV tinyUSB2, Beetle USB2.0 support" |
Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 172 | depends on DVB_USB |
| 173 | help |
| 174 | Say Y here to support the |
Patrick Boettcher | 3706a4d | 2005-09-09 13:02:41 -0700 | [diff] [blame] | 175 | |
Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 176 | TwinhanDTV Alpha (stick) (VP-7045), |
Patrick Boettcher | 3706a4d | 2005-09-09 13:02:41 -0700 | [diff] [blame] | 177 | TwinhanDTV MagicBox II (VP-7046), |
| 178 | DigitalNow TinyUSB 2 DVB-t, |
| 179 | DigitalRise USB 2.0 Ter (Beetle) and |
| 180 | TYPHOON DVB-T USB DRIVE |
| 181 | |
| 182 | DVB-T USB2.0 receivers. |
| 183 | |
| 184 | config DVB_USB_VP702X |
| 185 | tristate "TwinhanDTV StarBox and clones DVB-S USB2.0 support" |
| 186 | depends on DVB_USB |
| 187 | help |
| 188 | Say Y here to support the |
| 189 | |
| 190 | TwinhanDTV StarBox, |
| 191 | DigitalRise USB Starbox and |
| 192 | TYPHOON DVB-S USB 2.0 BOX |
| 193 | |
| 194 | DVB-S USB2.0 receivers. |
Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 195 | |
Alan Nisota | 9bbe076 | 2006-05-14 13:23:56 -0300 | [diff] [blame] | 196 | config DVB_USB_GP8PSK |
| 197 | tristate "GENPIX 8PSK->USB module support" |
| 198 | depends on DVB_USB |
| 199 | help |
| 200 | Say Y here to support the |
| 201 | GENPIX 8psk module |
| 202 | |
| 203 | DVB-S USB2.0 receivers. |
| 204 | |
Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 205 | config DVB_USB_NOVA_T_USB2 |
| 206 | tristate "Hauppauge WinTV-NOVA-T usb2 DVB-T USB2.0 support" |
| 207 | depends on DVB_USB |
Arnd Bergmann | e91455a | 2016-07-19 12:14:34 -0300 | [diff] [blame] | 208 | select DVB_USB_DIB3000MC |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame] | 209 | select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT |
| 210 | select MEDIA_TUNER_MT2060 if MEDIA_SUBDRV_AUTOSELECT |
Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 211 | help |
| 212 | Say Y here to support the Hauppauge WinTV-NOVA-T usb2 DVB-T USB2.0 receiver. |
| 213 | |
Patrick Boettcher | bc2e391 | 2006-12-02 21:16:04 -0200 | [diff] [blame] | 214 | config DVB_USB_TTUSB2 |
| 215 | tristate "Pinnacle 400e DVB-S USB2.0 support" |
| 216 | depends on DVB_USB |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame] | 217 | select DVB_TDA10086 if MEDIA_SUBDRV_AUTOSELECT |
| 218 | select DVB_LNBP21 if MEDIA_SUBDRV_AUTOSELECT |
| 219 | select DVB_TDA826X if MEDIA_SUBDRV_AUTOSELECT |
Matti Kurkela | da92c29 | 2013-02-05 07:08:42 -0300 | [diff] [blame] | 220 | select DVB_TDA10023 if MEDIA_SUBDRV_AUTOSELECT |
| 221 | select DVB_TDA10048 if MEDIA_SUBDRV_AUTOSELECT |
| 222 | select MEDIA_TUNER_TDA827X if MEDIA_SUBDRV_AUTOSELECT |
Patrick Boettcher | bc2e391 | 2006-12-02 21:16:04 -0200 | [diff] [blame] | 223 | help |
Matti Kurkela | da92c29 | 2013-02-05 07:08:42 -0300 | [diff] [blame] | 224 | Say Y here to support the Pinnacle 400e DVB-S USB2.0 receiver and |
| 225 | the TechnoTrend CT-3650 CI DVB-C/T USB2.0 receiver. The |
Patrick Boettcher | bc2e391 | 2006-12-02 21:16:04 -0200 | [diff] [blame] | 226 | firmware protocol used by this module is similar to the one used by the |
Pavel Machek | 4737f09 | 2009-06-05 00:44:53 +0200 | [diff] [blame] | 227 | old ttusb-driver - that's why the module is called dvb-usb-ttusb2. |
Patrick Boettcher | bc2e391 | 2006-12-02 21:16:04 -0200 | [diff] [blame] | 228 | |
Johannes Stezenbach | 776338e | 2005-06-23 22:02:35 -0700 | [diff] [blame] | 229 | config DVB_USB_DTT200U |
Patrick Boettcher | d590f9c | 2005-07-07 17:58:33 -0700 | [diff] [blame] | 230 | 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] | 231 | depends on DVB_USB |
| 232 | help |
Patrick Boettcher | fb41f5a | 2005-07-07 17:58:23 -0700 | [diff] [blame] | 233 | 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] | 234 | |
| 235 | The receivers are also known as DTT200U (Yakumo) and UB300 (Yuan). |
Patrick Boettcher | d590f9c | 2005-07-07 17:58:33 -0700 | [diff] [blame] | 236 | |
| 237 | The WT-220U and its clones are pen-sized. |
Marco Gittler | 941491f | 2007-04-19 11:26:47 -0300 | [diff] [blame] | 238 | |
| 239 | config DVB_USB_OPERA1 |
| 240 | tristate "Opera1 DVB-S USB2.0 receiver" |
| 241 | depends on DVB_USB |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame] | 242 | select DVB_STV0299 if MEDIA_SUBDRV_AUTOSELECT |
| 243 | select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT |
Marco Gittler | 941491f | 2007-04-19 11:26:47 -0300 | [diff] [blame] | 244 | help |
| 245 | Say Y here to support the Opera DVB-S USB2.0 receiver. |
Luca Olivetti | af4e067 | 2007-05-07 15:19:32 -0300 | [diff] [blame] | 246 | |
| 247 | config DVB_USB_AF9005 |
| 248 | tristate "Afatech AF9005 DVB-T USB1.1 support" |
Hans Verkuil | 2cca7d4 | 2012-09-03 10:16:34 -0300 | [diff] [blame] | 249 | depends on DVB_USB |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame] | 250 | select MEDIA_TUNER_MT2060 if MEDIA_SUBDRV_AUTOSELECT |
| 251 | select MEDIA_TUNER_QT1010 if MEDIA_SUBDRV_AUTOSELECT |
Luca Olivetti | af4e067 | 2007-05-07 15:19:32 -0300 | [diff] [blame] | 252 | help |
| 253 | Say Y here to support the Afatech AF9005 based DVB-T USB1.1 receiver |
| 254 | and the TerraTec Cinergy T USB XE (Rev.1) |
| 255 | |
| 256 | config DVB_USB_AF9005_REMOTE |
| 257 | tristate "Afatech AF9005 default remote control support" |
| 258 | depends on DVB_USB_AF9005 |
| 259 | help |
| 260 | Say Y here to support the default remote control decoding for the |
| 261 | Afatech AF9005 based receiver. |
| 262 | |
Igor M. Liplianin | 4e2c53f | 2011-09-23 18:33:50 -0300 | [diff] [blame] | 263 | config DVB_USB_PCTV452E |
| 264 | tristate "Pinnacle PCTV HDTV Pro USB device/TT Connect S2-3600" |
| 265 | depends on DVB_USB |
| 266 | select TTPCI_EEPROM |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame] | 267 | select DVB_LNBP22 if MEDIA_SUBDRV_AUTOSELECT |
| 268 | select DVB_STB0899 if MEDIA_SUBDRV_AUTOSELECT |
| 269 | select DVB_STB6100 if MEDIA_SUBDRV_AUTOSELECT |
Igor M. Liplianin | 4e2c53f | 2011-09-23 18:33:50 -0300 | [diff] [blame] | 270 | help |
| 271 | Support for external USB adapter designed by Pinnacle, |
| 272 | shipped under the brand name 'PCTV HDTV Pro USB'. |
| 273 | Also supports TT Connect S2-3600/3650 cards. |
| 274 | Say Y if you own such a device and want to use it. |
| 275 | |
Igor M Liplianin | 7fd4828 | 2008-07-20 08:05:50 -0300 | [diff] [blame] | 276 | config DVB_USB_DW2102 |
Igor M. Liplianin | d0a1dda | 2009-06-20 09:54:18 -0300 | [diff] [blame] | 277 | tristate "DvbWorld & TeVii DVB-S/S2 USB2.0 support" |
Igor M Liplianin | 7fd4828 | 2008-07-20 08:05:50 -0300 | [diff] [blame] | 278 | depends on DVB_USB |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame] | 279 | select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT |
| 280 | select DVB_STV0299 if MEDIA_SUBDRV_AUTOSELECT |
| 281 | select DVB_STV0288 if MEDIA_SUBDRV_AUTOSELECT |
| 282 | select DVB_STB6000 if MEDIA_SUBDRV_AUTOSELECT |
| 283 | select DVB_CX24116 if MEDIA_SUBDRV_AUTOSELECT |
| 284 | select DVB_SI21XX if MEDIA_SUBDRV_AUTOSELECT |
| 285 | select DVB_TDA10023 if MEDIA_SUBDRV_AUTOSELECT |
| 286 | select DVB_MT312 if MEDIA_SUBDRV_AUTOSELECT |
| 287 | select DVB_ZL10039 if MEDIA_SUBDRV_AUTOSELECT |
| 288 | select DVB_DS3000 if MEDIA_SUBDRV_AUTOSELECT |
Konstantin Dimitrov | 73f0af4 | 2012-12-23 19:25:38 -0300 | [diff] [blame] | 289 | select DVB_TS2020 if MEDIA_SUBDRV_AUTOSELECT |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame] | 290 | select DVB_STB6100 if MEDIA_SUBDRV_AUTOSELECT |
| 291 | select DVB_STV6110 if MEDIA_SUBDRV_AUTOSELECT |
| 292 | select DVB_STV0900 if MEDIA_SUBDRV_AUTOSELECT |
Igor M. Liplianin | a3e7ad2 | 2012-12-28 19:40:04 -0300 | [diff] [blame] | 293 | select DVB_M88RS2000 if MEDIA_SUBDRV_AUTOSELECT |
Olli Salonen | 27254c3 | 2015-03-16 14:22:18 -0300 | [diff] [blame] | 294 | select DVB_M88DS3103 if MEDIA_SUBDRV_AUTOSELECT |
Igor M Liplianin | 7fd4828 | 2008-07-20 08:05:50 -0300 | [diff] [blame] | 295 | help |
Olli Salonen | 27254c3 | 2015-03-16 14:22:18 -0300 | [diff] [blame] | 296 | Say Y here to support the DvbWorld, TeVii, Prof, TechnoTrend |
| 297 | DVB-S/S2 USB2.0 receivers. |
Igor M Liplianin | 7fd4828 | 2008-07-20 08:05:50 -0300 | [diff] [blame] | 298 | |
Thierry MERLE | bdb6ee3 | 2008-10-23 17:49:49 -0300 | [diff] [blame] | 299 | config DVB_USB_CINERGY_T2 |
Tomi Orava | 986bd1e | 2008-09-19 00:48:31 -0300 | [diff] [blame] | 300 | tristate "Terratec CinergyT2/qanu USB 2.0 DVB-T receiver" |
| 301 | depends on DVB_USB |
| 302 | help |
| 303 | Support for "TerraTec CinergyT2" USB2.0 Highspeed DVB Receivers |
| 304 | |
| 305 | Say Y if you own such a device and want to use it. |
| 306 | |
Antoine Jacquet | 8466028 | 2008-08-11 13:12:19 -0300 | [diff] [blame] | 307 | config DVB_USB_DTV5100 |
| 308 | tristate "AME DTV-5100 USB2.0 DVB-T support" |
| 309 | depends on DVB_USB |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame] | 310 | select DVB_ZL10353 if MEDIA_SUBDRV_AUTOSELECT |
| 311 | select MEDIA_TUNER_QT1010 if MEDIA_SUBDRV_AUTOSELECT |
Antoine Jacquet | 8466028 | 2008-08-11 13:12:19 -0300 | [diff] [blame] | 312 | help |
| 313 | Say Y here to support the AME DTV-5100 USB2.0 DVB-T receiver. |
Antti Palosaari | 80619de | 2008-09-15 17:18:09 -0300 | [diff] [blame] | 314 | |
Akihiro Tsukada | 5eca482 | 2009-08-25 02:39:51 -0300 | [diff] [blame] | 315 | config DVB_USB_FRIIO |
| 316 | tristate "Friio ISDB-T USB2.0 Receiver support" |
| 317 | depends on DVB_USB |
| 318 | help |
| 319 | Say Y here to support the Japanese DTV receiver Friio. |
Antti Palosaari | 2bf290b | 2009-11-13 22:38:55 -0300 | [diff] [blame] | 320 | |
Manu Abraham | bafa50f | 2010-02-14 15:03:39 -0300 | [diff] [blame] | 321 | config DVB_USB_AZ6027 |
| 322 | tristate "Azurewave DVB-S/S2 USB2.0 AZ6027 support" |
| 323 | depends on DVB_USB |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame] | 324 | select DVB_STB0899 if MEDIA_SUBDRV_AUTOSELECT |
| 325 | select DVB_STB6100 if MEDIA_SUBDRV_AUTOSELECT |
Manu Abraham | bafa50f | 2010-02-14 15:03:39 -0300 | [diff] [blame] | 326 | help |
| 327 | Say Y here to support the AZ6027 device |
Malcolm Priestley | d2f918b | 2010-09-02 17:29:30 -0300 | [diff] [blame] | 328 | |
Patrick Boettcher | 739ff04 | 2010-10-31 16:24:19 -0300 | [diff] [blame] | 329 | config DVB_USB_TECHNISAT_USB2 |
| 330 | tristate "Technisat DVB-S/S2 USB2.0 support" |
| 331 | depends on DVB_USB |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame] | 332 | select DVB_STV090x if MEDIA_SUBDRV_AUTOSELECT |
| 333 | select DVB_STV6110x if MEDIA_SUBDRV_AUTOSELECT |
Patrick Boettcher | 739ff04 | 2010-10-31 16:24:19 -0300 | [diff] [blame] | 334 | help |
| 335 | Say Y here to support the Technisat USB2 DVB-S/S2 device |