Kconfig 15.2 KB
Newer Older
1 2
config DVB_USB
	tristate "Support for various USB DVB devices"
3
	depends on DVB_CORE && USB && I2C && RC_CORE
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 20 21 22 23 24 25 26 27 28 29 30
config DVB_USB_V2
	tristate "Support for various USB DVB devices v2"
	depends on DVB_CORE && USB && I2C && RC_CORE
	help
	  By enabling this you will be able to choose the various supported
	  USB1.1 and USB2.0 DVB devices.

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

	  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.

31 32 33 34
config DVB_USB_FIRMWARE
	tristate "Firmware helper routines"
	depends on DVB_USB

35 36 37 38
config DVB_USB_DEBUG
	bool "Enable extended debug support for all DVB-USB devices"
	depends on DVB_USB
	help
39
	  Say Y if you want to enable debugging. See modinfo dvb-usb (and the
40 41 42 43 44
	  appropriate drivers) for debug levels.

config DVB_USB_A800
	tristate "AVerMedia AverTV DVB-T USB 2.0 (A800)"
	depends on DVB_USB
45
	select DVB_DIB3000MC
46
	select DVB_PLL if !DVB_FE_CUSTOMISE
47
	select MEDIA_TUNER_MT2060 if !MEDIA_TUNER_CUSTOMISE
48 49 50 51 52 53
	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
54
	select DVB_PLL if !DVB_FE_CUSTOMISE
55
	select DVB_DIB3000MB
56
	select MEDIA_TUNER_MT2060 if !MEDIA_TUNER_CUSTOMISE
57 58 59 60
	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.

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

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

67 68 69 70 71 72
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.

73 74 75
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
76
	select DVB_DIB3000MC
77
	select MEDIA_TUNER_MT2060 if !MEDIA_TUNER_CUSTOMISE
78
	help
79
	  Support for USB2.0 DVB-T receivers based on reference designs made by
