18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only
28c2ecf20Sopenharmony_ciconfig DVB_USB
38c2ecf20Sopenharmony_ci	tristate "Support for various USB DVB devices"
48c2ecf20Sopenharmony_ci	depends on DVB_CORE && USB && I2C && RC_CORE
58c2ecf20Sopenharmony_ci	select CYPRESS_FIRMWARE
68c2ecf20Sopenharmony_ci	help
78c2ecf20Sopenharmony_ci	  By enabling this you will be able to choose the various supported
88c2ecf20Sopenharmony_ci	  USB1.1 and USB2.0 DVB devices.
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ci	  Almost every USB device needs a firmware, please look into
118c2ecf20Sopenharmony_ci	  <file:Documentation/driver-api/media/drivers/dvb-usb.rst>.
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ci	  For a complete list of supported USB devices see the LinuxTV DVB Wiki:
148c2ecf20Sopenharmony_ci	  <https://linuxtv.org/wiki/index.php/DVB_USB>
158c2ecf20Sopenharmony_ci
168c2ecf20Sopenharmony_ci	  Say Y if you own a USB DVB device.
178c2ecf20Sopenharmony_ci
188c2ecf20Sopenharmony_ciconfig DVB_USB_DEBUG
198c2ecf20Sopenharmony_ci	bool "Enable extended debug support for all DVB-USB devices"
208c2ecf20Sopenharmony_ci	depends on DVB_USB
218c2ecf20Sopenharmony_ci	help
228c2ecf20Sopenharmony_ci	  Say Y if you want to enable debugging. See modinfo dvb-usb (and the
238c2ecf20Sopenharmony_ci	  appropriate drivers) for debug levels.
248c2ecf20Sopenharmony_ci
258c2ecf20Sopenharmony_ciconfig DVB_USB_DIB3000MC
268c2ecf20Sopenharmony_ci	tristate
278c2ecf20Sopenharmony_ci	depends on DVB_USB
288c2ecf20Sopenharmony_ci	select DVB_DIB3000MC
298c2ecf20Sopenharmony_ci	help
308c2ecf20Sopenharmony_ci	  This is a module with helper functions for accessing the
318c2ecf20Sopenharmony_ci	  DIB3000MC from USB DVB devices. It must be a separate module
328c2ecf20Sopenharmony_ci	  in case DVB_USB is built-in and DVB_DIB3000MC is a module,
338c2ecf20Sopenharmony_ci	  and gets selected automatically when needed.
348c2ecf20Sopenharmony_ci
358c2ecf20Sopenharmony_ciconfig DVB_USB_A800
368c2ecf20Sopenharmony_ci	tristate "AVerMedia AverTV DVB-T USB 2.0 (A800)"
378c2ecf20Sopenharmony_ci	depends on DVB_USB
388c2ecf20Sopenharmony_ci	select DVB_USB_DIB3000MC
398c2ecf20Sopenharmony_ci	select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT
408c2ecf20Sopenharmony_ci	select MEDIA_TUNER_MT2060 if MEDIA_SUBDRV_AUTOSELECT
418c2ecf20Sopenharmony_ci	help
428c2ecf20Sopenharmony_ci	  Say Y here to support the AVerMedia AverTV DVB-T USB 2.0 (A800) receiver.
438c2ecf20Sopenharmony_ci
448c2ecf20Sopenharmony_ciconfig DVB_USB_DIBUSB_MB
458c2ecf20Sopenharmony_ci	tristate "DiBcom USB DVB-T devices (based on the DiB3000M-B) (see help for device list)"
468c2ecf20Sopenharmony_ci	depends on DVB_USB
478c2ecf20Sopenharmony_ci	select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT
488c2ecf20Sopenharmony_ci	select DVB_DIB3000MB
498c2ecf20Sopenharmony_ci	depends on DVB_DIB3000MC || !DVB_DIB3000MC
508c2ecf20Sopenharmony_ci	select MEDIA_TUNER_MT2060 if MEDIA_SUBDRV_AUTOSELECT
518c2ecf20Sopenharmony_ci	help
528c2ecf20Sopenharmony_ci	  Support for USB 1.1 and 2.0 DVB-T receivers based on reference designs made by
538c2ecf20Sopenharmony_ci	  DiBcom (<http://www.dibcom.fr>) equipped with a DiB3000M-B demodulator.
548c2ecf20Sopenharmony_ci
558c2ecf20Sopenharmony_ci	  For an up-to-date list of devices supported by this driver, have a look
568c2ecf20Sopenharmony_ci	  on the Linux-DVB Wiki at www.linuxtv.org.
578c2ecf20Sopenharmony_ci
588c2ecf20Sopenharmony_ci	  Say Y if you own such a device and want to use it. You should build it as
598c2ecf20Sopenharmony_ci	  a module.
608c2ecf20Sopenharmony_ci
618c2ecf20Sopenharmony_ciconfig DVB_USB_DIBUSB_MB_FAULTY
628c2ecf20Sopenharmony_ci	bool "Support faulty USB IDs"
638c2ecf20Sopenharmony_ci	depends on DVB_USB_DIBUSB_MB
648c2ecf20Sopenharmony_ci	help
658c2ecf20Sopenharmony_ci	  Support for faulty USB IDs due to an invalid EEPROM on some Artec devices.
668c2ecf20Sopenharmony_ci
678c2ecf20Sopenharmony_ciconfig DVB_USB_DIBUSB_MC
688c2ecf20Sopenharmony_ci	tristate "DiBcom USB DVB-T devices (based on the DiB3000M-C/P) (see help for device list)"
698c2ecf20Sopenharmony_ci	depends on DVB_USB
708c2ecf20Sopenharmony_ci	select DVB_USB_DIB3000MC
718c2ecf20Sopenharmony_ci	select MEDIA_TUNER_MT2060 if MEDIA_SUBDRV_AUTOSELECT
728c2ecf20Sopenharmony_ci	help
738c2ecf20Sopenharmony_ci	  Support for USB2.0 DVB-T receivers based on reference designs made by
748c2ecf20Sopenharmony_ci	  DiBcom (<http://www.dibcom.fr>) equipped with a DiB3000M-C/P demodulator.
758c2ecf20Sopenharmony_ci
768c2ecf20Sopenharmony_ci	  For an up-to-date list of devices supported by this driver, have a look
778c2ecf20Sopenharmony_ci	  on the Linux-DVB Wiki at www.linuxtv.org.
788c2ecf20Sopenharmony_ci
798c2ecf20Sopenharmony_ci	  Say Y if you own such a device and want to use it. You should build it as
808c2ecf20Sopenharmony_ci	  a module.
818c2ecf20Sopenharmony_ci
828c2ecf20Sopenharmony_ciconfig DVB_USB_DIB0700
838c2ecf20Sopenharmony_ci	tristate "DiBcom DiB0700 USB DVB devices (see help for supported devices)"
848c2ecf20Sopenharmony_ci	depends on DVB_USB
858c2ecf20Sopenharmony_ci	select DVB_DIB7000P if MEDIA_SUBDRV_AUTOSELECT
868c2ecf20Sopenharmony_ci	select DVB_DIB7000M if MEDIA_SUBDRV_AUTOSELECT
878c2ecf20Sopenharmony_ci	select DVB_DIB8000 if MEDIA_SUBDRV_AUTOSELECT
888c2ecf20Sopenharmony_ci	select DVB_USB_DIB3000MC if MEDIA_SUBDRV_AUTOSELECT
898c2ecf20Sopenharmony_ci	select DVB_S5H1411 if MEDIA_SUBDRV_AUTOSELECT
908c2ecf20Sopenharmony_ci	select DVB_LGDT3305 if MEDIA_SUBDRV_AUTOSELECT
918c2ecf20Sopenharmony_ci	select DVB_MN88472 if MEDIA_SUBDRV_AUTOSELECT
928c2ecf20Sopenharmony_ci	select DVB_TUNER_DIB0070 if MEDIA_SUBDRV_AUTOSELECT
938c2ecf20Sopenharmony_ci	select DVB_TUNER_DIB0090 if MEDIA_SUBDRV_AUTOSELECT
948c2ecf20Sopenharmony_ci	select MEDIA_TUNER_MT2060 if MEDIA_SUBDRV_AUTOSELECT
958c2ecf20Sopenharmony_ci	select MEDIA_TUNER_MT2266 if MEDIA_SUBDRV_AUTOSELECT
968c2ecf20Sopenharmony_ci	select MEDIA_TUNER_XC2028 if MEDIA_SUBDRV_AUTOSELECT
978c2ecf20Sopenharmony_ci	select MEDIA_TUNER_XC5000 if MEDIA_SUBDRV_AUTOSELECT
988c2ecf20Sopenharmony_ci	select MEDIA_TUNER_XC4000 if MEDIA_SUBDRV_AUTOSELECT
998c2ecf20Sopenharmony_ci	select MEDIA_TUNER_MXL5007T if MEDIA_SUBDRV_AUTOSELECT
1008c2ecf20Sopenharmony_ci	select MEDIA_TUNER_TDA18250 if MEDIA_SUBDRV_AUTOSELECT
1018c2ecf20Sopenharmony_ci	help
1028c2ecf20Sopenharmony_ci	  Support for USB2.0/1.1 DVB receivers based on the DiB0700 USB bridge. The
1038c2ecf20Sopenharmony_ci	  USB bridge is also present in devices having the DiB7700 DVB-T-USB
1048c2ecf20Sopenharmony_ci	  silicon. This chip can be found in devices offered by Hauppauge,
1058c2ecf20Sopenharmony_ci	  Avermedia and other big and small companies.
1068c2ecf20Sopenharmony_ci
1078c2ecf20Sopenharmony_ci	  For an up-to-date list of devices supported by this driver, have a look
1088c2ecf20Sopenharmony_ci	  on the LinuxTV Wiki at www.linuxtv.org.
1098c2ecf20Sopenharmony_ci
1108c2ecf20Sopenharmony_ci	  Say Y if you own such a device and want to use it. You should build it as
1118c2ecf20Sopenharmony_ci	  a module.
1128c2ecf20Sopenharmony_ci
1138c2ecf20Sopenharmony_ciconfig DVB_USB_UMT_010
1148c2ecf20Sopenharmony_ci	tristate "HanfTek UMT-010 DVB-T USB2.0 support"
1158c2ecf20Sopenharmony_ci	depends on DVB_USB
1168c2ecf20Sopenharmony_ci	select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT
1178c2ecf20Sopenharmony_ci	select DVB_USB_DIB3000MC
1188c2ecf20Sopenharmony_ci	select MEDIA_TUNER_MT2060 if MEDIA_SUBDRV_AUTOSELECT
1198c2ecf20Sopenharmony_ci	select DVB_MT352 if MEDIA_SUBDRV_AUTOSELECT
1208c2ecf20Sopenharmony_ci	help
1218c2ecf20Sopenharmony_ci	  Say Y here to support the HanfTek UMT-010 USB2.0 stick-sized DVB-T receiver.
1228c2ecf20Sopenharmony_ci
1238c2ecf20Sopenharmony_ciconfig DVB_USB_CXUSB
1248c2ecf20Sopenharmony_ci	tristate "Conexant USB2.0 hybrid reference design support"
1258c2ecf20Sopenharmony_ci	depends on DVB_USB
1268c2ecf20Sopenharmony_ci	select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT
1278c2ecf20Sopenharmony_ci	select DVB_CX22702 if MEDIA_SUBDRV_AUTOSELECT
1288c2ecf20Sopenharmony_ci	select DVB_LGDT330X if MEDIA_SUBDRV_AUTOSELECT
1298c2ecf20Sopenharmony_ci	select DVB_MT352 if MEDIA_SUBDRV_AUTOSELECT
1308c2ecf20Sopenharmony_ci	select DVB_ZL10353 if MEDIA_SUBDRV_AUTOSELECT
1318c2ecf20Sopenharmony_ci	select DVB_DIB7000P if MEDIA_SUBDRV_AUTOSELECT
1328c2ecf20Sopenharmony_ci	select DVB_TUNER_DIB0070 if MEDIA_SUBDRV_AUTOSELECT
1338c2ecf20Sopenharmony_ci	select DVB_ATBM8830 if MEDIA_SUBDRV_AUTOSELECT
1348c2ecf20Sopenharmony_ci	select DVB_LGS8GXX if MEDIA_SUBDRV_AUTOSELECT
1358c2ecf20Sopenharmony_ci	select DVB_SI2168 if MEDIA_SUBDRV_AUTOSELECT
1368c2ecf20Sopenharmony_ci	select MEDIA_TUNER_SIMPLE if MEDIA_SUBDRV_AUTOSELECT
1378c2ecf20Sopenharmony_ci	select MEDIA_TUNER_XC2028 if MEDIA_SUBDRV_AUTOSELECT
1388c2ecf20Sopenharmony_ci	select MEDIA_TUNER_MXL5005S if MEDIA_SUBDRV_AUTOSELECT
1398c2ecf20Sopenharmony_ci	select MEDIA_TUNER_MAX2165 if MEDIA_SUBDRV_AUTOSELECT
1408c2ecf20Sopenharmony_ci	select MEDIA_TUNER_SI2157 if MEDIA_SUBDRV_AUTOSELECT
1418c2ecf20Sopenharmony_ci	help
1428c2ecf20Sopenharmony_ci	  Say Y here to support the Conexant USB2.0 hybrid reference design.
1438c2ecf20Sopenharmony_ci	  DVB and ATSC modes are supported, for a basic analog mode support
1448c2ecf20Sopenharmony_ci	  see the next option ("Analog support for the Conexant USB2.0 hybrid
1458c2ecf20Sopenharmony_ci	  reference design").
1468c2ecf20Sopenharmony_ci	  Devices that require this module:
1478c2ecf20Sopenharmony_ci
1488c2ecf20Sopenharmony_ci	  Medion MD95700 hybrid USB2.0 device.
1498c2ecf20Sopenharmony_ci	  DViCO FusionHDTV (Bluebird) USB2.0 devices
1508c2ecf20Sopenharmony_ci
1518c2ecf20Sopenharmony_ciconfig DVB_USB_CXUSB_ANALOG
1528c2ecf20Sopenharmony_ci	bool "Analog support for the Conexant USB2.0 hybrid reference design"
1538c2ecf20Sopenharmony_ci	depends on DVB_USB_CXUSB && VIDEO_V4L2
1548c2ecf20Sopenharmony_ci	depends on VIDEO_V4L2=y || VIDEO_V4L2=DVB_USB_CXUSB
1558c2ecf20Sopenharmony_ci	select VIDEO_CX25840
1568c2ecf20Sopenharmony_ci	select VIDEOBUF2_VMALLOC
1578c2ecf20Sopenharmony_ci	help
1588c2ecf20Sopenharmony_ci	  Say Y here to enable basic analog mode support for the Conexant
1598c2ecf20Sopenharmony_ci	  USB2.0 hybrid reference design.
1608c2ecf20Sopenharmony_ci	  Currently this mode is supported only on a Medion MD95700 device.
1618c2ecf20Sopenharmony_ci
1628c2ecf20Sopenharmony_ciconfig DVB_USB_M920X
1638c2ecf20Sopenharmony_ci	tristate "Uli m920x DVB-T USB2.0 support"
1648c2ecf20Sopenharmony_ci	depends on DVB_USB
1658c2ecf20Sopenharmony_ci	select DVB_MT352 if MEDIA_SUBDRV_AUTOSELECT
1668c2ecf20Sopenharmony_ci	select DVB_TDA1004X if MEDIA_SUBDRV_AUTOSELECT
1678c2ecf20Sopenharmony_ci	select MEDIA_TUNER_QT1010 if MEDIA_SUBDRV_AUTOSELECT
1688c2ecf20Sopenharmony_ci	select MEDIA_TUNER_TDA827X if MEDIA_SUBDRV_AUTOSELECT
1698c2ecf20Sopenharmony_ci	select MEDIA_TUNER_SIMPLE if MEDIA_SUBDRV_AUTOSELECT
1708c2ecf20Sopenharmony_ci	help
1718c2ecf20Sopenharmony_ci	  Say Y here to support the MSI Mega Sky 580 USB2.0 DVB-T receiver.
1728c2ecf20Sopenharmony_ci	  Currently, only devices with a product id of
1738c2ecf20Sopenharmony_ci	  "DTV USB MINI" (in cold state) are supported.
1748c2ecf20Sopenharmony_ci	  Firmware required.
1758c2ecf20Sopenharmony_ci
1768c2ecf20Sopenharmony_ciconfig DVB_USB_DIGITV
1778c2ecf20Sopenharmony_ci	tristate "Nebula Electronics uDigiTV DVB-T USB2.0 support"
1788c2ecf20Sopenharmony_ci	depends on DVB_USB
1798c2ecf20Sopenharmony_ci	select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT
1808c2ecf20Sopenharmony_ci	select DVB_NXT6000 if MEDIA_SUBDRV_AUTOSELECT
1818c2ecf20Sopenharmony_ci	select DVB_MT352 if MEDIA_SUBDRV_AUTOSELECT
1828c2ecf20Sopenharmony_ci	help
1838c2ecf20Sopenharmony_ci	  Say Y here to support the Nebula Electronics uDigitV USB2.0 DVB-T receiver.
1848c2ecf20Sopenharmony_ci
1858c2ecf20Sopenharmony_ciconfig DVB_USB_VP7045
1868c2ecf20Sopenharmony_ci	tristate "TwinhanDTV Alpha/MagicBoxII, DNTV tinyUSB2, Beetle USB2.0 support"
1878c2ecf20Sopenharmony_ci	depends on DVB_USB
1888c2ecf20Sopenharmony_ci	help
1898c2ecf20Sopenharmony_ci	  Say Y here to support the
1908c2ecf20Sopenharmony_ci
1918c2ecf20Sopenharmony_ci	    TwinhanDTV Alpha (stick) (VP-7045),
1928c2ecf20Sopenharmony_ci		TwinhanDTV MagicBox II (VP-7046),
1938c2ecf20Sopenharmony_ci		DigitalNow TinyUSB 2 DVB-t,
1948c2ecf20Sopenharmony_ci		DigitalRise USB 2.0 Ter (Beetle) and
1958c2ecf20Sopenharmony_ci		TYPHOON DVB-T USB DRIVE
1968c2ecf20Sopenharmony_ci
1978c2ecf20Sopenharmony_ci	  DVB-T USB2.0 receivers.
1988c2ecf20Sopenharmony_ci
1998c2ecf20Sopenharmony_ciconfig DVB_USB_VP702X
2008c2ecf20Sopenharmony_ci	tristate "TwinhanDTV StarBox and clones DVB-S USB2.0 support"
2018c2ecf20Sopenharmony_ci	depends on DVB_USB
2028c2ecf20Sopenharmony_ci	help
2038c2ecf20Sopenharmony_ci	  Say Y here to support the
2048c2ecf20Sopenharmony_ci
2058c2ecf20Sopenharmony_ci	    TwinhanDTV StarBox,
2068c2ecf20Sopenharmony_ci		DigitalRise USB Starbox and
2078c2ecf20Sopenharmony_ci		TYPHOON DVB-S USB 2.0 BOX
2088c2ecf20Sopenharmony_ci
2098c2ecf20Sopenharmony_ci	  DVB-S USB2.0 receivers.
2108c2ecf20Sopenharmony_ci
2118c2ecf20Sopenharmony_ciconfig DVB_USB_GP8PSK
2128c2ecf20Sopenharmony_ci	tristate "GENPIX 8PSK->USB module support"
2138c2ecf20Sopenharmony_ci	depends on DVB_USB
2148c2ecf20Sopenharmony_ci	help
2158c2ecf20Sopenharmony_ci	  Say Y here to support the
2168c2ecf20Sopenharmony_ci	    GENPIX 8psk module
2178c2ecf20Sopenharmony_ci
2188c2ecf20Sopenharmony_ci	  DVB-S USB2.0 receivers.
2198c2ecf20Sopenharmony_ci
2208c2ecf20Sopenharmony_ciconfig DVB_USB_NOVA_T_USB2
2218c2ecf20Sopenharmony_ci	tristate "Hauppauge WinTV-NOVA-T usb2 DVB-T USB2.0 support"
2228c2ecf20Sopenharmony_ci	depends on DVB_USB
2238c2ecf20Sopenharmony_ci	select DVB_USB_DIB3000MC
2248c2ecf20Sopenharmony_ci	select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT
2258c2ecf20Sopenharmony_ci	select MEDIA_TUNER_MT2060 if MEDIA_SUBDRV_AUTOSELECT
2268c2ecf20Sopenharmony_ci	help
2278c2ecf20Sopenharmony_ci	  Say Y here to support the Hauppauge WinTV-NOVA-T usb2 DVB-T USB2.0 receiver.
2288c2ecf20Sopenharmony_ci
2298c2ecf20Sopenharmony_ciconfig DVB_USB_TTUSB2
2308c2ecf20Sopenharmony_ci	tristate "Pinnacle 400e DVB-S USB2.0 support"
2318c2ecf20Sopenharmony_ci	depends on DVB_USB
2328c2ecf20Sopenharmony_ci	select DVB_TDA10086 if MEDIA_SUBDRV_AUTOSELECT
2338c2ecf20Sopenharmony_ci	select DVB_LNBP21 if MEDIA_SUBDRV_AUTOSELECT
2348c2ecf20Sopenharmony_ci	select DVB_TDA826X if MEDIA_SUBDRV_AUTOSELECT
2358c2ecf20Sopenharmony_ci	select DVB_TDA10023 if MEDIA_SUBDRV_AUTOSELECT
2368c2ecf20Sopenharmony_ci	select DVB_TDA10048 if MEDIA_SUBDRV_AUTOSELECT
2378c2ecf20Sopenharmony_ci	select MEDIA_TUNER_TDA827X if MEDIA_SUBDRV_AUTOSELECT
2388c2ecf20Sopenharmony_ci	help
2398c2ecf20Sopenharmony_ci	  Say Y here to support the Pinnacle 400e DVB-S USB2.0 receiver and
2408c2ecf20Sopenharmony_ci	  the TechnoTrend CT-3650 CI DVB-C/T USB2.0 receiver. The
2418c2ecf20Sopenharmony_ci	  firmware protocol used by this module is similar to the one used by the
2428c2ecf20Sopenharmony_ci	  old ttusb-driver - that's why the module is called dvb-usb-ttusb2.
2438c2ecf20Sopenharmony_ci
2448c2ecf20Sopenharmony_ciconfig DVB_USB_DTT200U
2458c2ecf20Sopenharmony_ci	tristate "WideView WT-200U and WT-220U (pen) DVB-T USB2.0 support (Yakumo/Hama/Typhoon/Yuan)"
2468c2ecf20Sopenharmony_ci	depends on DVB_USB
2478c2ecf20Sopenharmony_ci	help
2488c2ecf20Sopenharmony_ci	  Say Y here to support the WideView/Yakumo/Hama/Typhoon/Yuan DVB-T USB2.0 receiver.
2498c2ecf20Sopenharmony_ci
2508c2ecf20Sopenharmony_ci	  The receivers are also known as DTT200U (Yakumo) and UB300 (Yuan).
2518c2ecf20Sopenharmony_ci
2528c2ecf20Sopenharmony_ci	  The WT-220U and its clones are pen-sized.
2538c2ecf20Sopenharmony_ci
2548c2ecf20Sopenharmony_ciconfig DVB_USB_OPERA1
2558c2ecf20Sopenharmony_ci	tristate "Opera1 DVB-S USB2.0 receiver"
2568c2ecf20Sopenharmony_ci	depends on DVB_USB
2578c2ecf20Sopenharmony_ci	select DVB_STV0299 if MEDIA_SUBDRV_AUTOSELECT
2588c2ecf20Sopenharmony_ci	select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT
2598c2ecf20Sopenharmony_ci	help
2608c2ecf20Sopenharmony_ci	  Say Y here to support the Opera DVB-S USB2.0 receiver.
2618c2ecf20Sopenharmony_ci
2628c2ecf20Sopenharmony_ciconfig DVB_USB_AF9005
2638c2ecf20Sopenharmony_ci	tristate "Afatech AF9005 DVB-T USB1.1 support"
2648c2ecf20Sopenharmony_ci	depends on DVB_USB
2658c2ecf20Sopenharmony_ci	select MEDIA_TUNER_MT2060 if MEDIA_SUBDRV_AUTOSELECT
2668c2ecf20Sopenharmony_ci	select MEDIA_TUNER_QT1010 if MEDIA_SUBDRV_AUTOSELECT
2678c2ecf20Sopenharmony_ci	help
2688c2ecf20Sopenharmony_ci	  Say Y here to support the Afatech AF9005 based DVB-T USB1.1 receiver
2698c2ecf20Sopenharmony_ci	  and the TerraTec Cinergy T USB XE (Rev.1)
2708c2ecf20Sopenharmony_ci
2718c2ecf20Sopenharmony_ciconfig DVB_USB_AF9005_REMOTE
2728c2ecf20Sopenharmony_ci	tristate "Afatech AF9005 default remote control support"
2738c2ecf20Sopenharmony_ci	depends on DVB_USB_AF9005
2748c2ecf20Sopenharmony_ci	help
2758c2ecf20Sopenharmony_ci	  Say Y here to support the default remote control decoding for the
2768c2ecf20Sopenharmony_ci	  Afatech AF9005 based receiver.
2778c2ecf20Sopenharmony_ci
2788c2ecf20Sopenharmony_ciconfig DVB_USB_PCTV452E
2798c2ecf20Sopenharmony_ci	tristate "Pinnacle PCTV HDTV Pro USB device/TT Connect S2-3600"
2808c2ecf20Sopenharmony_ci	depends on DVB_USB
2818c2ecf20Sopenharmony_ci	select TTPCI_EEPROM
2828c2ecf20Sopenharmony_ci	select DVB_ISL6423 if MEDIA_SUBDRV_AUTOSELECT
2838c2ecf20Sopenharmony_ci	select DVB_LNBP22 if MEDIA_SUBDRV_AUTOSELECT
2848c2ecf20Sopenharmony_ci	select DVB_STB0899 if MEDIA_SUBDRV_AUTOSELECT
2858c2ecf20Sopenharmony_ci	select DVB_STB6100 if MEDIA_SUBDRV_AUTOSELECT
2868c2ecf20Sopenharmony_ci	help
2878c2ecf20Sopenharmony_ci	  Support for external USB adapter designed by Pinnacle,
2888c2ecf20Sopenharmony_ci	  shipped under the brand name 'PCTV HDTV Pro USB'.
2898c2ecf20Sopenharmony_ci	  Also supports TT Connect S2-3600/3650 cards.
2908c2ecf20Sopenharmony_ci	  Say Y if you own such a device and want to use it.
2918c2ecf20Sopenharmony_ci
2928c2ecf20Sopenharmony_ciconfig DVB_USB_DW2102
2938c2ecf20Sopenharmony_ci	tristate "DvbWorld & TeVii DVB-S/S2 USB2.0 support"
2948c2ecf20Sopenharmony_ci	depends on DVB_USB
2958c2ecf20Sopenharmony_ci	select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT
2968c2ecf20Sopenharmony_ci	select DVB_STV0299 if MEDIA_SUBDRV_AUTOSELECT
2978c2ecf20Sopenharmony_ci	select DVB_STV0288 if MEDIA_SUBDRV_AUTOSELECT
2988c2ecf20Sopenharmony_ci	select DVB_STB6000 if MEDIA_SUBDRV_AUTOSELECT
2998c2ecf20Sopenharmony_ci	select DVB_CX24116 if MEDIA_SUBDRV_AUTOSELECT
3008c2ecf20Sopenharmony_ci	select DVB_SI21XX if MEDIA_SUBDRV_AUTOSELECT
3018c2ecf20Sopenharmony_ci	select DVB_TDA10023 if MEDIA_SUBDRV_AUTOSELECT
3028c2ecf20Sopenharmony_ci	select DVB_MT312 if MEDIA_SUBDRV_AUTOSELECT
3038c2ecf20Sopenharmony_ci	select DVB_ZL10039 if MEDIA_SUBDRV_AUTOSELECT
3048c2ecf20Sopenharmony_ci	select DVB_DS3000 if MEDIA_SUBDRV_AUTOSELECT
3058c2ecf20Sopenharmony_ci	select DVB_TS2020 if MEDIA_SUBDRV_AUTOSELECT
3068c2ecf20Sopenharmony_ci	select DVB_STB6100 if MEDIA_SUBDRV_AUTOSELECT
3078c2ecf20Sopenharmony_ci	select DVB_STV6110 if MEDIA_SUBDRV_AUTOSELECT
3088c2ecf20Sopenharmony_ci	select DVB_STV0900 if MEDIA_SUBDRV_AUTOSELECT
3098c2ecf20Sopenharmony_ci	select DVB_M88RS2000 if MEDIA_SUBDRV_AUTOSELECT
3108c2ecf20Sopenharmony_ci	select DVB_M88DS3103 if MEDIA_SUBDRV_AUTOSELECT
3118c2ecf20Sopenharmony_ci	help
3128c2ecf20Sopenharmony_ci	  Say Y here to support the DvbWorld, TeVii, Prof, TechnoTrend
3138c2ecf20Sopenharmony_ci	  DVB-S/S2 USB2.0 receivers.
3148c2ecf20Sopenharmony_ci
3158c2ecf20Sopenharmony_ciconfig DVB_USB_CINERGY_T2
3168c2ecf20Sopenharmony_ci	tristate "Terratec CinergyT2/qanu USB 2.0 DVB-T receiver"
3178c2ecf20Sopenharmony_ci	depends on DVB_USB
3188c2ecf20Sopenharmony_ci	help
3198c2ecf20Sopenharmony_ci	  Support for "TerraTec CinergyT2" USB2.0 Highspeed DVB Receivers
3208c2ecf20Sopenharmony_ci
3218c2ecf20Sopenharmony_ci	  Say Y if you own such a device and want to use it.
3228c2ecf20Sopenharmony_ci
3238c2ecf20Sopenharmony_ciconfig DVB_USB_DTV5100
3248c2ecf20Sopenharmony_ci	tristate "AME DTV-5100 USB2.0 DVB-T support"
3258c2ecf20Sopenharmony_ci	depends on DVB_USB
3268c2ecf20Sopenharmony_ci	select DVB_ZL10353 if MEDIA_SUBDRV_AUTOSELECT
3278c2ecf20Sopenharmony_ci	select MEDIA_TUNER_QT1010 if MEDIA_SUBDRV_AUTOSELECT
3288c2ecf20Sopenharmony_ci	help
3298c2ecf20Sopenharmony_ci	  Say Y here to support the AME DTV-5100 USB2.0 DVB-T receiver.
3308c2ecf20Sopenharmony_ci
3318c2ecf20Sopenharmony_ciconfig DVB_USB_AZ6027
3328c2ecf20Sopenharmony_ci	tristate "Azurewave DVB-S/S2 USB2.0 AZ6027 support"
3338c2ecf20Sopenharmony_ci	depends on DVB_USB
3348c2ecf20Sopenharmony_ci	select DVB_STB0899 if MEDIA_SUBDRV_AUTOSELECT
3358c2ecf20Sopenharmony_ci	select DVB_STB6100 if MEDIA_SUBDRV_AUTOSELECT
3368c2ecf20Sopenharmony_ci	help
3378c2ecf20Sopenharmony_ci	  Say Y here to support the AZ6027 device
3388c2ecf20Sopenharmony_ci
3398c2ecf20Sopenharmony_ciconfig DVB_USB_TECHNISAT_USB2
3408c2ecf20Sopenharmony_ci	tristate "Technisat DVB-S/S2 USB2.0 support"
3418c2ecf20Sopenharmony_ci	depends on DVB_USB
3428c2ecf20Sopenharmony_ci	select DVB_STV090x if MEDIA_SUBDRV_AUTOSELECT
3438c2ecf20Sopenharmony_ci	select DVB_STV6110x if MEDIA_SUBDRV_AUTOSELECT
3448c2ecf20Sopenharmony_ci	help
3458c2ecf20Sopenharmony_ci	  Say Y here to support the Technisat USB2 DVB-S/S2 device
346