Kconfig (786baecfe78f8e25547c628b48a60fc8e5636056) | Kconfig (fccea74ff8b5159935acc7b4b4857ee81ee44661) |
---|---|
1config DVB_USB 2 tristate "Support for various USB DVB devices" 3 depends on DVB_CORE && USB && I2C && RC_CORE 4 help 5 By enabling this you will be able to choose the various supported 6 USB1.1 and USB2.0 DVB devices. 7 8 Almost every USB device needs a firmware, please look into --- 10 unchanged lines hidden (view full) --- 19 help 20 Say Y if you want to enable debugging. See modinfo dvb-usb (and the 21 appropriate drivers) for debug levels. 22 23config DVB_USB_A800 24 tristate "AVerMedia AverTV DVB-T USB 2.0 (A800)" 25 depends on DVB_USB 26 select DVB_DIB3000MC | 1config DVB_USB 2 tristate "Support for various USB DVB devices" 3 depends on DVB_CORE && USB && I2C && RC_CORE 4 help 5 By enabling this you will be able to choose the various supported 6 USB1.1 and USB2.0 DVB devices. 7 8 Almost every USB device needs a firmware, please look into --- 10 unchanged lines hidden (view full) --- 19 help 20 Say Y if you want to enable debugging. See modinfo dvb-usb (and the 21 appropriate drivers) for debug levels. 22 23config DVB_USB_A800 24 tristate "AVerMedia AverTV DVB-T USB 2.0 (A800)" 25 depends on DVB_USB 26 select DVB_DIB3000MC |
27 select DVB_PLL if !DVB_FE_CUSTOMISE 28 select MEDIA_TUNER_MT2060 if !MEDIA_TUNER_CUSTOMISE | 27 select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT 28 select MEDIA_TUNER_MT2060 if MEDIA_SUBDRV_AUTOSELECT |
29 help 30 Say Y here to support the AVerMedia AverTV DVB-T USB 2.0 (A800) receiver. 31 32config DVB_USB_DIBUSB_MB 33 tristate "DiBcom USB DVB-T devices (based on the DiB3000M-B) (see help for device list)" 34 depends on DVB_USB | 29 help 30 Say Y here to support the AVerMedia AverTV DVB-T USB 2.0 (A800) receiver. 31 32config DVB_USB_DIBUSB_MB 33 tristate "DiBcom USB DVB-T devices (based on the DiB3000M-B) (see help for device list)" 34 depends on DVB_USB |
35 select DVB_PLL if !DVB_FE_CUSTOMISE | 35 select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT |
36 select DVB_DIB3000MB | 36 select DVB_DIB3000MB |
37 select MEDIA_TUNER_MT2060 if !MEDIA_TUNER_CUSTOMISE | 37 select MEDIA_TUNER_MT2060 if MEDIA_SUBDRV_AUTOSELECT |
38 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 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. 44 45 Say Y if you own such a device and want to use it. You should build it as --- 4 unchanged lines hidden (view full) --- 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 54config 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 57 select DVB_DIB3000MC | 38 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 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. 44 45 Say Y if you own such a device and want to use it. You should build it as --- 4 unchanged lines hidden (view full) --- 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 54config 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 57 select DVB_DIB3000MC |
58 select MEDIA_TUNER_MT2060 if !MEDIA_TUNER_CUSTOMISE | 58 select MEDIA_TUNER_MT2060 if MEDIA_SUBDRV_AUTOSELECT |
59 help 60 Support for USB2.0 DVB-T receivers based on reference designs made by 61 DiBcom (<http://www.dibcom.fr>) equipped with a DiB3000M-C/P demodulator. 62 63 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 | 59 help 60 Support for USB2.0 DVB-T receivers based on reference designs made by 61 DiBcom (<http://www.dibcom.fr>) equipped with a DiB3000M-C/P demodulator. 62 63 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 |
72 select DVB_DIB7000P if !DVB_FE_CUSTOMISE 73 select DVB_DIB7000M if !DVB_FE_CUSTOMISE 74 select DVB_DIB8000 if !DVB_FE_CUSTOMISE 75 select DVB_DIB3000MC if !DVB_FE_CUSTOMISE 76 select DVB_S5H1411 if !DVB_FE_CUSTOMISE 77 select DVB_LGDT3305 if !DVB_FE_CUSTOMISE 78 select DVB_TUNER_DIB0070 if !DVB_FE_CUSTOMISE 79 select DVB_TUNER_DIB0090 if !DVB_FE_CUSTOMISE 80 select MEDIA_TUNER_MT2060 if !MEDIA_TUNER_CUSTOMISE 81 select MEDIA_TUNER_MT2266 if !MEDIA_TUNER_CUSTOMISE 82 select MEDIA_TUNER_XC2028 if !MEDIA_TUNER_CUSTOMISE 83 select MEDIA_TUNER_XC5000 if !MEDIA_TUNER_CUSTOMISE 84 select MEDIA_TUNER_XC4000 if !MEDIA_TUNER_CUSTOMISE 85 select MEDIA_TUNER_MXL5007T if !MEDIA_TUNER_CUSTOMISE | 72 select DVB_DIB7000P if MEDIA_SUBDRV_AUTOSELECT 73 select DVB_DIB7000M if MEDIA_SUBDRV_AUTOSELECT 74 select DVB_DIB8000 if MEDIA_SUBDRV_AUTOSELECT 75 select DVB_DIB3000MC if MEDIA_SUBDRV_AUTOSELECT 76 select DVB_S5H1411 if MEDIA_SUBDRV_AUTOSELECT 77 select DVB_LGDT3305 if MEDIA_SUBDRV_AUTOSELECT 78 select DVB_TUNER_DIB0070 if MEDIA_SUBDRV_AUTOSELECT 79 select DVB_TUNER_DIB0090 if MEDIA_SUBDRV_AUTOSELECT 80 select MEDIA_TUNER_MT2060 if MEDIA_SUBDRV_AUTOSELECT 81 select MEDIA_TUNER_MT2266 if MEDIA_SUBDRV_AUTOSELECT 82 select MEDIA_TUNER_XC2028 if MEDIA_SUBDRV_AUTOSELECT 83 select MEDIA_TUNER_XC5000 if MEDIA_SUBDRV_AUTOSELECT 84 select MEDIA_TUNER_XC4000 if MEDIA_SUBDRV_AUTOSELECT 85 select MEDIA_TUNER_MXL5007T if MEDIA_SUBDRV_AUTOSELECT |
86 help 87 Support for USB2.0/1.1 DVB receivers based on the DiB0700 USB bridge. The 88 USB bridge is also present in devices having the DiB7700 DVB-T-USB 89 silicon. This chip can be found in devices offered by Hauppauge, 90 Avermedia and other big and small companies. 91 92 For an up-to-date list of devices supported by this driver, have a look 93 on the LinuxTV Wiki at www.linuxtv.org. 94 95 Say Y if you own such a device and want to use it. You should build it as 96 a module. 97 98config DVB_USB_UMT_010 99 tristate "HanfTek UMT-010 DVB-T USB2.0 support" 100 depends on DVB_USB | 86 help 87 Support for USB2.0/1.1 DVB receivers based on the DiB0700 USB bridge. The 88 USB bridge is also present in devices having the DiB7700 DVB-T-USB 89 silicon. This chip can be found in devices offered by Hauppauge, 90 Avermedia and other big and small companies. 91 92 For an up-to-date list of devices supported by this driver, have a look 93 on the LinuxTV Wiki at www.linuxtv.org. 94 95 Say Y if you own such a device and want to use it. You should build it as 96 a module. 97 98config DVB_USB_UMT_010 99 tristate "HanfTek UMT-010 DVB-T USB2.0 support" 100 depends on DVB_USB |
101 select DVB_PLL if !DVB_FE_CUSTOMISE | 101 select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT |
102 select DVB_DIB3000MC | 102 select DVB_DIB3000MC |
103 select MEDIA_TUNER_MT2060 if !MEDIA_TUNER_CUSTOMISE 104 select DVB_MT352 if !DVB_FE_CUSTOMISE | 103 select MEDIA_TUNER_MT2060 if MEDIA_SUBDRV_AUTOSELECT 104 select DVB_MT352 if MEDIA_SUBDRV_AUTOSELECT |
105 help 106 Say Y here to support the HanfTek UMT-010 USB2.0 stick-sized DVB-T receiver. 107 108config DVB_USB_CXUSB 109 tristate "Conexant USB2.0 hybrid reference design support" 110 depends on DVB_USB | 105 help 106 Say Y here to support the HanfTek UMT-010 USB2.0 stick-sized DVB-T receiver. 107 108config DVB_USB_CXUSB 109 tristate "Conexant USB2.0 hybrid reference design support" 110 depends on DVB_USB |
111 select DVB_PLL if !DVB_FE_CUSTOMISE 112 select DVB_CX22702 if !DVB_FE_CUSTOMISE 113 select DVB_LGDT330X if !DVB_FE_CUSTOMISE 114 select DVB_MT352 if !DVB_FE_CUSTOMISE 115 select DVB_ZL10353 if !DVB_FE_CUSTOMISE 116 select DVB_DIB7000P if !DVB_FE_CUSTOMISE 117 select DVB_TUNER_DIB0070 if !DVB_FE_CUSTOMISE 118 select DVB_ATBM8830 if !DVB_FE_CUSTOMISE 119 select DVB_LGS8GXX if !DVB_FE_CUSTOMISE 120 select MEDIA_TUNER_SIMPLE if !MEDIA_TUNER_CUSTOMISE 121 select MEDIA_TUNER_XC2028 if !MEDIA_TUNER_CUSTOMISE 122 select MEDIA_TUNER_MXL5005S if !MEDIA_TUNER_CUSTOMISE 123 select MEDIA_TUNER_MAX2165 if !MEDIA_TUNER_CUSTOMISE | 111 select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT 112 select DVB_CX22702 if MEDIA_SUBDRV_AUTOSELECT 113 select DVB_LGDT330X if MEDIA_SUBDRV_AUTOSELECT 114 select DVB_MT352 if MEDIA_SUBDRV_AUTOSELECT 115 select DVB_ZL10353 if MEDIA_SUBDRV_AUTOSELECT 116 select DVB_DIB7000P if MEDIA_SUBDRV_AUTOSELECT 117 select DVB_TUNER_DIB0070 if MEDIA_SUBDRV_AUTOSELECT 118 select DVB_ATBM8830 if MEDIA_SUBDRV_AUTOSELECT 119 select DVB_LGS8GXX if MEDIA_SUBDRV_AUTOSELECT 120 select MEDIA_TUNER_SIMPLE if MEDIA_SUBDRV_AUTOSELECT 121 select MEDIA_TUNER_XC2028 if MEDIA_SUBDRV_AUTOSELECT 122 select MEDIA_TUNER_MXL5005S if MEDIA_SUBDRV_AUTOSELECT 123 select MEDIA_TUNER_MAX2165 if MEDIA_SUBDRV_AUTOSELECT |
124 help 125 Say Y here to support the Conexant USB2.0 hybrid reference design. 126 Currently, only DVB and ATSC modes are supported, analog mode 127 shall be added in the future. Devices that require this module: 128 129 Medion MD95700 hybrid USB2.0 device. 130 DViCO FusionHDTV (Bluebird) USB2.0 devices 131 132config DVB_USB_M920X 133 tristate "Uli m920x DVB-T USB2.0 support" 134 depends on DVB_USB | 124 help 125 Say Y here to support the Conexant USB2.0 hybrid reference design. 126 Currently, only DVB and ATSC modes are supported, analog mode 127 shall be added in the future. Devices that require this module: 128 129 Medion MD95700 hybrid USB2.0 device. 130 DViCO FusionHDTV (Bluebird) USB2.0 devices 131 132config DVB_USB_M920X 133 tristate "Uli m920x DVB-T USB2.0 support" 134 depends on DVB_USB |
135 select DVB_MT352 if !DVB_FE_CUSTOMISE 136 select DVB_TDA1004X if !DVB_FE_CUSTOMISE 137 select MEDIA_TUNER_QT1010 if !MEDIA_TUNER_CUSTOMISE 138 select MEDIA_TUNER_TDA827X if !MEDIA_TUNER_CUSTOMISE 139 select MEDIA_TUNER_SIMPLE if !MEDIA_TUNER_CUSTOMISE | 135 select DVB_MT352 if MEDIA_SUBDRV_AUTOSELECT 136 select DVB_TDA1004X if MEDIA_SUBDRV_AUTOSELECT 137 select MEDIA_TUNER_QT1010 if MEDIA_SUBDRV_AUTOSELECT 138 select MEDIA_TUNER_TDA827X if MEDIA_SUBDRV_AUTOSELECT 139 select MEDIA_TUNER_SIMPLE if MEDIA_SUBDRV_AUTOSELECT |
140 help 141 Say Y here to support the MSI Mega Sky 580 USB2.0 DVB-T receiver. 142 Currently, only devices with a product id of 143 "DTV USB MINI" (in cold state) are supported. 144 Firmware required. 145 146config DVB_USB_DIGITV 147 tristate "Nebula Electronics uDigiTV DVB-T USB2.0 support" 148 depends on DVB_USB | 140 help 141 Say Y here to support the MSI Mega Sky 580 USB2.0 DVB-T receiver. 142 Currently, only devices with a product id of 143 "DTV USB MINI" (in cold state) are supported. 144 Firmware required. 145 146config DVB_USB_DIGITV 147 tristate "Nebula Electronics uDigiTV DVB-T USB2.0 support" 148 depends on DVB_USB |
149 select DVB_PLL if !DVB_FE_CUSTOMISE 150 select DVB_NXT6000 if !DVB_FE_CUSTOMISE 151 select DVB_MT352 if !DVB_FE_CUSTOMISE | 149 select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT 150 select DVB_NXT6000 if MEDIA_SUBDRV_AUTOSELECT 151 select DVB_MT352 if MEDIA_SUBDRV_AUTOSELECT |
152 help 153 Say Y here to support the Nebula Electronics uDigitV USB2.0 DVB-T receiver. 154 155config DVB_USB_VP7045 156 tristate "TwinhanDTV Alpha/MagicBoxII, DNTV tinyUSB2, Beetle USB2.0 support" 157 depends on DVB_USB 158 help 159 Say Y here to support the --- 26 unchanged lines hidden (view full) --- 186 GENPIX 8psk module 187 188 DVB-S USB2.0 receivers. 189 190config DVB_USB_NOVA_T_USB2 191 tristate "Hauppauge WinTV-NOVA-T usb2 DVB-T USB2.0 support" 192 depends on DVB_USB 193 select DVB_DIB3000MC | 152 help 153 Say Y here to support the Nebula Electronics uDigitV USB2.0 DVB-T receiver. 154 155config DVB_USB_VP7045 156 tristate "TwinhanDTV Alpha/MagicBoxII, DNTV tinyUSB2, Beetle USB2.0 support" 157 depends on DVB_USB 158 help 159 Say Y here to support the --- 26 unchanged lines hidden (view full) --- 186 GENPIX 8psk module 187 188 DVB-S USB2.0 receivers. 189 190config DVB_USB_NOVA_T_USB2 191 tristate "Hauppauge WinTV-NOVA-T usb2 DVB-T USB2.0 support" 192 depends on DVB_USB 193 select DVB_DIB3000MC |
194 select DVB_PLL if !DVB_FE_CUSTOMISE 195 select MEDIA_TUNER_MT2060 if !MEDIA_TUNER_CUSTOMISE | 194 select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT 195 select MEDIA_TUNER_MT2060 if MEDIA_SUBDRV_AUTOSELECT |
196 help 197 Say Y here to support the Hauppauge WinTV-NOVA-T usb2 DVB-T USB2.0 receiver. 198 199config DVB_USB_TTUSB2 200 tristate "Pinnacle 400e DVB-S USB2.0 support" 201 depends on DVB_USB | 196 help 197 Say Y here to support the Hauppauge WinTV-NOVA-T usb2 DVB-T USB2.0 receiver. 198 199config 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 | 202 select DVB_TDA10086 if MEDIA_SUBDRV_AUTOSELECT 203 select DVB_LNBP21 if MEDIA_SUBDRV_AUTOSELECT 204 select DVB_TDA826X if MEDIA_SUBDRV_AUTOSELECT |
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. 209 210config DVB_USB_DTT200U 211 tristate "WideView WT-200U and WT-220U (pen) DVB-T USB2.0 support (Yakumo/Hama/Typhoon/Yuan)" 212 depends on DVB_USB 213 help 214 Say Y here to support the WideView/Yakumo/Hama/Typhoon/Yuan DVB-T USB2.0 receiver. 215 216 The receivers are also known as DTT200U (Yakumo) and UB300 (Yuan). 217 218 The WT-220U and its clones are pen-sized. 219 220config DVB_USB_OPERA1 221 tristate "Opera1 DVB-S USB2.0 receiver" 222 depends on DVB_USB | 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. 209 210config DVB_USB_DTT200U 211 tristate "WideView WT-200U and WT-220U (pen) DVB-T USB2.0 support (Yakumo/Hama/Typhoon/Yuan)" 212 depends on DVB_USB 213 help 214 Say Y here to support the WideView/Yakumo/Hama/Typhoon/Yuan DVB-T USB2.0 receiver. 215 216 The receivers are also known as DTT200U (Yakumo) and UB300 (Yuan). 217 218 The WT-220U and its clones are pen-sized. 219 220config DVB_USB_OPERA1 221 tristate "Opera1 DVB-S USB2.0 receiver" 222 depends on DVB_USB |
223 select DVB_STV0299 if !DVB_FE_CUSTOMISE 224 select DVB_PLL if !DVB_FE_CUSTOMISE | 223 select DVB_STV0299 if MEDIA_SUBDRV_AUTOSELECT 224 select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT |
225 help 226 Say Y here to support the Opera DVB-S USB2.0 receiver. 227 228config DVB_USB_AF9005 229 tristate "Afatech AF9005 DVB-T USB1.1 support" 230 depends on DVB_USB && EXPERIMENTAL | 225 help 226 Say Y here to support the Opera DVB-S USB2.0 receiver. 227 228config DVB_USB_AF9005 229 tristate "Afatech AF9005 DVB-T USB1.1 support" 230 depends on DVB_USB && EXPERIMENTAL |
231 select MEDIA_TUNER_MT2060 if !MEDIA_TUNER_CUSTOMISE 232 select MEDIA_TUNER_QT1010 if !MEDIA_TUNER_CUSTOMISE | 231 select MEDIA_TUNER_MT2060 if MEDIA_SUBDRV_AUTOSELECT 232 select MEDIA_TUNER_QT1010 if MEDIA_SUBDRV_AUTOSELECT |
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 237config 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 244config DVB_USB_PCTV452E 245 tristate "Pinnacle PCTV HDTV Pro USB device/TT Connect S2-3600" 246 depends on DVB_USB 247 select TTPCI_EEPROM | 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 237config 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 244config DVB_USB_PCTV452E 245 tristate "Pinnacle PCTV HDTV Pro USB device/TT Connect S2-3600" 246 depends on DVB_USB 247 select TTPCI_EEPROM |
248 select DVB_LNBP22 if !DVB_FE_CUSTOMISE 249 select DVB_STB0899 if !DVB_FE_CUSTOMISE 250 select DVB_STB6100 if !DVB_FE_CUSTOMISE | 248 select DVB_LNBP22 if MEDIA_SUBDRV_AUTOSELECT 249 select DVB_STB0899 if MEDIA_SUBDRV_AUTOSELECT 250 select DVB_STB6100 if MEDIA_SUBDRV_AUTOSELECT |
251 help 252 Support for external USB adapter designed by Pinnacle, 253 shipped under the brand name 'PCTV HDTV Pro USB'. 254 Also supports TT Connect S2-3600/3650 cards. 255 Say Y if you own such a device and want to use it. 256 257config DVB_USB_DW2102 258 tristate "DvbWorld & TeVii DVB-S/S2 USB2.0 support" 259 depends on DVB_USB | 251 help 252 Support for external USB adapter designed by Pinnacle, 253 shipped under the brand name 'PCTV HDTV Pro USB'. 254 Also supports TT Connect S2-3600/3650 cards. 255 Say Y if you own such a device and want to use it. 256 257config DVB_USB_DW2102 258 tristate "DvbWorld & TeVii DVB-S/S2 USB2.0 support" 259 depends on DVB_USB |
260 select DVB_PLL if !DVB_FE_CUSTOMISE 261 select DVB_STV0299 if !DVB_FE_CUSTOMISE 262 select DVB_STV0288 if !DVB_FE_CUSTOMISE 263 select DVB_STB6000 if !DVB_FE_CUSTOMISE 264 select DVB_CX24116 if !DVB_FE_CUSTOMISE 265 select DVB_SI21XX if !DVB_FE_CUSTOMISE 266 select DVB_TDA10023 if !DVB_FE_CUSTOMISE 267 select DVB_MT312 if !DVB_FE_CUSTOMISE 268 select DVB_ZL10039 if !DVB_FE_CUSTOMISE 269 select DVB_DS3000 if !DVB_FE_CUSTOMISE 270 select DVB_STB6100 if !DVB_FE_CUSTOMISE 271 select DVB_STV6110 if !DVB_FE_CUSTOMISE 272 select DVB_STV0900 if !DVB_FE_CUSTOMISE | 260 select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT 261 select DVB_STV0299 if MEDIA_SUBDRV_AUTOSELECT 262 select DVB_STV0288 if MEDIA_SUBDRV_AUTOSELECT 263 select DVB_STB6000 if MEDIA_SUBDRV_AUTOSELECT 264 select DVB_CX24116 if MEDIA_SUBDRV_AUTOSELECT 265 select DVB_SI21XX if MEDIA_SUBDRV_AUTOSELECT 266 select DVB_TDA10023 if MEDIA_SUBDRV_AUTOSELECT 267 select DVB_MT312 if MEDIA_SUBDRV_AUTOSELECT 268 select DVB_ZL10039 if MEDIA_SUBDRV_AUTOSELECT 269 select DVB_DS3000 if MEDIA_SUBDRV_AUTOSELECT 270 select DVB_STB6100 if MEDIA_SUBDRV_AUTOSELECT 271 select DVB_STV6110 if MEDIA_SUBDRV_AUTOSELECT 272 select DVB_STV0900 if MEDIA_SUBDRV_AUTOSELECT |
273 help 274 Say Y here to support the DvbWorld, TeVii, Prof DVB-S/S2 USB2.0 275 receivers. 276 277config DVB_USB_CINERGY_T2 278 tristate "Terratec CinergyT2/qanu USB 2.0 DVB-T receiver" 279 depends on DVB_USB 280 help 281 Support for "TerraTec CinergyT2" USB2.0 Highspeed DVB Receivers 282 283 Say Y if you own such a device and want to use it. 284 285config DVB_USB_DTV5100 286 tristate "AME DTV-5100 USB2.0 DVB-T support" 287 depends on DVB_USB | 273 help 274 Say Y here to support the DvbWorld, TeVii, Prof DVB-S/S2 USB2.0 275 receivers. 276 277config DVB_USB_CINERGY_T2 278 tristate "Terratec CinergyT2/qanu USB 2.0 DVB-T receiver" 279 depends on DVB_USB 280 help 281 Support for "TerraTec CinergyT2" USB2.0 Highspeed DVB Receivers 282 283 Say Y if you own such a device and want to use it. 284 285config DVB_USB_DTV5100 286 tristate "AME DTV-5100 USB2.0 DVB-T support" 287 depends on DVB_USB |
288 select DVB_ZL10353 if !DVB_FE_CUSTOMISE 289 select MEDIA_TUNER_QT1010 if !MEDIA_TUNER_CUSTOMISE | 288 select DVB_ZL10353 if MEDIA_SUBDRV_AUTOSELECT 289 select MEDIA_TUNER_QT1010 if MEDIA_SUBDRV_AUTOSELECT |
290 help 291 Say Y here to support the AME DTV-5100 USB2.0 DVB-T receiver. 292 293config DVB_USB_FRIIO 294 tristate "Friio ISDB-T USB2.0 Receiver support" 295 depends on DVB_USB 296 help 297 Say Y here to support the Japanese DTV receiver Friio. 298 299config DVB_USB_AZ6027 300 tristate "Azurewave DVB-S/S2 USB2.0 AZ6027 support" 301 depends on DVB_USB | 290 help 291 Say Y here to support the AME DTV-5100 USB2.0 DVB-T receiver. 292 293config DVB_USB_FRIIO 294 tristate "Friio ISDB-T USB2.0 Receiver support" 295 depends on DVB_USB 296 help 297 Say Y here to support the Japanese DTV receiver Friio. 298 299config DVB_USB_AZ6027 300 tristate "Azurewave DVB-S/S2 USB2.0 AZ6027 support" 301 depends on DVB_USB |
302 select DVB_STB0899 if !DVB_FE_CUSTOMISE 303 select DVB_STB6100 if !DVB_FE_CUSTOMISE | 302 select DVB_STB0899 if MEDIA_SUBDRV_AUTOSELECT 303 select DVB_STB6100 if MEDIA_SUBDRV_AUTOSELECT |
304 help 305 Say Y here to support the AZ6027 device 306 307config DVB_USB_TECHNISAT_USB2 308 tristate "Technisat DVB-S/S2 USB2.0 support" 309 depends on DVB_USB | 304 help 305 Say Y here to support the AZ6027 device 306 307config DVB_USB_TECHNISAT_USB2 308 tristate "Technisat DVB-S/S2 USB2.0 support" 309 depends on DVB_USB |
310 select DVB_STV090x if !DVB_FE_CUSTOMISE 311 select DVB_STV6110x if !DVB_FE_CUSTOMISE | 310 select DVB_STV090x if MEDIA_SUBDRV_AUTOSELECT 311 select DVB_STV6110x if MEDIA_SUBDRV_AUTOSELECT |
312 help 313 Say Y here to support the Technisat USB2 DVB-S/S2 device | 312 help 313 Say Y here to support the Technisat USB2 DVB-S/S2 device |