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