80 81
	  DiBcom (<http://www.dibcom.fr>) equipped with a DiB3000M-C/P demodulator.

82 83 84 85 86 87 88 89 90
	  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
91 92
	select DVB_DIB7000P if !DVB_FE_CUSTOMISE
	select DVB_DIB7000M if !DVB_FE_CUSTOMISE
93
	select DVB_DIB8000 if !DVB_FE_CUSTOMISE
94
	select DVB_DIB3000MC if !DVB_FE_CUSTOMISE
95
	select DVB_S5H1411 if !DVB_FE_CUSTOMISE
96
	select DVB_LGDT3305 if !DVB_FE_CUSTOMISE
97
	select DVB_TUNER_DIB0070 if !DVB_FE_CUSTOMISE
98
	select DVB_TUNER_DIB0090 if !DVB_FE_CUSTOMISE
99 100 101 102
	select MEDIA_TUNER_MT2060 if !MEDIA_TUNER_CUSTOMISE
	select MEDIA_TUNER_MT2266 if !MEDIA_TUNER_CUSTOMISE
	select MEDIA_TUNER_XC2028 if !MEDIA_TUNER_CUSTOMISE
	select MEDIA_TUNER_XC5000 if !MEDIA_TUNER_CUSTOMISE
103
	select MEDIA_TUNER_XC4000 if !MEDIA_TUNER_CUSTOMISE
104
	select MEDIA_TUNER_MXL5007T if !MEDIA_TUNER_CUSTOMISE
105 106 107 108 109 110 111
	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
112
	  on the LinuxTV Wiki at www.linuxtv.org.
113 114 115 116 117 118 119

	  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
120
	select DVB_PLL if !DVB_FE_CUSTOMISE
121
	select DVB_DIB3000MC
122
	select MEDIA_TUNER_MT2060 if !MEDIA_TUNER_CUSTOMISE
123
	select DVB_MT352 if !DVB_FE_CUSTOMISE
124 125 126
	help
	  Say Y here to support the HanfTek UMT-010 USB2.0 stick-sized DVB-T receiver.

127
config DVB_USB_CXUSB
128
	tristate "Conexant USB2.0 hybrid reference design support"
129
	depends on DVB_USB
130
	select DVB_PLL if !DVB_FE_CUSTOMISE
131 132 133 134
	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
135 136
	select DVB_DIB7000P if !DVB_FE_CUSTOMISE
	select DVB_TUNER_DIB0070 if !DVB_FE_CUSTOMISE
137 138
	select DVB_ATBM8830 if !DVB_FE_CUSTOMISE
	select DVB_LGS8GXX if !DVB_FE_CUSTOMISE
139 140 141
	select MEDIA_TUNER_SIMPLE if !MEDIA_TUNER_CUSTOMISE
	select MEDIA_TUNER_XC2028 if !MEDIA_TUNER_CUSTOMISE
	select MEDIA_TUNER_MXL5005S if !MEDIA_TUNER_CUSTOMISE
142
	select MEDIA_TUNER_MAX2165 if !MEDIA_TUNER_CUSTOMISE
143
	help
144 145 146 147 148 149
	  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
150

151 152
config DVB_USB_M920X
	tristate "Uli m920x DVB-T USB2.0 support"
153
	depends on DVB_USB
154
	select DVB_MT352 if !DVB_FE_CUSTOMISE
155
	select DVB_TDA1004X if !DVB_FE_CUSTOMISE
156 157
	select MEDIA_TUNER_QT1010 if !MEDIA_TUNER_CUSTOMISE
	select MEDIA_TUNER_TDA827X if !MEDIA_TUNER_CUSTOMISE
158
	select MEDIA_TUNER_SIMPLE if !MEDIA_TUNER_CUSTOMISE
159 160 161 162 163 164
	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.

165 166 167
config DVB_USB_GL861
	tristate "Genesys Logic GL861 USB2.0 support"
	depends on DVB_USB
168
	select DVB_ZL10353 if !DVB_FE_CUSTOMISE
169
	select MEDIA_TUNER_QT1010 if !MEDIA_TUNER_CUSTOMISE
170 171 172 173
	help
	  Say Y here to support the MSI Megasky 580 (55801) DVB-T USB2.0
	  receiver with USB ID 0db0:5581.

174 175
config DVB_USB_AU6610
	tristate "Alcor Micro AU6610 USB2.0 support"
176
	depends on DVB_USB_V2
177
	select DVB_ZL10353 if !DVB_FE_CUSTOMISE
178
	select MEDIA_TUNER_QT1010 if !MEDIA_TUNER_CUSTOMISE
179 180 181
	help
	  Say Y here to support the Sigmatek DVB-110 DVB-T USB2.0 receiver.

182 183 184
config DVB_USB_DIGITV
	tristate "Nebula Electronics uDigiTV DVB-T USB2.0 support"
	depends on DVB_USB
185
	select DVB_PLL if !DVB_FE_CUSTOMISE
186 187
	select DVB_NXT6000 if !DVB_FE_CUSTOMISE
	select DVB_MT352 if !DVB_FE_CUSTOMISE
188 189 190 191
	help
	  Say Y here to support the Nebula Electronics uDigitV USB2.0 DVB-T receiver.

config DVB_USB_VP7045
192
	tristate "TwinhanDTV Alpha/MagicBoxII, DNTV tinyUSB2, Beetle USB2.0 support"
193 194 195
	depends on DVB_USB
	help
	  Say Y here to support the
196

197
	    TwinhanDTV Alpha (stick) (VP-7045),
198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215
		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.
216

217 218 219 220 221 222 223 224 225
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.

226 227 228
config DVB_USB_NOVA_T_USB2
	tristate "Hauppauge WinTV-NOVA-T usb2 DVB-T USB2.0 support"
	depends on DVB_USB
229
	select DVB_DIB3000MC
230
	select DVB_PLL if !DVB_FE_CUSTOMISE
231
	select MEDIA_TUNER_MT2060 if !MEDIA_TUNER_CUSTOMISE
232 233 234
	help
	  Say Y here to support the Hauppauge WinTV-NOVA-T usb2 DVB-T USB2.0 receiver.

235 236 237 238 239 240 241 242 243
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
244
	  old ttusb-driver - that's why the module is called dvb-usb-ttusb2.
245

246
config DVB_USB_DTT200U
247
	tristate "WideView WT-200U and WT-220U (pen) DVB-T USB2.0 support (Yakumo/Hama/Typhoon/Yuan)"
248 249
	depends on DVB_USB
	help
250
	  Say Y here to support the WideView/Yakumo/Hama/Typhoon/Yuan DVB-T USB2.0 receiver.
251 252

	  The receivers are also known as DTT200U (Yakumo) and UB300 (Yuan).
253 254

	  The WT-220U and its clones are pen-sized.
255 256 257 258 259

config DVB_USB_OPERA1
	tristate "Opera1 DVB-S USB2.0 receiver"
	depends on DVB_USB
	select DVB_STV0299 if !DVB_FE_CUSTOMISE
260
	select DVB_PLL if !DVB_FE_CUSTOMISE
261 262
	help
	  Say Y here to support the Opera DVB-S USB2.0 receiver.
263 264 265

config DVB_USB_AF9005
	tristate "Afatech AF9005 DVB-T USB1.1 support"
266
	depends on DVB_USB && EXPERIMENTAL
267 268
	select MEDIA_TUNER_MT2060 if !MEDIA_TUNER_CUSTOMISE
	select MEDIA_TUNER_QT1010 if !MEDIA_TUNER_CUSTOMISE
269 270 271 272 273 274 275 276 277 278 279
	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.

280 281 282 283 284 285 286 287 288 289 290 291 292
config DVB_USB_PCTV452E
	tristate "Pinnacle PCTV HDTV Pro USB device/TT Connect S2-3600"
	depends on DVB_USB
	select TTPCI_EEPROM
	select DVB_LNBP22 if !DVB_FE_CUSTOMISE
	select DVB_STB0899 if !DVB_FE_CUSTOMISE
	select DVB_STB6100 if !DVB_FE_CUSTOMISE
	help
	  Support for external USB adapter designed by Pinnacle,
	  shipped under the brand name 'PCTV HDTV Pro USB'.
	  Also supports TT Connect S2-3600/3650 cards.
	  Say Y if you own such a device and want to use it.

293
config DVB_USB_DW2102
294
	tristate "DvbWorld & TeVii DVB-S/S2 USB2.0 support"
295 296
	depends on DVB_USB
	select DVB_PLL if !DVB_FE_CUSTOMISE
297
	select DVB_STV0299 if !DVB_FE_CUSTOMISE
298 299
	select DVB_STV0288 if !DVB_FE_CUSTOMISE
	select DVB_STB6000 if !DVB_FE_CUSTOMISE
300
	select DVB_CX24116 if !DVB_FE_CUSTOMISE
301
	select DVB_SI21XX if !DVB_FE_CUSTOMISE
302
	select DVB_TDA10023 if !DVB_FE_CUSTOMISE
303 304
	select DVB_MT312 if !DVB_FE_CUSTOMISE
	select DVB_ZL10039 if !DVB_FE_CUSTOMISE
305 306 307 308
	select DVB_DS3000 if !DVB_FE_CUSTOMISE
	select DVB_STB6100 if !DVB_FE_CUSTOMISE
	select DVB_STV6110 if !DVB_FE_CUSTOMISE
	select DVB_STV0900 if !DVB_FE_CUSTOMISE
309
	help
310 311
	  Say Y here to support the DvbWorld, TeVii, Prof DVB-S/S2 USB2.0
	  receivers.
312

313
config DVB_USB_CINERGY_T2
314 315 316 317 318 319 320
	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.

321 322
config DVB_USB_ANYSEE
	tristate "Anysee DVB-T/C USB2.0 support"
323
	depends on DVB_USB_V2
324
	select DVB_PLL if !DVB_FE_CUSTOMISE
325 326 327
	select DVB_MT352 if !DVB_FE_CUSTOMISE
	select DVB_ZL10353 if !DVB_FE_CUSTOMISE
	select DVB_TDA10023 if !DVB_FE_CUSTOMISE
328
	select MEDIA_TUNER_TDA18212 if !MEDIA_TUNER_CUSTOMISE
329
	select DVB_CX24116 if !DVB_FE_CUSTOMISE
330 331
	select DVB_STV0900 if !DVB_FE_CUSTOMISE
	select DVB_STV6110 if !DVB_FE_CUSTOMISE
332
	select DVB_ISL6423 if !DVB_FE_CUSTOMISE
333
	select DVB_CXD2820R if !DVB_FE_CUSTOMISE
334 335 336
	help
	  Say Y here to support the Anysee E30, Anysee E30 Plus or
	  Anysee E30 C Plus DVB USB2.0 receiver.
337 338 339 340

config DVB_USB_DTV5100
	tristate "AME DTV-5100 USB2.0 DVB-T support"
	depends on DVB_USB
341
	select DVB_ZL10353 if !DVB_FE_CUSTOMISE
342
	select MEDIA_TUNER_QT1010 if !MEDIA_TUNER_CUSTOMISE
343 344
	help
	  Say Y here to support the AME DTV-5100 USB2.0 DVB-T receiver.
345 346 347

config DVB_USB_AF9015
	tristate "Afatech AF9015 DVB-T USB2.0 support"
348
	depends on DVB_USB_V2
349 350
	select DVB_AF9013
	select DVB_PLL              if !DVB_FE_CUSTOMISE
351 352 353 354
	select MEDIA_TUNER_MT2060   if !MEDIA_TUNER_CUSTOMISE
	select MEDIA_TUNER_QT1010   if !MEDIA_TUNER_CUSTOMISE
	select MEDIA_TUNER_TDA18271 if !MEDIA_TUNER_CUSTOMISE
	select MEDIA_TUNER_MXL5005S if !MEDIA_TUNER_CUSTOMISE
355
	select MEDIA_TUNER_MC44S803 if !MEDIA_TUNER_CUSTOMISE
356
	select MEDIA_TUNER_TDA18218 if !MEDIA_TUNER_CUSTOMISE
357
	select MEDIA_TUNER_MXL5007T if !MEDIA_TUNER_CUSTOMISE
358 359
	help
	  Say Y here to support the Afatech AF9015 based DVB-T USB2.0 receiver
360 361 362

config DVB_USB_CE6230
	tristate "Intel CE6230 DVB-T USB2.0 support"
363
	depends on DVB_USB_V2
364
	select DVB_ZL10353
365
	select MEDIA_TUNER_MXL5005S if !MEDIA_TUNER_CUSTOMISE
366 367
	help
	  Say Y here to support the Intel CE6230 DVB-T USB2.0 receiver
368 369 370 371 372 373

config DVB_USB_FRIIO
	tristate "Friio ISDB-T USB2.0 Receiver support"
	depends on DVB_USB
	help
	  Say Y here to support the Japanese DTV receiver Friio.
374 375 376

config DVB_USB_EC168
	tristate "E3C EC168 DVB-T USB2.0 support"
377
	depends on DVB_USB_V2
378 379 380 381
	select DVB_EC100
	select MEDIA_TUNER_MXL5005S if !MEDIA_TUNER_CUSTOMISE
	help
	  Say Y here to support the E3C EC168 DVB-T USB2.0 receiver.
Manu Abraham's avatar
Manu Abraham committed
382

383 384 385 386 387 388 389 390
config DVB_USB_AZ6007
	tristate "AzureWave 6007 and clones DVB-T/C USB2.0 support"
	depends on DVB_USB
	select DVB_DRXK if !DVB_FE_CUSTOMISE
	select MEDIA_TUNER_MT2063 if !DVB_FE_CUSTOMISE
	help
	  Say Y here to support theAfatech AF9005 based DVB-T/DVB-C receivers.

Manu Abraham's avatar
Manu Abraham committed
391 392 393 394 395 396 397
config DVB_USB_AZ6027
	tristate "Azurewave DVB-S/S2 USB2.0 AZ6027 support"
	depends on DVB_USB
	select DVB_STB0899 if !DVB_FE_CUSTOMISE
	select DVB_STB6100 if !DVB_FE_CUSTOMISE
	help
	  Say Y here to support the AZ6027 device
398 399 400 401 402 403 404 405

config DVB_USB_LME2510
	tristate "LME DM04/QQBOX DVB-S USB2.0 support"
	depends on DVB_USB
	select DVB_TDA10086 if !DVB_FE_CUSTOMISE
	select DVB_TDA826X if !DVB_FE_CUSTOMISE
	select DVB_STV0288 if !DVB_FE_CUSTOMISE
	select DVB_IX2505V if !DVB_FE_CUSTOMISE
406 407
	select DVB_STV0299 if !DVB_FE_CUSTOMISE
	select DVB_PLL if !DVB_FE_CUSTOMISE
408
	select DVB_M88RS2000 if !DVB_FE_CUSTOMISE
409 410
	help
	  Say Y here to support the LME DM04/QQBOX DVB-S USB2.0 .
411 412 413 414

config DVB_USB_TECHNISAT_USB2
	tristate "Technisat DVB-S/S2 USB2.0 support"
	depends on DVB_USB
415 416
	select DVB_STV090x if !DVB_FE_CUSTOMISE
	select DVB_STV6110x if !DVB_FE_CUSTOMISE
417 418
	help
	  Say Y here to support the Technisat USB2 DVB-S/S2 device
419 420 421 422 423 424 425

config DVB_USB_IT913X
	tristate "it913x driver"
	depends on DVB_USB
	select DVB_IT913X_FE
	help
	  Say Y here to support the it913x device
426 427 428 429 430

config DVB_USB_MXL111SF
	tristate "MxL111SF DTV USB2.0 support"
	depends on DVB_USB
	select DVB_LGDT3305 if !DVB_FE_CUSTOMISE
431
	select DVB_LG2160 if !DVB_FE_CUSTOMISE
432 433 434
	select VIDEO_TVEEPROM
	help
	  Say Y here to support the MxL111SF USB2.0 DTV receiver.
435 436 437 438 439

config DVB_USB_RTL28XXU
	tristate "Realtek RTL28xxU DVB USB support"
	depends on DVB_USB && EXPERIMENTAL
	select DVB_RTL2830
440
	select DVB_RTL2832
441 442 443
	select MEDIA_TUNER_QT1010 if !MEDIA_TUNER_CUSTOMISE
	select MEDIA_TUNER_MT2060 if !MEDIA_TUNER_CUSTOMISE
	select MEDIA_TUNER_MXL5005S if !MEDIA_TUNER_CUSTOMISE
444 445
	select MEDIA_TUNER_FC0012 if !MEDIA_TUNER_CUSTOMISE
	select MEDIA_TUNER_FC0013 if !MEDIA_TUNER_CUSTOMISE
446 447
	help
	  Say Y here to support the Realtek RTL28xxU DVB USB receiver.
448 449 450 451 452 453

config DVB_USB_AF9035
	tristate "Afatech AF9035 DVB-T USB2.0 support"
	depends on DVB_USB
	select DVB_AF9033
	select MEDIA_TUNER_TUA9001 if !MEDIA_TUNER_CUSTOMISE
454
	select MEDIA_TUNER_FC0011 if !MEDIA_TUNER_CUSTOMISE
455
	select MEDIA_TUNER_MXL5007T if !MEDIA_TUNER_CUSTOMISE
456
	select MEDIA_TUNER_TDA18218 if !MEDIA_TUNER_CUSTOMISE
457 458 459
	help
	  Say Y here to support the Afatech AF9035 based DVB USB receiver.