Kconfig 9.9 KB
Newer Older
1 2
config DVB_USB
	tristate "Support for various USB DVB devices"
3
	depends on DVB_CORE && USB && I2C && INPUT
4
	help
5 6
	  By enabling this you will be able to choose the various supported
	  USB1.1 and USB2.0 DVB devices.
7 8

	  Almost every USB device needs a firmware, please look into
9
	  <file:Documentation/dvb/README.dvb-usb>.
10

11 12 13 14
	  For a complete list of supported USB devices see the LinuxTV DVB Wiki:
	  <http://www.linuxtv.org/wiki/index.php/DVB_USB>

	  Say Y if you own a USB DVB device.
15 16 17 18 19

config DVB_USB_DEBUG
	bool "Enable extended debug support for all DVB-USB devices"
	depends on DVB_USB
	help
20
	  Say Y if you want to enable debugging. See modinfo dvb-usb (and the
21 22 23 24 25
	  appropriate drivers) for debug levels.

config DVB_USB_A800
	tristate "AVerMedia AverTV DVB-T USB 2.0 (A800)"
	depends on DVB_USB
26
	select DVB_DIB3000MC
27
	select DVB_PLL if !DVB_FE_CUSTOMISE
28
	select MEDIA_TUNER_MT2060 if !MEDIA_TUNER_CUSTOMIZE
29 30 31 32 33 34
	help
	  Say Y here to support the AVerMedia AverTV DVB-T USB 2.0 (A800) receiver.

config DVB_USB_DIBUSB_MB
	tristate "DiBcom USB DVB-T devices (based on the DiB3000M-B) (see help for device list)"
	depends on DVB_USB
35
	select DVB_PLL if !DVB_FE_CUSTOMISE
36
	select DVB_DIB3000MB
37
	select MEDIA_TUNER_MT2060 if !MEDIA_TUNER_CUSTOMIZE
