162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only
262306a36Sopenharmony_ciconfig DVB_USB
362306a36Sopenharmony_ci	tristate "Support for various USB DVB devices"
462306a36Sopenharmony_ci	depends on DVB_CORE && USB && I2C && RC_CORE
562306a36Sopenharmony_ci	select CYPRESS_FIRMWARE
662306a36Sopenharmony_ci	help
762306a36Sopenharmony_ci	  By enabling this you will be able to choose the various supported
862306a36Sopenharmony_ci	  USB1.1 and USB2.0 DVB devices.
962306a36Sopenharmony_ci
1062306a36Sopenharmony_ci	  Almost every USB device needs a firmware, please look into
1162306a36Sopenharmony_ci	  <file:Documentation/driver-api/media/drivers/dvb-usb.rst>.
1262306a36Sopenharmony_ci
1362306a36Sopenharmony_ci	  For a complete list of supported USB devices see the LinuxTV DVB Wiki:
1462306a36Sopenharmony_ci	  <https://linuxtv.org/wiki/index.php/DVB_USB>
1562306a36Sopenharmony_ci
1662306a36Sopenharmony_ci	  Say Y if you own a USB DVB device.
1762306a36Sopenharmony_ci
1862306a36Sopenharmony_ciconfig DVB_USB_DEBUG
1962306a36Sopenharmony_ci	bool "Enable extended debug support for all DVB-USB devices"
2062306a36Sopenharmony_ci	depends on DVB_USB
2162306a36Sopenharmony_ci	help
2262306a36Sopenharmony_ci	  Say Y if you want to enable debugging. See modinfo dvb-usb (and the
2362306a36Sopenharmony_ci	  appropriate drivers) for debug levels.
2462306a36Sopenharmony_ci
2562306a36Sopenharmony_ciif DVB_USB
2662306a36Sopenharmony_ci
2762306a36Sopenharmony_ciconfig DVB_USB_A800
2862306a36Sopenharmony_ci	tristate "AVerMedia AverTV DVB-T USB 2.0 (A800)"
2962306a36Sopenharmony_ci	depends on DVB_USB
3062306a36Sopenharmony_ci	select DVB_USB_DIB3000MC
3162306a36Sopenharmony_ci	select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT
3262306a36Sopenharmony_ci	select MEDIA_TUNER_MT2060 if MEDIA_SUBDRV_AUTOSELECT
3362306a36Sopenharmony_ci	help
3462306a36Sopenharmony_ci	  Say Y here to support the AVerMedia AverTV DVB-T USB 2.0 (A800) receiver.
3562306a36Sopenharmony_ci
3662306a36Sopenharmony_ciconfig DVB_USB_AF9005
3762306a36Sopenharmony_ci	tristate "Afatech AF9005 DVB-T USB1.1 support"
3862306a36Sopenharmony_ci	depends on DVB_USB
3962306a36Sopenharmony_ci	select MEDIA_TUNER_MT2060 if MEDIA_SUBDRV_AUTOSELECT
4062306a36Sopenharmony_ci	select MEDIA_TUNER_QT1010 if MEDIA_SUBDRV_AUTOSELECT
4162306a36Sopenharmony_ci	help
4262306a36Sopenharmony_ci	  Say Y here to support the Afatech AF9005 based DVB-T USB1.1 receiver
4362306a36Sopenharmony_ci	  and the TerraTec Cinergy T USB XE (Rev.1)
4462306a36Sopenharmony_ci
4562306a36Sopenharmony_ciconfig DVB_USB_AF9005_REMOTE
4662306a36Sopenharmony_ci	tristate "Afatech AF9005 default remote control support"
4762306a36Sopenharmony_ci	depends on DVB_USB_AF9005
4862306a36Sopenharmony_ci	help
4962306a36Sopenharmony_ci	  Say Y here to support the default remote control decoding for the
5062306a36Sopenharmony_ci	  Afatech AF9005 based receiver.
5162306a36Sopenharmony_ci
5262306a36Sopenharmony_ciconfig DVB_USB_AZ6027
5362306a36Sopenharmony_ci	tristate "Azurewave DVB-S/S2 USB2.0 AZ6027 support"
5462306a36Sopenharmony_ci	depends on DVB_USB
5562306a36Sopenharmony_ci	select DVB_STB0899 if MEDIA_SUBDRV_AUTOSELECT
5662306a36Sopenharmony_ci	select DVB_STB6100 if MEDIA_SUBDRV_AUTOSELECT
5762306a36Sopenharmony_ci	help
5862306a36Sopenharmony_ci	  Say Y here to support the AZ6027 device
5962306a36Sopenharmony_ci
6062306a36Sopenharmony_ciconfig DVB_USB_CINERGY_T2
6162306a36Sopenharmony_ci	tristate "Terratec CinergyT2/qanu USB 2.0 DVB-T receiver"
6262306a36Sopenharmony_ci	depends on DVB_USB
6362306a36Sopenharmony_ci	help
6462306a36Sopenharmony_ci	  Support for "TerraTec CinergyT2" USB2.0 Highspeed DVB Receivers
6562306a36Sopenharmony_ci
6662306a36Sopenharmony_ci	  Say Y if you own such a device and want to use it.
6762306a36Sopenharmony_ci
6862306a36Sopenharmony_ciconfig DVB_USB_CXUSB
6962306a36Sopenharmony_ci	tristate "Conexant USB2.0 hybrid reference design support"
7062306a36Sopenharmony_ci	depends on DVB_USB
7162306a36Sopenharmony_ci	select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT
7262306a36Sopenharmony_ci	select DVB_CX22702 if MEDIA_SUBDRV_AUTOSELECT
7362306a36Sopenharmony_ci	select DVB_LGDT330X if MEDIA_SUBDRV_AUTOSELECT
7462306a36Sopenharmony_ci	select DVB_MT352 if MEDIA_SUBDRV_AUTOSELECT
7562306a36Sopenharmony_ci	select DVB_ZL10353 if MEDIA_SUBDRV_AUTOSELECT
7662306a36Sopenharmony_ci	select DVB_DIB7000P if MEDIA_SUBDRV_AUTOSELECT
7762306a36Sopenharmony_ci	select DVB_TUNER_DIB0070 if MEDIA_SUBDRV_AUTOSELECT
7862306a36Sopenharmony_ci	select DVB_ATBM8830 if MEDIA_SUBDRV_AUTOSELECT
7962306a36Sopenharmony_ci	select DVB_LGS8GXX if MEDIA_SUBDRV_AUTOSELECT
8062306a36Sopenharmony_ci	select DVB_SI2168 if MEDIA_SUBDRV_AUTOSELECT
8162306a36Sopenharmony_ci	select MEDIA_TUNER_SIMPLE if MEDIA_SUBDRV_AUTOSELECT
8262306a36Sopenharmony_ci	select MEDIA_TUNER_XC2028 if MEDIA_SUBDRV_AUTOSELECT
8362306a36Sopenharmony_ci	select MEDIA_TUNER_MXL5005S if MEDIA_SUBDRV_AUTOSELECT
8462306a36Sopenharmony_ci	select MEDIA_TUNER_MAX2165 if MEDIA_SUBDRV_AUTOSELECT
8562306a36Sopenharmony_ci	select MEDIA_TUNER_SI2157 if MEDIA_SUBDRV_AUTOSELECT
8662306a36Sopenharmony_ci	help
8762306a36Sopenharmony_ci	  Say Y here to support the Conexant USB2.0 hybrid reference design.
8862306a36Sopenharmony_ci	  DVB and ATSC modes are supported, for a basic analog mode support
8962306a36Sopenharmony_ci	  see the next option ("Analog support for the Conexant USB2.0 hybrid
9062306a36Sopenharmony_ci	  reference design").
9162306a36Sopenharmony_ci	  Devices that require this module:
9262306a36Sopenharmony_ci
9362306a36Sopenharmony_ci	  Medion MD95700 hybrid USB2.0 device.
9462306a36Sopenharmony_ci	  DViCO FusionHDTV (Bluebird) USB2.0 devices
9562306a36Sopenharmony_ci
9662306a36Sopenharmony_ciconfig DVB_USB_CXUSB_ANALOG
9762306a36Sopenharmony_ci	bool "Analog support for the Conexant USB2.0 hybrid reference design"
9862306a36Sopenharmony_ci	depends on DVB_USB_CXUSB && VIDEO_DEV
9962306a36Sopenharmony_ci	depends on VIDEO_DEV=y || VIDEO_DEV=DVB_USB_CXUSB
10062306a36Sopenharmony_ci	select VIDEO_CX25840
10162306a36Sopenharmony_ci	select VIDEOBUF2_VMALLOC
10262306a36Sopenharmony_ci	help
10362306a36Sopenharmony_ci	  Say Y here to enable basic analog mode support for the Conexant
10462306a36Sopenharmony_ci	  USB2.0 hybrid reference design.
10562306a36Sopenharmony_ci	  Currently this mode is supported only on a Medion MD95700 device.
10662306a36Sopenharmony_ci
10762306a36Sopenharmony_ciconfig DVB_USB_DIB0700
10862306a36Sopenharmony_ci	tristate "DiBcom DiB0700 USB DVB devices (see help for supported devices)"
10962306a36Sopenharmony_ci	depends on DVB_USB
11062306a36Sopenharmony_ci	select DVB_DIB7000P if MEDIA_SUBDRV_AUTOSELECT
11162306a36Sopenharmony_ci	select DVB_DIB7000M if MEDIA_SUBDRV_AUTOSELECT
11262306a36Sopenharmony_ci	select DVB_DIB8000 if MEDIA_SUBDRV_AUTOSELECT
11362306a36Sopenharmony_ci	select DVB_USB_DIB3000MC if MEDIA_SUBDRV_AUTOSELECT
11462306a36Sopenharmony_ci	select DVB_S5H1411 if MEDIA_SUBDRV_AUTOSELECT
11562306a36Sopenharmony_ci	select DVB_LGDT3305 if MEDIA_SUBDRV_AUTOSELECT
11662306a36Sopenharmony_ci	select DVB_MN88472 if MEDIA_SUBDRV_AUTOSELECT
11762306a36Sopenharmony_ci	select DVB_TUNER_DIB0070 if MEDIA_SUBDRV_AUTOSELECT
11862306a36Sopenharmony_ci	select DVB_TUNER_DIB0090 if MEDIA_SUBDRV_AUTOSELECT
11962306a36Sopenharmony_ci	select MEDIA_TUNER_MT2060 if MEDIA_SUBDRV_AUTOSELECT
12062306a36Sopenharmony_ci	select MEDIA_TUNER_MT2266 if MEDIA_SUBDRV_AUTOSELECT
12162306a36Sopenharmony_ci	select MEDIA_TUNER_XC2028 if MEDIA_SUBDRV_AUTOSELECT
12262306a36Sopenharmony_ci	select MEDIA_TUNER_XC5000 if MEDIA_SUBDRV_AUTOSELECT
12362306a36Sopenharmony_ci	select MEDIA_TUNER_XC4000 if MEDIA_SUBDRV_AUTOSELECT
12462306a36Sopenharmony_ci	select MEDIA_TUNER_MXL5007T if MEDIA_SUBDRV_AUTOSELECT
12562306a36Sopenharmony_ci	select MEDIA_TUNER_TDA18250 if MEDIA_SUBDRV_AUTOSELECT
12662306a36Sopenharmony_ci	help
12762306a36Sopenharmony_ci	  Support for USB2.0/1.1 DVB receivers based on the DiB0700 USB bridge. The
12862306a36Sopenharmony_ci	  USB bridge is also present in devices having the DiB7700 DVB-T-USB
12962306a36Sopenharmony_ci	  silicon. This chip can be found in devices offered by Hauppauge,
13062306a36Sopenharmony_ci	  Avermedia and other big and small companies.
13162306a36Sopenharmony_ci
13262306a36Sopenharmony_ci	  For an up-to-date list of devices supported by this driver, have a look
13362306a36Sopenharmony_ci	  on the LinuxTV Wiki at www.linuxtv.org.
13462306a36Sopenharmony_ci
13562306a36Sopenharmony_ci	  Say Y if you own such a device and want to use it. You should build it as
13662306a36Sopenharmony_ci	  a module.
13762306a36Sopenharmony_ci
13862306a36Sopenharmony_ciconfig DVB_USB_DIB3000MC
13962306a36Sopenharmony_ci	tristate
14062306a36Sopenharmony_ci	depends on DVB_USB
14162306a36Sopenharmony_ci	select DVB_DIB3000MC
14262306a36Sopenharmony_ci	help
14362306a36Sopenharmony_ci	  This is a module with helper functions for accessing the
14462306a36Sopenharmony_ci	  DIB3000MC from USB DVB devices. It must be a separate module
14562306a36Sopenharmony_ci	  in case DVB_USB is built-in and DVB_DIB3000MC is a module,
14662306a36Sopenharmony_ci	  and gets selected automatically when needed.
14762306a36Sopenharmony_ci
14862306a36Sopenharmony_ciconfig DVB_USB_DIBUSB_MB
14962306a36Sopenharmony_ci	tristate "DiBcom USB DVB-T devices (based on the DiB3000M-B) (see help for device list)"
15062306a36Sopenharmony_ci	depends on DVB_USB
15162306a36Sopenharmony_ci	select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT
15262306a36Sopenharmony_ci	select DVB_DIB3000MB
15362306a36Sopenharmony_ci	depends on DVB_DIB3000MC || !DVB_DIB3000MC
15462306a36Sopenharmony_ci	select MEDIA_TUNER_MT2060 if MEDIA_SUBDRV_AUTOSELECT
15562306a36Sopenharmony_ci	help
15662306a36Sopenharmony_ci	  Support for USB 1.1 and 2.0 DVB-T receivers based on reference designs made by
15762306a36Sopenharmony_ci	  DiBcom (<http://www.dibcom.fr>) equipped with a DiB3000M-B demodulator.
15862306a36Sopenharmony_ci
15962306a36Sopenharmony_ci	  For an up-to-date list of devices supported by this driver, have a look
16062306a36Sopenharmony_ci	  on the Linux-DVB Wiki at www.linuxtv.org.
16162306a36Sopenharmony_ci
16262306a36Sopenharmony_ci	  Say Y if you own such a device and want to use it. You should build it as
16362306a36Sopenharmony_ci	  a module.
16462306a36Sopenharmony_ci
16562306a36Sopenharmony_ciconfig DVB_USB_DIBUSB_MB_FAULTY
16662306a36Sopenharmony_ci	bool "Support faulty USB IDs"
16762306a36Sopenharmony_ci	depends on DVB_USB_DIBUSB_MB
16862306a36Sopenharmony_ci	help
16962306a36Sopenharmony_ci	  Support for faulty USB IDs due to an invalid EEPROM on some Artec devices.
17062306a36Sopenharmony_ci
17162306a36Sopenharmony_ciconfig DVB_USB_DIBUSB_MC
17262306a36Sopenharmony_ci	tristate "DiBcom USB DVB-T devices (based on the DiB3000M-C/P) (see help for device list)"
17362306a36Sopenharmony_ci	depends on DVB_USB
17462306a36Sopenharmony_ci	select DVB_USB_DIB3000MC
17562306a36Sopenharmony_ci	select MEDIA_TUNER_MT2060 if MEDIA_SUBDRV_AUTOSELECT
17662306a36Sopenharmony_ci	help
17762306a36Sopenharmony_ci	  Support for USB2.0 DVB-T receivers based on reference designs made by
17862306a36Sopenharmony_ci	  DiBcom (<http://www.dibcom.fr>) equipped with a DiB3000M-C/P demodulator.
17962306a36Sopenharmony_ci
18062306a36Sopenharmony_ci	  For an up-to-date list of devices supported by this driver, have a look
18162306a36Sopenharmony_ci	  on the Linux-DVB Wiki at www.linuxtv.org.
18262306a36Sopenharmony_ci
18362306a36Sopenharmony_ci	  Say Y if you own such a device and want to use it. You should build it as
18462306a36Sopenharmony_ci	  a module.
18562306a36Sopenharmony_ci
18662306a36Sopenharmony_ciconfig DVB_USB_DIGITV
18762306a36Sopenharmony_ci	tristate "Nebula Electronics uDigiTV DVB-T USB2.0 support"
18862306a36Sopenharmony_ci	depends on DVB_USB
18962306a36Sopenharmony_ci	select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT
19062306a36Sopenharmony_ci	select DVB_NXT6000 if MEDIA_SUBDRV_AUTOSELECT
19162306a36Sopenharmony_ci	select DVB_MT352 if MEDIA_SUBDRV_AUTOSELECT
19262306a36Sopenharmony_ci	help
19362306a36Sopenharmony_ci	  Say Y here to support the Nebula Electronics uDigitV USB2.0 DVB-T receiver.
19462306a36Sopenharmony_ci
19562306a36Sopenharmony_ciconfig DVB_USB_DTT200U
19662306a36Sopenharmony_ci	tristate "WideView WT-200U and WT-220U (pen) DVB-T USB2.0 support (Yakumo/Hama/Typhoon/Yuan)"
19762306a36Sopenharmony_ci	depends on DVB_USB
19862306a36Sopenharmony_ci	help
19962306a36Sopenharmony_ci	  Say Y here to support the WideView/Yakumo/Hama/Typhoon/Yuan DVB-T USB2.0 receiver.
20062306a36Sopenharmony_ci
20162306a36Sopenharmony_ci	  The receivers are also known as DTT200U (Yakumo) and UB300 (Yuan).
20262306a36Sopenharmony_ci
20362306a36Sopenharmony_ci	  The WT-220U and its clones are pen-sized.
20462306a36Sopenharmony_ci
20562306a36Sopenharmony_ciconfig DVB_USB_DTV5100
20662306a36Sopenharmony_ci	tristate "AME DTV-5100 USB2.0 DVB-T support"
20762306a36Sopenharmony_ci	depends on DVB_USB
20862306a36Sopenharmony_ci	select DVB_ZL10353 if MEDIA_SUBDRV_AUTOSELECT
20962306a36Sopenharmony_ci	select MEDIA_TUNER_QT1010 if MEDIA_SUBDRV_AUTOSELECT
21062306a36Sopenharmony_ci	help
21162306a36Sopenharmony_ci	  Say Y here to support the AME DTV-5100 USB2.0 DVB-T receiver.
21262306a36Sopenharmony_ci
21362306a36Sopenharmony_ciconfig DVB_USB_DW2102
21462306a36Sopenharmony_ci	tristate "DvbWorld & TeVii DVB-S/S2 USB2.0 support"
21562306a36Sopenharmony_ci	depends on DVB_USB
21662306a36Sopenharmony_ci	select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT
21762306a36Sopenharmony_ci	select DVB_STV0299 if MEDIA_SUBDRV_AUTOSELECT
21862306a36Sopenharmony_ci	select DVB_STV0288 if MEDIA_SUBDRV_AUTOSELECT
21962306a36Sopenharmony_ci	select DVB_STB6000 if MEDIA_SUBDRV_AUTOSELECT
22062306a36Sopenharmony_ci	select DVB_CX24116 if MEDIA_SUBDRV_AUTOSELECT
22162306a36Sopenharmony_ci	select DVB_SI21XX if MEDIA_SUBDRV_AUTOSELECT
22262306a36Sopenharmony_ci	select DVB_TDA10023 if MEDIA_SUBDRV_AUTOSELECT
22362306a36Sopenharmony_ci	select DVB_MT312 if MEDIA_SUBDRV_AUTOSELECT
22462306a36Sopenharmony_ci	select DVB_ZL10039 if MEDIA_SUBDRV_AUTOSELECT
22562306a36Sopenharmony_ci	select DVB_DS3000 if MEDIA_SUBDRV_AUTOSELECT
22662306a36Sopenharmony_ci	select DVB_TS2020 if MEDIA_SUBDRV_AUTOSELECT
22762306a36Sopenharmony_ci	select DVB_STB6100 if MEDIA_SUBDRV_AUTOSELECT
22862306a36Sopenharmony_ci	select DVB_STV6110 if MEDIA_SUBDRV_AUTOSELECT
22962306a36Sopenharmony_ci	select DVB_STV0900 if MEDIA_SUBDRV_AUTOSELECT
23062306a36Sopenharmony_ci	select DVB_M88RS2000 if MEDIA_SUBDRV_AUTOSELECT
23162306a36Sopenharmony_ci	select DVB_M88DS3103 if MEDIA_SUBDRV_AUTOSELECT
23262306a36Sopenharmony_ci	help
23362306a36Sopenharmony_ci	  Say Y here to support the DvbWorld, TeVii, Prof, TechnoTrend
23462306a36Sopenharmony_ci	  DVB-S/S2 USB2.0 receivers.
23562306a36Sopenharmony_ci
23662306a36Sopenharmony_ciconfig DVB_USB_GP8PSK
23762306a36Sopenharmony_ci	tristate "GENPIX 8PSK->USB module support"
23862306a36Sopenharmony_ci	depends on DVB_USB
23962306a36Sopenharmony_ci	help
24062306a36Sopenharmony_ci	  Say Y here to support the
24162306a36Sopenharmony_ci	    GENPIX 8psk module
24262306a36Sopenharmony_ci
24362306a36Sopenharmony_ci	  DVB-S USB2.0 receivers.
24462306a36Sopenharmony_ci
24562306a36Sopenharmony_ciconfig DVB_USB_M920X
24662306a36Sopenharmony_ci	tristate "Uli m920x DVB-T USB2.0 support"
24762306a36Sopenharmony_ci	depends on DVB_USB
24862306a36Sopenharmony_ci	select DVB_MT352 if MEDIA_SUBDRV_AUTOSELECT
24962306a36Sopenharmony_ci	select DVB_TDA1004X if MEDIA_SUBDRV_AUTOSELECT
25062306a36Sopenharmony_ci	select MEDIA_TUNER_QT1010 if MEDIA_SUBDRV_AUTOSELECT
25162306a36Sopenharmony_ci	select MEDIA_TUNER_TDA827X if MEDIA_SUBDRV_AUTOSELECT
25262306a36Sopenharmony_ci	select MEDIA_TUNER_SIMPLE if MEDIA_SUBDRV_AUTOSELECT
25362306a36Sopenharmony_ci	help
25462306a36Sopenharmony_ci	  Say Y here to support the MSI Mega Sky 580 USB2.0 DVB-T receiver.
25562306a36Sopenharmony_ci	  Currently, only devices with a product id of
25662306a36Sopenharmony_ci	  "DTV USB MINI" (in cold state) are supported.
25762306a36Sopenharmony_ci	  Firmware required.
25862306a36Sopenharmony_ci
25962306a36Sopenharmony_ciconfig DVB_USB_NOVA_T_USB2
26062306a36Sopenharmony_ci	tristate "Hauppauge WinTV-NOVA-T usb2 DVB-T USB2.0 support"
26162306a36Sopenharmony_ci	depends on DVB_USB
26262306a36Sopenharmony_ci	select DVB_USB_DIB3000MC
26362306a36Sopenharmony_ci	select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT
26462306a36Sopenharmony_ci	select MEDIA_TUNER_MT2060 if MEDIA_SUBDRV_AUTOSELECT
26562306a36Sopenharmony_ci	help
26662306a36Sopenharmony_ci	  Say Y here to support the Hauppauge WinTV-NOVA-T usb2 DVB-T USB2.0 receiver.
26762306a36Sopenharmony_ci
26862306a36Sopenharmony_ciconfig DVB_USB_OPERA1
26962306a36Sopenharmony_ci	tristate "Opera1 DVB-S USB2.0 receiver"
27062306a36Sopenharmony_ci	depends on DVB_USB
27162306a36Sopenharmony_ci	select DVB_STV0299 if MEDIA_SUBDRV_AUTOSELECT
27262306a36Sopenharmony_ci	select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT
27362306a36Sopenharmony_ci	help
27462306a36Sopenharmony_ci	  Say Y here to support the Opera DVB-S USB2.0 receiver.
27562306a36Sopenharmony_ci
27662306a36Sopenharmony_ciconfig DVB_USB_PCTV452E
27762306a36Sopenharmony_ci	tristate "Pinnacle PCTV HDTV Pro USB device/TT Connect S2-3600"
27862306a36Sopenharmony_ci	depends on DVB_USB
27962306a36Sopenharmony_ci	select TTPCI_EEPROM
28062306a36Sopenharmony_ci	select DVB_ISL6423 if MEDIA_SUBDRV_AUTOSELECT
28162306a36Sopenharmony_ci	select DVB_LNBP22 if MEDIA_SUBDRV_AUTOSELECT
28262306a36Sopenharmony_ci	select DVB_STB0899 if MEDIA_SUBDRV_AUTOSELECT
28362306a36Sopenharmony_ci	select DVB_STB6100 if MEDIA_SUBDRV_AUTOSELECT
28462306a36Sopenharmony_ci	help
28562306a36Sopenharmony_ci	  Support for external USB adapter designed by Pinnacle,
28662306a36Sopenharmony_ci	  shipped under the brand name 'PCTV HDTV Pro USB'.
28762306a36Sopenharmony_ci	  Also supports TT Connect S2-3600/3650 cards.
28862306a36Sopenharmony_ci	  Say Y if you own such a device and want to use it.
28962306a36Sopenharmony_ci
29062306a36Sopenharmony_ciconfig DVB_USB_TECHNISAT_USB2
29162306a36Sopenharmony_ci	tristate "Technisat DVB-S/S2 USB2.0 support"
29262306a36Sopenharmony_ci	depends on DVB_USB
29362306a36Sopenharmony_ci	select DVB_STV090x if MEDIA_SUBDRV_AUTOSELECT
29462306a36Sopenharmony_ci	select DVB_STV6110x if MEDIA_SUBDRV_AUTOSELECT
29562306a36Sopenharmony_ci	help
29662306a36Sopenharmony_ci	  Say Y here to support the Technisat USB2 DVB-S/S2 device
29762306a36Sopenharmony_ci
29862306a36Sopenharmony_ciconfig DVB_USB_TTUSB2
29962306a36Sopenharmony_ci	tristate "Pinnacle 400e DVB-S USB2.0 support"
30062306a36Sopenharmony_ci	depends on DVB_USB
30162306a36Sopenharmony_ci	select DVB_TDA10086 if MEDIA_SUBDRV_AUTOSELECT
30262306a36Sopenharmony_ci	select DVB_LNBP21 if MEDIA_SUBDRV_AUTOSELECT
30362306a36Sopenharmony_ci	select DVB_TDA826X if MEDIA_SUBDRV_AUTOSELECT
30462306a36Sopenharmony_ci	select DVB_TDA10023 if MEDIA_SUBDRV_AUTOSELECT
30562306a36Sopenharmony_ci	select DVB_TDA10048 if MEDIA_SUBDRV_AUTOSELECT
30662306a36Sopenharmony_ci	select MEDIA_TUNER_TDA827X if MEDIA_SUBDRV_AUTOSELECT
30762306a36Sopenharmony_ci	help
30862306a36Sopenharmony_ci	  Say Y here to support the Pinnacle 400e DVB-S USB2.0 receiver and
30962306a36Sopenharmony_ci	  the TechnoTrend CT-3650 CI DVB-C/T USB2.0 receiver. The
31062306a36Sopenharmony_ci	  firmware protocol used by this module is similar to the one used by the
31162306a36Sopenharmony_ci	  old ttusb-driver - that's why the module is called dvb-usb-ttusb2.
31262306a36Sopenharmony_ci
31362306a36Sopenharmony_ciconfig DVB_USB_UMT_010
31462306a36Sopenharmony_ci	tristate "HanfTek UMT-010 DVB-T USB2.0 support"
31562306a36Sopenharmony_ci	depends on DVB_USB
31662306a36Sopenharmony_ci	select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT
31762306a36Sopenharmony_ci	select DVB_USB_DIB3000MC
31862306a36Sopenharmony_ci	select MEDIA_TUNER_MT2060 if MEDIA_SUBDRV_AUTOSELECT
31962306a36Sopenharmony_ci	select DVB_MT352 if MEDIA_SUBDRV_AUTOSELECT
32062306a36Sopenharmony_ci	help
32162306a36Sopenharmony_ci	  Say Y here to support the HanfTek UMT-010 USB2.0 stick-sized DVB-T receiver.
32262306a36Sopenharmony_ci
32362306a36Sopenharmony_ciconfig DVB_USB_VP702X
32462306a36Sopenharmony_ci	tristate "TwinhanDTV StarBox and clones DVB-S USB2.0 support"
32562306a36Sopenharmony_ci	depends on DVB_USB
32662306a36Sopenharmony_ci	help
32762306a36Sopenharmony_ci	  Say Y here to support the
32862306a36Sopenharmony_ci
32962306a36Sopenharmony_ci	    TwinhanDTV StarBox,
33062306a36Sopenharmony_ci		DigitalRise USB Starbox and
33162306a36Sopenharmony_ci		TYPHOON DVB-S USB 2.0 BOX
33262306a36Sopenharmony_ci
33362306a36Sopenharmony_ci	  DVB-S USB2.0 receivers.
33462306a36Sopenharmony_ci
33562306a36Sopenharmony_ciconfig DVB_USB_VP7045
33662306a36Sopenharmony_ci	tristate "TwinhanDTV Alpha/MagicBoxII, DNTV tinyUSB2, Beetle USB2.0 support"
33762306a36Sopenharmony_ci	depends on DVB_USB
33862306a36Sopenharmony_ci	help
33962306a36Sopenharmony_ci	  Say Y here to support the
34062306a36Sopenharmony_ci
34162306a36Sopenharmony_ci	    TwinhanDTV Alpha (stick) (VP-7045),
34262306a36Sopenharmony_ci		TwinhanDTV MagicBox II (VP-7046),
34362306a36Sopenharmony_ci		DigitalNow TinyUSB 2 DVB-t,
34462306a36Sopenharmony_ci		DigitalRise USB 2.0 Ter (Beetle) and
34562306a36Sopenharmony_ci		TYPHOON DVB-T USB DRIVE
34662306a36Sopenharmony_ci
34762306a36Sopenharmony_ci	  DVB-T USB2.0 receivers.
34862306a36Sopenharmony_ci
34962306a36Sopenharmony_ciendif
350