1config DVB_USB_V2 2 tristate "Support for various USB DVB devices v2" 3 depends on DVB_CORE && USB && I2C && (RC_CORE || RC_CORE=n) 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 9 <file:Documentation/media/dvb-drivers/dvb-usb.rst>. 10 11 For a complete list of supported USB devices see the LinuxTV DVB Wiki: 12 <https://linuxtv.org/wiki/index.php/DVB_USB> 13 14 Say Y if you own a USB DVB device. 15 16config DVB_USB_AF9015 17 tristate "Afatech AF9015 DVB-T USB2.0 support" 18 depends on DVB_USB_V2 && I2C_MUX 19 select REGMAP 20 select DVB_AF9013 21 select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT 22 select MEDIA_TUNER_MT2060 if MEDIA_SUBDRV_AUTOSELECT 23 select MEDIA_TUNER_QT1010 if MEDIA_SUBDRV_AUTOSELECT 24 select MEDIA_TUNER_TDA18271 if MEDIA_SUBDRV_AUTOSELECT 25 select MEDIA_TUNER_MXL5005S if MEDIA_SUBDRV_AUTOSELECT 26 select MEDIA_TUNER_MC44S803 if MEDIA_SUBDRV_AUTOSELECT 27 select MEDIA_TUNER_TDA18218 if MEDIA_SUBDRV_AUTOSELECT 28 select MEDIA_TUNER_MXL5007T if MEDIA_SUBDRV_AUTOSELECT 29 help 30 Say Y here to support the Afatech AF9015 based DVB-T USB2.0 receiver 31 32config DVB_USB_AF9035 33 tristate "Afatech AF9035 DVB-T USB2.0 support" 34 depends on DVB_USB_V2 35 select DVB_AF9033 36 select MEDIA_TUNER_TUA9001 if MEDIA_SUBDRV_AUTOSELECT 37 select MEDIA_TUNER_FC0011 if MEDIA_SUBDRV_AUTOSELECT 38 select MEDIA_TUNER_MXL5007T if MEDIA_SUBDRV_AUTOSELECT 39 select MEDIA_TUNER_TDA18218 if MEDIA_SUBDRV_AUTOSELECT 40 select MEDIA_TUNER_FC2580 if MEDIA_SUBDRV_AUTOSELECT 41 select MEDIA_TUNER_IT913X if MEDIA_SUBDRV_AUTOSELECT 42 help 43 Say Y here to support the Afatech AF9035 based DVB USB receiver. 44 45config DVB_USB_ANYSEE 46 tristate "Anysee DVB-T/C USB2.0 support" 47 depends on DVB_USB_V2 48 select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT 49 select DVB_MT352 if MEDIA_SUBDRV_AUTOSELECT 50 select DVB_ZL10353 if MEDIA_SUBDRV_AUTOSELECT 51 select DVB_TDA10023 if MEDIA_SUBDRV_AUTOSELECT 52 select MEDIA_TUNER_TDA18212 if MEDIA_SUBDRV_AUTOSELECT 53 select DVB_CX24116 if MEDIA_SUBDRV_AUTOSELECT 54 select DVB_STV0900 if MEDIA_SUBDRV_AUTOSELECT 55 select DVB_STV6110 if MEDIA_SUBDRV_AUTOSELECT 56 select DVB_ISL6423 if MEDIA_SUBDRV_AUTOSELECT 57 select DVB_CXD2820R if MEDIA_SUBDRV_AUTOSELECT 58 help 59 Say Y here to support the Anysee E30, Anysee E30 Plus or 60 Anysee E30 C Plus DVB USB2.0 receiver. 61 62config DVB_USB_AU6610 63 tristate "Alcor Micro AU6610 USB2.0 support" 64 depends on DVB_USB_V2 65 select DVB_ZL10353 if MEDIA_SUBDRV_AUTOSELECT 66 select MEDIA_TUNER_QT1010 if MEDIA_SUBDRV_AUTOSELECT 67 help 68 Say Y here to support the Sigmatek DVB-110 DVB-T USB2.0 receiver. 69 70config DVB_USB_AZ6007 71 tristate "AzureWave 6007 and clones DVB-T/C USB2.0 support" 72 depends on DVB_USB_V2 73 select CYPRESS_FIRMWARE 74 select DVB_DRXK if MEDIA_SUBDRV_AUTOSELECT 75 select MEDIA_TUNER_MT2063 if MEDIA_SUBDRV_AUTOSELECT 76 help 77 Say Y here to support the AZ6007 receivers like Terratec H7. 78 79config DVB_USB_CE6230 80 tristate "Intel CE6230 DVB-T USB2.0 support" 81 depends on DVB_USB_V2 82 select DVB_ZL10353 83 select MEDIA_TUNER_MXL5005S if MEDIA_SUBDRV_AUTOSELECT 84 help 85 Say Y here to support the Intel CE6230 DVB-T USB2.0 receiver 86 87config DVB_USB_EC168 88 tristate "E3C EC168 DVB-T USB2.0 support" 89 depends on DVB_USB_V2 90 select DVB_EC100 91 select MEDIA_TUNER_MXL5005S if MEDIA_SUBDRV_AUTOSELECT 92 help 93 Say Y here to support the E3C EC168 DVB-T USB2.0 receiver. 94 95config DVB_USB_GL861 96 tristate "Genesys Logic GL861 USB2.0 support" 97 depends on DVB_USB_V2 98 select DVB_ZL10353 if MEDIA_SUBDRV_AUTOSELECT 99 select DVB_TC90522 if MEDIA_SUBDRV_AUTOSELECT 100 select MEDIA_TUNER_QT1010 if MEDIA_SUBDRV_AUTOSELECT 101 select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT 102 help 103 Say Y here to support the MSI Megasky 580 (55801) DVB-T USB2.0 104 receiver with USB ID 0db0:5581, Friio White ISDB-T receiver 105 with USB ID 0x7a69:0001. 106 107config DVB_USB_LME2510 108 tristate "LME DM04/QQBOX DVB-S USB2.0 support" 109 depends on DVB_USB_V2 110 depends on RC_CORE 111 select DVB_TDA10086 if MEDIA_SUBDRV_AUTOSELECT 112 select DVB_TDA826X if MEDIA_SUBDRV_AUTOSELECT 113 select DVB_STV0288 if MEDIA_SUBDRV_AUTOSELECT 114 select DVB_IX2505V if MEDIA_SUBDRV_AUTOSELECT 115 select DVB_STV0299 if MEDIA_SUBDRV_AUTOSELECT 116 select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT 117 select DVB_M88RS2000 if MEDIA_SUBDRV_AUTOSELECT 118 select DVB_TS2020 if MEDIA_SUBDRV_AUTOSELECT 119 help 120 Say Y here to support the LME DM04/QQBOX DVB-S USB2.0 121 122config DVB_USB_MXL111SF 123 tristate "MxL111SF DTV USB2.0 support" 124 depends on DVB_USB_V2 125 select DVB_LGDT3305 if MEDIA_SUBDRV_AUTOSELECT 126 select DVB_LG2160 if MEDIA_SUBDRV_AUTOSELECT 127 select VIDEO_TVEEPROM 128 help 129 Say Y here to support the MxL111SF USB2.0 DTV receiver. 130 131config DVB_USB_RTL28XXU 132 tristate "Realtek RTL28xxU DVB USB support" 133 depends on DVB_USB_V2 && I2C_MUX 134 select DVB_MN88472 if MEDIA_SUBDRV_AUTOSELECT 135 select DVB_MN88473 if MEDIA_SUBDRV_AUTOSELECT 136 select DVB_RTL2830 137 select DVB_RTL2832 138 select DVB_RTL2832_SDR if (MEDIA_SUBDRV_AUTOSELECT && MEDIA_SDR_SUPPORT) 139 select DVB_SI2168 if MEDIA_SUBDRV_AUTOSELECT 140 select MEDIA_TUNER_E4000 if MEDIA_SUBDRV_AUTOSELECT 141 select MEDIA_TUNER_FC0012 if MEDIA_SUBDRV_AUTOSELECT 142 select MEDIA_TUNER_FC0013 if MEDIA_SUBDRV_AUTOSELECT 143 select MEDIA_TUNER_FC2580 if MEDIA_SUBDRV_AUTOSELECT 144 select MEDIA_TUNER_MT2060 if MEDIA_SUBDRV_AUTOSELECT 145 select MEDIA_TUNER_MXL5005S if MEDIA_SUBDRV_AUTOSELECT 146 select MEDIA_TUNER_QT1010 if MEDIA_SUBDRV_AUTOSELECT 147 select MEDIA_TUNER_R820T if MEDIA_SUBDRV_AUTOSELECT 148 select MEDIA_TUNER_SI2157 if MEDIA_SUBDRV_AUTOSELECT 149 select MEDIA_TUNER_TUA9001 if MEDIA_SUBDRV_AUTOSELECT 150 help 151 Say Y here to support the Realtek RTL28xxU DVB USB receiver. 152 153config DVB_USB_DVBSKY 154 tristate "DVBSky USB support" 155 depends on DVB_USB_V2 156 select DVB_M88DS3103 if MEDIA_SUBDRV_AUTOSELECT 157 select DVB_SI2168 if MEDIA_SUBDRV_AUTOSELECT 158 select DVB_TS2020 if MEDIA_SUBDRV_AUTOSELECT 159 select MEDIA_TUNER_SI2157 if MEDIA_SUBDRV_AUTOSELECT 160 select DVB_SP2 if MEDIA_SUBDRV_AUTOSELECT 161 help 162 Say Y here to support the USB receivers from DVBSky. 163 164config DVB_USB_ZD1301 165 tristate "ZyDAS ZD1301" 166 depends on DVB_USB_V2 167 select DVB_ZD1301_DEMOD if MEDIA_SUBDRV_AUTOSELECT 168 select MEDIA_TUNER_MT2060 if MEDIA_SUBDRV_AUTOSELECT 169 help 170 Say Y here to support the ZyDAS ZD1301 DVB USB receiver. 171