xref: /openbmc/linux/drivers/media/tuners/Kconfig (revision 36bccb11)
1# Analog TV tuners, auto-loaded via tuner.ko
2config MEDIA_TUNER
3	tristate
4	depends on (MEDIA_ANALOG_TV_SUPPORT || MEDIA_RADIO_SUPPORT) && I2C
5	default y
6	select MEDIA_TUNER_XC2028 if MEDIA_SUBDRV_AUTOSELECT
7	select MEDIA_TUNER_XC5000 if MEDIA_SUBDRV_AUTOSELECT
8	select MEDIA_TUNER_XC4000 if MEDIA_SUBDRV_AUTOSELECT
9	select MEDIA_TUNER_MT20XX if MEDIA_SUBDRV_AUTOSELECT
10	select MEDIA_TUNER_TDA8290 if MEDIA_SUBDRV_AUTOSELECT
11	select MEDIA_TUNER_TEA5761 if MEDIA_SUBDRV_AUTOSELECT && MEDIA_RADIO_SUPPORT
12	select MEDIA_TUNER_TEA5767 if MEDIA_SUBDRV_AUTOSELECT && MEDIA_RADIO_SUPPORT
13	select MEDIA_TUNER_SIMPLE if MEDIA_SUBDRV_AUTOSELECT
14	select MEDIA_TUNER_TDA9887 if MEDIA_SUBDRV_AUTOSELECT
15	select MEDIA_TUNER_MC44S803 if MEDIA_SUBDRV_AUTOSELECT
16
17menu "Customize TV tuners"
18	visible if !MEDIA_SUBDRV_AUTOSELECT
19	depends on MEDIA_ANALOG_TV_SUPPORT || MEDIA_DIGITAL_TV_SUPPORT || MEDIA_RADIO_SUPPORT
20
21config MEDIA_TUNER_SIMPLE
22	tristate "Simple tuner support"
23	depends on MEDIA_SUPPORT && I2C
24	select MEDIA_TUNER_TDA9887
25	default m if !MEDIA_SUBDRV_AUTOSELECT
26	help
27	  Say Y here to include support for various simple tuners.
28
29config MEDIA_TUNER_TDA8290
30	tristate "TDA 8290/8295 + 8275(a)/18271 tuner combo"
31	depends on MEDIA_SUPPORT && I2C
32	select MEDIA_TUNER_TDA827X
33	select MEDIA_TUNER_TDA18271
34	default m if !MEDIA_SUBDRV_AUTOSELECT
35	help
36	  Say Y here to include support for Philips TDA8290+8275(a) tuner.
37
38config MEDIA_TUNER_TDA827X
39	tristate "Philips TDA827X silicon tuner"
40	depends on MEDIA_SUPPORT && I2C
41	default m if !MEDIA_SUBDRV_AUTOSELECT
42	help
43	  A DVB-T silicon tuner module. Say Y when you want to support this tuner.
44
45config MEDIA_TUNER_TDA18271
46	tristate "NXP TDA18271 silicon tuner"
47	depends on MEDIA_SUPPORT && I2C
48	default m if !MEDIA_SUBDRV_AUTOSELECT
49	help
50	  A silicon tuner module. Say Y when you want to support this tuner.
51
52config MEDIA_TUNER_TDA9887
53	tristate "TDA 9885/6/7 analog IF demodulator"
54	depends on MEDIA_SUPPORT && I2C
55	default m if !MEDIA_SUBDRV_AUTOSELECT
56	help
57	  Say Y here to include support for Philips TDA9885/6/7
58	  analog IF demodulator.
59
60config MEDIA_TUNER_TEA5761
61	tristate "TEA 5761 radio tuner"
62	depends on MEDIA_SUPPORT && I2C
63	default m if !MEDIA_SUBDRV_AUTOSELECT
64	help
65	  Say Y here to include support for the Philips TEA5761 radio tuner.
66
67config MEDIA_TUNER_TEA5767
68	tristate "TEA 5767 radio tuner"
69	depends on MEDIA_SUPPORT && I2C
70	default m if !MEDIA_SUBDRV_AUTOSELECT
71	help
72	  Say Y here to include support for the Philips TEA5767 radio tuner.
73
74config MEDIA_TUNER_MT20XX
75	tristate "Microtune 2032 / 2050 tuners"
76	depends on MEDIA_SUPPORT && I2C
77	default m if !MEDIA_SUBDRV_AUTOSELECT
78	help
79	  Say Y here to include support for the MT2032 / MT2050 tuner.
80
81config MEDIA_TUNER_MT2060
82	tristate "Microtune MT2060 silicon IF tuner"
83	depends on MEDIA_SUPPORT && I2C
84	default m if !MEDIA_SUBDRV_AUTOSELECT
85	help
86	  A driver for the silicon IF tuner MT2060 from Microtune.
87
88config MEDIA_TUNER_MT2063
89	tristate "Microtune MT2063 silicon IF tuner"
90	depends on MEDIA_SUPPORT && I2C
91	default m if !MEDIA_SUBDRV_AUTOSELECT
92	help
93	  A driver for the silicon IF tuner MT2063 from Microtune.
94
95config MEDIA_TUNER_MT2266
96	tristate "Microtune MT2266 silicon tuner"
97	depends on MEDIA_SUPPORT && I2C
98	default m if !MEDIA_SUBDRV_AUTOSELECT
99	help
100	  A driver for the silicon baseband tuner MT2266 from Microtune.
101
102config MEDIA_TUNER_MT2131
103	tristate "Microtune MT2131 silicon tuner"
104	depends on MEDIA_SUPPORT && I2C
105	default m if !MEDIA_SUBDRV_AUTOSELECT
106	help
107	  A driver for the silicon baseband tuner MT2131 from Microtune.
108
109config MEDIA_TUNER_QT1010
110	tristate "Quantek QT1010 silicon tuner"
111	depends on MEDIA_SUPPORT && I2C
112	default m if !MEDIA_SUBDRV_AUTOSELECT
113	help
114	  A driver for the silicon tuner QT1010 from Quantek.
115
116config MEDIA_TUNER_XC2028
117	tristate "XCeive xc2028/xc3028 tuners"
118	depends on MEDIA_SUPPORT && I2C
119	default m if !MEDIA_SUBDRV_AUTOSELECT
120	help
121	  Say Y here to include support for the xc2028/xc3028 tuners.
122
123config MEDIA_TUNER_XC5000
124	tristate "Xceive XC5000 silicon tuner"
125	depends on MEDIA_SUPPORT && I2C
126	default m if !MEDIA_SUBDRV_AUTOSELECT
127	help
128	  A driver for the silicon tuner XC5000 from Xceive.
129	  This device is only used inside a SiP called together with a
130	  demodulator for now.
131
132config MEDIA_TUNER_XC4000
133	tristate "Xceive XC4000 silicon tuner"
134	depends on MEDIA_SUPPORT && I2C
135	default m if !MEDIA_SUBDRV_AUTOSELECT
136	help
137	  A driver for the silicon tuner XC4000 from Xceive.
138	  This device is only used inside a SiP called together with a
139	  demodulator for now.
140
141config MEDIA_TUNER_MXL5005S
142	tristate "MaxLinear MSL5005S silicon tuner"
143	depends on MEDIA_SUPPORT && I2C
144	default m if !MEDIA_SUBDRV_AUTOSELECT
145	help
146	  A driver for the silicon tuner MXL5005S from MaxLinear.
147
148config MEDIA_TUNER_MXL5007T
149	tristate "MaxLinear MxL5007T silicon tuner"
150	depends on MEDIA_SUPPORT && I2C
151	default m if !MEDIA_SUBDRV_AUTOSELECT
152	help
153	  A driver for the silicon tuner MxL5007T from MaxLinear.
154
155config MEDIA_TUNER_MC44S803
156	tristate "Freescale MC44S803 Low Power CMOS Broadband tuners"
157	depends on MEDIA_SUPPORT && I2C
158	default m if !MEDIA_SUBDRV_AUTOSELECT
159	help
160	  Say Y here to support the Freescale MC44S803 based tuners
161
162config MEDIA_TUNER_MAX2165
163	tristate "Maxim MAX2165 silicon tuner"
164	depends on MEDIA_SUPPORT && I2C
165	default m if !MEDIA_SUBDRV_AUTOSELECT
166	help
167	  A driver for the silicon tuner MAX2165 from Maxim.
168
169config MEDIA_TUNER_TDA18218
170	tristate "NXP TDA18218 silicon tuner"
171	depends on MEDIA_SUPPORT && I2C
172	default m if !MEDIA_SUBDRV_AUTOSELECT
173	help
174	  NXP TDA18218 silicon tuner driver.
175
176config MEDIA_TUNER_FC0011
177	tristate "Fitipower FC0011 silicon tuner"
178	depends on MEDIA_SUPPORT && I2C
179	default m if !MEDIA_SUBDRV_AUTOSELECT
180	help
181	  Fitipower FC0011 silicon tuner driver.
182
183config MEDIA_TUNER_FC0012
184	tristate "Fitipower FC0012 silicon tuner"
185	depends on MEDIA_SUPPORT && I2C
186	default m if !MEDIA_SUBDRV_AUTOSELECT
187	help
188	  Fitipower FC0012 silicon tuner driver.
189
190config MEDIA_TUNER_FC0013
191	tristate "Fitipower FC0013 silicon tuner"
192	depends on MEDIA_SUPPORT && I2C
193	default m if !MEDIA_SUBDRV_AUTOSELECT
194	help
195	  Fitipower FC0013 silicon tuner driver.
196
197config MEDIA_TUNER_TDA18212
198	tristate "NXP TDA18212 silicon tuner"
199	depends on MEDIA_SUPPORT && I2C
200	default m if !MEDIA_SUBDRV_AUTOSELECT
201	help
202	  NXP TDA18212 silicon tuner driver.
203
204config MEDIA_TUNER_E4000
205	tristate "Elonics E4000 silicon tuner"
206	depends on MEDIA_SUPPORT && I2C
207	select REGMAP_I2C
208	default m if !MEDIA_SUBDRV_AUTOSELECT
209	help
210	  Elonics E4000 silicon tuner driver.
211
212config MEDIA_TUNER_FC2580
213	tristate "FCI FC2580 silicon tuner"
214	depends on MEDIA_SUPPORT && I2C
215	default m if !MEDIA_SUBDRV_AUTOSELECT
216	help
217	  FCI FC2580 silicon tuner driver.
218
219config MEDIA_TUNER_M88TS2022
220	tristate "Montage M88TS2022 silicon tuner"
221	depends on MEDIA_SUPPORT && I2C
222	default m if !MEDIA_SUBDRV_AUTOSELECT
223	help
224	  Montage M88TS2022 silicon tuner driver.
225
226config MEDIA_TUNER_TUA9001
227	tristate "Infineon TUA 9001 silicon tuner"
228	depends on MEDIA_SUPPORT && I2C
229	default m if !MEDIA_SUBDRV_AUTOSELECT
230	help
231	  Infineon TUA 9001 silicon tuner driver.
232
233config MEDIA_TUNER_IT913X
234	tristate "ITE Tech IT913x silicon tuner"
235	depends on MEDIA_SUPPORT && I2C
236	default m if !MEDIA_SUBDRV_AUTOSELECT
237	help
238	  ITE Tech IT913x silicon tuner driver.
239
240config MEDIA_TUNER_R820T
241	tristate "Rafael Micro R820T silicon tuner"
242	depends on MEDIA_SUPPORT && I2C
243	default m if !MEDIA_SUBDRV_AUTOSELECT
244	help
245	  Rafael Micro R820T silicon tuner driver.
246endmenu
247