38 39 40 41
	help
	  Support for USB 1.1 and 2.0 DVB-T receivers based on reference designs made by
	  DiBcom (<http://www.dibcom.fr>) equipped with a DiB3000M-B demodulator.

42 43
	  For an up-to-date list of devices supported by this driver, have a look
	  on the Linux-DVB Wiki at www.linuxtv.org.
44 45 46 47

	  Say Y if you own such a device and want to use it. You should build it as
	  a module.

48 49 50 51 52 53
config DVB_USB_DIBUSB_MB_FAULTY
	bool "Support faulty USB IDs"
	depends on DVB_USB_DIBUSB_MB
	help
	  Support for faulty USB IDs due to an invalid EEPROM on some Artec devices.

54 55 56
config DVB_USB_DIBUSB_MC
	tristate "DiBcom USB DVB-T devices (based on the DiB3000M-C/P) (see help for device list)"
	depends on DVB_USB
57
	select DVB_DIB3000MC
58
	select MEDIA_TUNER_MT2060 if !MEDIA_TUNER_CUSTOMIZE
59
	help
60
	  Support for USB2.0 DVB-T receivers based on reference designs made by
61 62
	  DiBcom (<http://www.dibcom.fr>) equipped with a DiB3000M-C/P demodulator.

63 64 65 66 67 68 69 70 71
	  For an up-to-date list of devices supported by this driver, have a look
	  on the Linux-DVB Wiki at www.linuxtv.org.

	  Say Y if you own such a device and want to use it. You should build it as
	  a module.

config DVB_USB_DIB0700
	tristate "DiBcom DiB0700 USB DVB devices (see help for supported devices)"
	depends on DVB_USB
72
	select DVB_DIB7000P
73
	select DVB_DIB7000M
74
	select DVB_DIB3000MC
75
	select DVB_S5H1411 if !DVB_FE_CUSTOMISE
76
	select DVB_TUNER_DIB0070
77 78 79 80
	select MEDIA_TUNER_MT2060 if !MEDIA_TUNER_CUSTOMIZE
	select MEDIA_TUNER_MT2266 if !MEDIA_TUNER_CUSTOMIZE
	select MEDIA_TUNER_XC2028 if !MEDIA_TUNER_CUSTOMIZE
	select MEDIA_TUNER_XC5000 if !MEDIA_TUNER_CUSTOMIZE
81 82 83 84 85 86 87 88
	help
	  Support for USB2.0/1.1 DVB receivers based on the DiB0700 USB bridge. The
	  USB bridge is also present in devices having the DiB7700 DVB-T-USB
	  silicon. This chip can be found in devices offered by Hauppauge,
	  Avermedia and other big and small companies.

	  For an up-to-date list of devices supported by this driver, have a look
	  on the Linux-DVB Wiki at www.linuxtv.org.
89 90 91 92 93 94 95

	  Say Y if you own such a device and want to use it. You should build it as
	  a module.

config DVB_USB_UMT_010
	tristate "HanfTek UMT-010 DVB-T USB2.0 support"
	depends on DVB_USB
96
	select DVB_PLL if !DVB_FE_CUSTOMISE
97
	select DVB_DIB3000MC
98
	select MEDIA_TUNER_MT2060 if !MEDIA_TUNER_CUSTOMIZE
99 100 101
	help
	  Say Y here to support the HanfTek UMT-010 USB2.0 stick-sized DVB-T receiver.

102
config DVB_USB_CXUSB
103
	tristate "Conexant USB2.0 hybrid reference design support"
104
	depends on DVB_USB
105
	select DVB_PLL if !DVB_FE_CUSTOMISE
106 107 108 109
	select DVB_CX22702 if !DVB_FE_CUSTOMISE
	select DVB_LGDT330X if !DVB_FE_CUSTOMISE
	select DVB_MT352 if !DVB_FE_CUSTOMISE
	select DVB_ZL10353 if !DVB_FE_CUSTOMISE
110 111
	select DVB_DIB7000P if !DVB_FE_CUSTOMISE
	select DVB_TUNER_DIB0070 if !DVB_FE_CUSTOMISE
112 113 114
	select MEDIA_TUNER_SIMPLE if !MEDIA_TUNER_CUSTOMIZE
	select MEDIA_TUNER_XC2028 if !MEDIA_TUNER_CUSTOMIZE
	select MEDIA_TUNER_MXL5005S if !MEDIA_TUNER_CUSTOMIZE
115
	help
116 117 118 119 120 121
	  Say Y here to support the Conexant USB2.0 hybrid reference design.
	  Currently, only DVB and ATSC modes are supported, analog mode
	  shall be added in the future. Devices that require this module:

	  Medion MD95700 hybrid USB2.0 device.
	  DViCO FusionHDTV (Bluebird) USB2.0 devices
122

123 124
config DVB_USB_M920X
	tristate "Uli m920x DVB-T USB2.0 support"
125
	depends on DVB_USB
126
	select DVB_MT352 if !DVB_FE_CUSTOMISE
127
	select DVB_TDA1004X if !DVB_FE_CUSTOMISE
128 129
	select MEDIA_TUNER_QT1010 if !MEDIA_TUNER_CUSTOMIZE
	select MEDIA_TUNER_TDA827X if !MEDIA_TUNER_CUSTOMIZE
130 131 132 133 134 135
	help
	  Say Y here to support the MSI Mega Sky 580 USB2.0 DVB-T receiver.
	  Currently, only devices with a product id of
	  "DTV USB MINI" (in cold state) are supported.
	  Firmware required.

136 137 138
config DVB_USB_GL861
	tristate "Genesys Logic GL861 USB2.0 support"
	depends on DVB_USB
139
	select DVB_ZL10353 if !DVB_FE_CUSTOMISE
140
	select MEDIA_TUNER_QT1010 if !MEDIA_TUNER_CUSTOMIZE
141 142 143 144
	help
	  Say Y here to support the MSI Megasky 580 (55801) DVB-T USB2.0
	  receiver with USB ID 0db0:5581.

145 146 147 148
config DVB_USB_AU6610
	tristate "Alcor Micro AU6610 USB2.0 support"
	depends on DVB_USB
	select DVB_ZL10353 if !DVB_FE_CUSTOMISE
149
	select MEDIA_TUNER_QT1010 if !MEDIA_TUNER_CUSTOMIZE
150 151 152
	help
	  Say Y here to support the Sigmatek DVB-110 DVB-T USB2.0 receiver.

153 154 155
config DVB_USB_DIGITV
	tristate "Nebula Electronics uDigiTV DVB-T USB2.0 support"
	depends on DVB_USB
156
	select DVB_PLL if !DVB_FE_CUSTOMISE
157 158
	select DVB_NXT6000 if !DVB_FE_CUSTOMISE
	select DVB_MT352 if !DVB_FE_CUSTOMISE
159 160 161 162
	help
	  Say Y here to support the Nebula Electronics uDigitV USB2.0 DVB-T receiver.

config DVB_USB_VP7045
163
	tristate "TwinhanDTV Alpha/MagicBoxII, DNTV tinyUSB2, Beetle USB2.0 support"
164 165 166
	depends on DVB_USB
	help
	  Say Y here to support the
167

168
	    TwinhanDTV Alpha (stick) (VP-7045),
169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186
		TwinhanDTV MagicBox II (VP-7046),
		DigitalNow TinyUSB 2 DVB-t,
		DigitalRise USB 2.0 Ter (Beetle) and
		TYPHOON DVB-T USB DRIVE

	  DVB-T USB2.0 receivers.

config DVB_USB_VP702X
	tristate "TwinhanDTV StarBox and clones DVB-S USB2.0 support"
	depends on DVB_USB
	help
	  Say Y here to support the

	    TwinhanDTV StarBox,
		DigitalRise USB Starbox and
		TYPHOON DVB-S USB 2.0 BOX

	  DVB-S USB2.0 receivers.
187

188 189 190 191 192 193 194 195 196
config DVB_USB_GP8PSK
	tristate "GENPIX 8PSK->USB module support"
	depends on DVB_USB
	help
	  Say Y here to support the
	    GENPIX 8psk module

	  DVB-S USB2.0 receivers.

197 198 199
config DVB_USB_NOVA_T_USB2
	tristate "Hauppauge WinTV-NOVA-T usb2 DVB-T USB2.0 support"
	depends on DVB_USB
200
	select DVB_DIB3000MC
201
	select DVB_PLL if !DVB_FE_CUSTOMISE
202
	select MEDIA_TUNER_MT2060 if !MEDIA_TUNER_CUSTOMIZE
203 204 205
	help
	  Say Y here to support the Hauppauge WinTV-NOVA-T usb2 DVB-T USB2.0 receiver.

206 207 208 209 210 211 212 213 214 215 216
config DVB_USB_TTUSB2
	tristate "Pinnacle 400e DVB-S USB2.0 support"
	depends on DVB_USB
	select DVB_TDA10086 if !DVB_FE_CUSTOMISE
	select DVB_LNBP21 if !DVB_FE_CUSTOMISE
	select DVB_TDA826X if !DVB_FE_CUSTOMISE
	help
	  Say Y here to support the Pinnacle 400e DVB-S USB2.0 receiver. The
	  firmware protocol used by this module is similar to the one used by the
	  old ttusb-driver - that's why the module is called dvb-usb-ttusb2.ko.

217
config DVB_USB_DTT200U
218
	tristate "WideView WT-200U and WT-220U (pen) DVB-T USB2.0 support (Yakumo/Hama/Typhoon/Yuan)"
219 220
	depends on DVB_USB
	help
221
	  Say Y here to support the WideView/Yakumo/Hama/Typhoon/Yuan DVB-T USB2.0 receiver.
222 223

	  The receivers are also known as DTT200U (Yakumo) and UB300 (Yuan).
224 225

	  The WT-220U and its clones are pen-sized.
226 227 228 229 230

config DVB_USB_OPERA1
	tristate "Opera1 DVB-S USB2.0 receiver"
	depends on DVB_USB
	select DVB_STV0299 if !DVB_FE_CUSTOMISE
231
	select DVB_PLL if !DVB_FE_CUSTOMISE
232 233
	help
	  Say Y here to support the Opera DVB-S USB2.0 receiver.
234 235 236

config DVB_USB_AF9005
	tristate "Afatech AF9005 DVB-T USB1.1 support"
237
	depends on DVB_USB && EXPERIMENTAL
238 239
	select MEDIA_TUNER_MT2060 if !MEDIA_TUNER_CUSTOMIZE
	select MEDIA_TUNER_QT1010 if !MEDIA_TUNER_CUSTOMIZE
240 241 242 243 244 245 246 247 248 249 250
	help
	  Say Y here to support the Afatech AF9005 based DVB-T USB1.1 receiver
	  and the TerraTec Cinergy T USB XE (Rev.1)

config DVB_USB_AF9005_REMOTE
	tristate "Afatech AF9005 default remote control support"
	depends on DVB_USB_AF9005
	help
	  Say Y here to support the default remote control decoding for the
	  Afatech AF9005 based receiver.

251
config DVB_USB_DW2102
252
	tristate "DvbWorld DVB-S/S2 USB2.0 support"
253 254
	depends on DVB_USB
	select DVB_PLL if !DVB_FE_CUSTOMISE
255
	select DVB_STV0299 if !DVB_FE_CUSTOMISE
256 257
	select DVB_STV0288 if !DVB_FE_CUSTOMISE
	select DVB_STB6000 if !DVB_FE_CUSTOMISE
258
	select DVB_CX24116 if !DVB_FE_CUSTOMISE
259
	select DVB_SI21XX if !DVB_FE_CUSTOMISE
260
	help
261 262
	  Say Y here to support the DvbWorld DVB-S/S2 USB2.0 receivers
	  and the TeVii S650.
263

264
config DVB_USB_CINERGY_T2
265 266 267 268 269 270 271
	tristate "Terratec CinergyT2/qanu USB 2.0 DVB-T receiver"
	depends on DVB_USB
	help
	  Support for "TerraTec CinergyT2" USB2.0 Highspeed DVB Receivers

	  Say Y if you own such a device and want to use it.

272 273 274
config DVB_USB_ANYSEE
	tristate "Anysee DVB-T/C USB2.0 support"
	depends on DVB_USB
275
	select DVB_PLL if !DVB_FE_CUSTOMISE
276 277 278 279 280 281
	select DVB_MT352 if !DVB_FE_CUSTOMISE
	select DVB_ZL10353 if !DVB_FE_CUSTOMISE
	select DVB_TDA10023 if !DVB_FE_CUSTOMISE
	help
	  Say Y here to support the Anysee E30, Anysee E30 Plus or
	  Anysee E30 C Plus DVB USB2.0 receiver.
282 283 284 285

config DVB_USB_DTV5100
	tristate "AME DTV-5100 USB2.0 DVB-T support"
	depends on DVB_USB
286
	select DVB_ZL10353 if !DVB_FE_CUSTOMISE
287
	select MEDIA_TUNER_QT1010 if !MEDIA_TUNER_CUSTOMIZE
288 289
	help
	  Say Y here to support the AME DTV-5100 USB2.0 DVB-T receiver.
290 291 292 293 294 295

config DVB_USB_AF9015
	tristate "Afatech AF9015 DVB-T USB2.0 support"
	depends on DVB_USB && EXPERIMENTAL
	select DVB_AF9013
	select DVB_PLL              if !DVB_FE_CUSTOMISE
296 297 298 299
	select MEDIA_TUNER_MT2060   if !MEDIA_TUNER_CUSTOMIZE
	select MEDIA_TUNER_QT1010   if !MEDIA_TUNER_CUSTOMIZE
	select MEDIA_TUNER_TDA18271 if !MEDIA_TUNER_CUSTOMIZE
	select MEDIA_TUNER_MXL5005S if !MEDIA_TUNER_CUSTOMIZE
300 301
	help
	  Say Y here to support the Afatech AF9015 based DVB-T USB2.0 receiver