1config DVB_FE_CUSTOMISE
2	bool "Customise the frontend modules to build"
3	depends on DVB_CORE
4	default y if EXPERT
5	help
6	  This allows the user to select/deselect frontend drivers for their
7	  hardware from the build.
8
9	  Use this option with care as deselecting frontends which are in fact
10	  necessary will result in DVB devices which cannot be tuned due to lack
11	  of driver support.
12
13	  If unsure say N.
14
15menu "Customise DVB Frontends"
16	visible if DVB_FE_CUSTOMISE
17
18comment "Multistandard (satellite) frontends"
19	depends on DVB_CORE
20
21config DVB_STB0899
22	tristate "STB0899 based"
23	depends on DVB_CORE && I2C
24	default m if DVB_FE_CUSTOMISE
25	help
26	  A DVB-S/S2/DSS Multistandard demodulator. Say Y when you want
27	  to support this demodulator based frontends
28
29config DVB_STB6100
30	tristate "STB6100 based tuners"
31	depends on DVB_CORE && I2C
32	default m if DVB_FE_CUSTOMISE
33	help
34	  A Silicon tuner from ST used in conjunction with the STB0899
35	  demodulator. Say Y when you want to support this tuner.
36
37config DVB_STV090x
38	tristate "STV0900/STV0903(A/B) based"
39	depends on DVB_CORE && I2C
40	default m if DVB_FE_CUSTOMISE
41	help
42	  DVB-S/S2/DSS Multistandard Professional/Broadcast demodulators.
43	  Say Y when you want to support these frontends.
44
45config DVB_STV6110x
46	tristate "STV6110/(A) based tuners"
47	depends on DVB_CORE && I2C
48	default m if DVB_FE_CUSTOMISE
49	help
50	  A Silicon tuner that supports DVB-S and DVB-S2 modes
51
52comment "Multistandard (cable + terrestrial) frontends"
53	depends on DVB_CORE
54
55config DVB_DRXK
56	tristate "Micronas DRXK based"
57	depends on DVB_CORE && I2C
58	default m if DVB_FE_CUSTOMISE
59	help
60	  Micronas DRX-K DVB-C/T demodulator.
61
62	  Say Y when you want to support this frontend.
63
64config DVB_TDA18271C2DD
65	tristate "NXP TDA18271C2 silicon tuner"
66	depends on DVB_CORE && I2C
67	default m if DVB_FE_CUSTOMISE
68	help
69	  NXP TDA18271 silicon tuner.
70
71	  Say Y when you want to support this tuner.
72
73comment "DVB-S (satellite) frontends"
74	depends on DVB_CORE
75
76config DVB_CX24110
77	tristate "Conexant CX24110 based"
78	depends on DVB_CORE && I2C
79	default m if DVB_FE_CUSTOMISE
80	help
81	  A DVB-S tuner module. Say Y when you want to support this frontend.
82
83config DVB_CX24123
84	tristate "Conexant CX24123 based"
85	depends on DVB_CORE && I2C
86	default m if DVB_FE_CUSTOMISE
87	help
88	  A DVB-S tuner module. Say Y when you want to support this frontend.
89
90config DVB_MT312
91	tristate "Zarlink VP310/MT312/ZL10313 based"
92	depends on DVB_CORE && I2C
93	default m if DVB_FE_CUSTOMISE
94	help
95	  A DVB-S tuner module. Say Y when you want to support this frontend.
96
97config DVB_ZL10036
98	tristate "Zarlink ZL10036 silicon tuner"
99	depends on DVB_CORE && I2C
100	default m if DVB_FE_CUSTOMISE
101	help
102	  A DVB-S tuner module. Say Y when you want to support this frontend.
103
104config DVB_ZL10039
105	tristate "Zarlink ZL10039 silicon tuner"
106	depends on DVB_CORE && I2C
107	default m if DVB_FE_CUSTOMISE
108	help
109	  A DVB-S tuner module. Say Y when you want to support this frontend.
110
111config DVB_S5H1420
112	tristate "Samsung S5H1420 based"
113	depends on DVB_CORE && I2C
114	default m if DVB_FE_CUSTOMISE
115	help
116	  A DVB-S tuner module. Say Y when you want to support this frontend.
117
118config DVB_STV0288
119	tristate "ST STV0288 based"
120	depends on DVB_CORE && I2C
121	default m if DVB_FE_CUSTOMISE
122	help
123	  A DVB-S tuner module. Say Y when you want to support this frontend.
124
125config DVB_STB6000
126	tristate "ST STB6000 silicon tuner"
127	depends on DVB_CORE && I2C
128	default m if DVB_FE_CUSTOMISE
129	  help
130	  A DVB-S silicon tuner module. Say Y when you want to support this tuner.
131
132config DVB_STV0299
133	tristate "ST STV0299 based"
134	depends on DVB_CORE && I2C
135	default m if DVB_FE_CUSTOMISE
136	help
137	  A DVB-S tuner module. Say Y when you want to support this frontend.
138
139config DVB_STV6110
140	tristate "ST STV6110 silicon tuner"
141	depends on DVB_CORE && I2C
142	default m if DVB_FE_CUSTOMISE
143	  help
144	  A DVB-S silicon tuner module. Say Y when you want to support this tuner.
145
146config DVB_STV0900
147	tristate "ST STV0900 based"
148	depends on DVB_CORE && I2C
149	default m if DVB_FE_CUSTOMISE
150	help
151	  A DVB-S/S2 demodulator. Say Y when you want to support this frontend.
152
153config DVB_TDA8083
154	tristate "Philips TDA8083 based"
155	depends on DVB_CORE && I2C
156	default m if DVB_FE_CUSTOMISE
157	help
158	  A DVB-S tuner module. Say Y when you want to support this frontend.
159
160config DVB_TDA10086
161	tristate "Philips TDA10086 based"
162	depends on DVB_CORE && I2C
163	default m if DVB_FE_CUSTOMISE
164	help
165	  A DVB-S tuner module. Say Y when you want to support this frontend.
166
167config DVB_TDA8261
168	tristate "Philips TDA8261 based"
169	depends on DVB_CORE && I2C
170	default m if DVB_FE_CUSTOMISE
171	help
172	  A DVB-S tuner module. Say Y when you want to support this frontend.
173
174config DVB_VES1X93
175	tristate "VLSI VES1893 or VES1993 based"
176	depends on DVB_CORE && I2C
177	default m if DVB_FE_CUSTOMISE
178	help
179	  A DVB-S tuner module. Say Y when you want to support this frontend.
180
181config DVB_TUNER_ITD1000
182	tristate "Integrant ITD1000 Zero IF tuner for DVB-S/DSS"
183	depends on DVB_CORE && I2C
184	default m if DVB_FE_CUSTOMISE
185	help
186	  A DVB-S tuner module. Say Y when you want to support this frontend.
187
188config DVB_TUNER_CX24113
189	tristate "Conexant CX24113/CX24128 tuner for DVB-S/DSS"
190	depends on DVB_CORE && I2C
191	default m if DVB_FE_CUSTOMISE
192	help
193	  A DVB-S tuner module. Say Y when you want to support this frontend.
194
195
196config DVB_TDA826X
197	tristate "Philips TDA826X silicon tuner"
198	depends on DVB_CORE && I2C
199	default m if DVB_FE_CUSTOMISE
200	help
201	  A DVB-S silicon tuner module. Say Y when you want to support this tuner.
202
203config DVB_TUA6100
204	tristate "Infineon TUA6100 PLL"
205	depends on DVB_CORE && I2C
206	default m if DVB_FE_CUSTOMISE
207	help
208	  A DVB-S PLL chip.
209
210config DVB_CX24116
211	tristate "Conexant CX24116 based"
212	depends on DVB_CORE && I2C
213	default m if DVB_FE_CUSTOMISE
214	help
215	  A DVB-S/S2 tuner module. Say Y when you want to support this frontend.
216
217config DVB_SI21XX
218	tristate "Silicon Labs SI21XX based"
219	depends on DVB_CORE && I2C
220	default m if DVB_FE_CUSTOMISE
221	help
222	  A DVB-S tuner module. Say Y when you want to support this frontend.
223
224config DVB_DS3000
225	tristate "Montage Tehnology DS3000 based"
226	depends on DVB_CORE && I2C
227	default m if DVB_FE_CUSTOMISE
228	help
229	  A DVB-S/S2 tuner module. Say Y when you want to support this frontend.
230
231config DVB_MB86A16
232	tristate "Fujitsu MB86A16 based"
233	depends on DVB_CORE && I2C
234	default m if DVB_FE_CUSTOMISE
235	help
236	  A DVB-S/DSS Direct Conversion reveiver.
237	  Say Y when you want to support this frontend.
238
239config DVB_TDA10071
240	tristate "NXP TDA10071"
241	depends on DVB_CORE && I2C
242	default m if DVB_FE_CUSTOMISE
243	help
244	  Say Y when you want to support this frontend.
245
246comment "DVB-T (terrestrial) frontends"
247	depends on DVB_CORE
248
249config DVB_SP8870
250	tristate "Spase sp8870 based"
251	depends on DVB_CORE && I2C
252	default m if DVB_FE_CUSTOMISE
253	help
254	  A DVB-T tuner module. Say Y when you want to support this frontend.
255
256	  This driver needs external firmware. Please use the command
257	  "<kerneldir>/Documentation/dvb/get_dvb_firmware sp8870" to
258	  download/extract it, and then copy it to /usr/lib/hotplug/firmware
259	  or /lib/firmware (depending on configuration of firmware hotplug).
260
261config DVB_SP887X
262	tristate "Spase sp887x based"
263	depends on DVB_CORE && I2C
264	default m if DVB_FE_CUSTOMISE
265	help
266	  A DVB-T tuner module. Say Y when you want to support this frontend.
267
268	  This driver needs external firmware. Please use the command
269	  "<kerneldir>/Documentation/dvb/get_dvb_firmware sp887x" to
270	  download/extract it, and then copy it to /usr/lib/hotplug/firmware
271	  or /lib/firmware (depending on configuration of firmware hotplug).
272
273config DVB_CX22700
274	tristate "Conexant CX22700 based"
275	depends on DVB_CORE && I2C
276	default m if DVB_FE_CUSTOMISE
277	help
278	  A DVB-T tuner module. Say Y when you want to support this frontend.
279
280config DVB_CX22702
281	tristate "Conexant cx22702 demodulator (OFDM)"
282	depends on DVB_CORE && I2C
283	default m if DVB_FE_CUSTOMISE
284	help
285	  A DVB-T tuner module. Say Y when you want to support this frontend.
286
287config DVB_S5H1432
288	tristate "Samsung s5h1432 demodulator (OFDM)"
289	depends on DVB_CORE && I2C
290	default m if DVB_FE_CUSTOMISE
291	help
292	  A DVB-T tuner module. Say Y when you want to support this frontend.
293
294config DVB_DRXD
295	tristate "Micronas DRXD driver"
296	depends on DVB_CORE && I2C
297	default m if DVB_FE_CUSTOMISE
298	help
299	  A DVB-T tuner module. Say Y when you want to support this frontend.
300
301	  Note: this driver was based on vendor driver reference code (released
302	  under the GPL) as opposed to the existing drx397xd driver, which
303	  was written via reverse engineering.
304
305config DVB_L64781
306	tristate "LSI L64781"
307	depends on DVB_CORE && I2C
308	default m if DVB_FE_CUSTOMISE
309	help
310	  A DVB-T tuner module. Say Y when you want to support this frontend.
311
312config DVB_TDA1004X
313	tristate "Philips TDA10045H/TDA10046H based"
314	depends on DVB_CORE && I2C
315	default m if DVB_FE_CUSTOMISE
316	help
317	  A DVB-T tuner module. Say Y when you want to support this frontend.
318
319	  This driver needs external firmware. Please use the commands
320	  "<kerneldir>/Documentation/dvb/get_dvb_firmware tda10045",
321	  "<kerneldir>/Documentation/dvb/get_dvb_firmware tda10046" to
322	  download/extract them, and then copy them to /usr/lib/hotplug/firmware
323	  or /lib/firmware (depending on configuration of firmware hotplug).
324
325config DVB_NXT6000
326	tristate "NxtWave Communications NXT6000 based"
327	depends on DVB_CORE && I2C
328	default m if DVB_FE_CUSTOMISE
329	help
330	  A DVB-T tuner module. Say Y when you want to support this frontend.
331
332config DVB_MT352
333	tristate "Zarlink MT352 based"
334	depends on DVB_CORE && I2C
335	default m if DVB_FE_CUSTOMISE
336	help
337	  A DVB-T tuner module. Say Y when you want to support this frontend.
338
339config DVB_ZL10353
340	tristate "Zarlink ZL10353 based"
341	depends on DVB_CORE && I2C
342	default m if DVB_FE_CUSTOMISE
343	help
344	  A DVB-T tuner module. Say Y when you want to support this frontend.
345
346config DVB_DIB3000MB
347	tristate "DiBcom 3000M-B"
348	depends on DVB_CORE && I2C
349	default m if DVB_FE_CUSTOMISE
350	help
351	  A DVB-T tuner module. Designed for mobile usage. Say Y when you want
352	  to support this frontend.
353
354config DVB_DIB3000MC
355	tristate "DiBcom 3000P/M-C"
356	depends on DVB_CORE && I2C
357	default m if DVB_FE_CUSTOMISE
358	help
359	  A DVB-T tuner module. Designed for mobile usage. Say Y when you want
360	  to support this frontend.
361
362config DVB_DIB7000M
363	tristate "DiBcom 7000MA/MB/PA/PB/MC"
364	depends on DVB_CORE && I2C
365	default m if DVB_FE_CUSTOMISE
366	help
367	  A DVB-T tuner module. Designed for mobile usage. Say Y when you want
368	  to support this frontend.
369
370config DVB_DIB7000P
371	tristate "DiBcom 7000PC"
372	depends on DVB_CORE && I2C
373	default m if DVB_FE_CUSTOMISE
374	help
375	  A DVB-T tuner module. Designed for mobile usage. Say Y when you want
376	  to support this frontend.
377
378config DVB_DIB9000
379	tristate "DiBcom 9000"
380	depends on DVB_CORE && I2C
381	default m if DVB_FE_CUSTOMISE
382	help
383	  A DVB-T tuner module. Designed for mobile usage. Say Y when you want
384	  to support this frontend.
385
386config DVB_TDA10048
387	tristate "Philips TDA10048HN based"
388	depends on DVB_CORE && I2C
389	default m if DVB_FE_CUSTOMISE
390	help
391	  A DVB-T tuner module. Say Y when you want to support this frontend.
392
393config DVB_AF9013
394	tristate "Afatech AF9013 demodulator"
395	depends on DVB_CORE && I2C
396	default m if DVB_FE_CUSTOMISE
397	help
398	  Say Y when you want to support this frontend.
399
400config DVB_EC100
401	tristate "E3C EC100"
402	depends on DVB_CORE && I2C
403	default m if DVB_FE_CUSTOMISE
404	help
405	  Say Y when you want to support this frontend.
406
407config DVB_HD29L2
408	tristate "HDIC HD29L2"
409	depends on DVB_CORE && I2C
410	default m if DVB_FE_CUSTOMISE
411	help
412	  Say Y when you want to support this frontend.
413
414config DVB_STV0367
415	tristate "ST STV0367 based"
416	depends on DVB_CORE && I2C
417	default m if DVB_FE_CUSTOMISE
418	help
419	  A DVB-T/C tuner module. Say Y when you want to support this frontend.
420
421config DVB_CXD2820R
422	tristate "Sony CXD2820R"
423	depends on DVB_CORE && I2C
424	default m if DVB_FE_CUSTOMISE
425	help
426	  Say Y when you want to support this frontend.
427
428config DVB_RTL2830
429	tristate "Realtek RTL2830 DVB-T"
430	depends on DVB_CORE && I2C
431	default m if DVB_FE_CUSTOMISE
432	help
433	  Say Y when you want to support this frontend.
434
435comment "DVB-C (cable) frontends"
436	depends on DVB_CORE
437
438config DVB_VES1820
439	tristate "VLSI VES1820 based"
440	depends on DVB_CORE && I2C
441	default m if DVB_FE_CUSTOMISE
442	help
443	  A DVB-C tuner module. Say Y when you want to support this frontend.
444
445config DVB_TDA10021
446	tristate "Philips TDA10021 based"
447	depends on DVB_CORE && I2C
448	default m if DVB_FE_CUSTOMISE
449	help
450	  A DVB-C tuner module. Say Y when you want to support this frontend.
451
452config DVB_TDA10023
453	tristate "Philips TDA10023 based"
454	depends on DVB_CORE && I2C
455	default m if DVB_FE_CUSTOMISE
456	help
457	  A DVB-C tuner module. Say Y when you want to support this frontend.
458
459config DVB_STV0297
460	tristate "ST STV0297 based"
461	depends on DVB_CORE && I2C
462	default m if DVB_FE_CUSTOMISE
463	help
464	  A DVB-C tuner module. Say Y when you want to support this frontend.
465
466comment "ATSC (North American/Korean Terrestrial/Cable DTV) frontends"
467	depends on DVB_CORE
468
469config DVB_NXT200X
470	tristate "NxtWave Communications NXT2002/NXT2004 based"
471	depends on DVB_CORE && I2C
472	default m if DVB_FE_CUSTOMISE
473	help
474	  An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
475	  to support this frontend.
476
477	  This driver needs external firmware. Please use the commands
478	  "<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2002" and
479	  "<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2004" to
480	  download/extract them, and then copy them to /usr/lib/hotplug/firmware
481	  or /lib/firmware (depending on configuration of firmware hotplug).
482
483config DVB_OR51211
484	tristate "Oren OR51211 based"
485	depends on DVB_CORE && I2C
486	default m if DVB_FE_CUSTOMISE
487	help
488	  An ATSC 8VSB tuner module. Say Y when you want to support this frontend.
489
490	  This driver needs external firmware. Please use the command
491	  "<kerneldir>/Documentation/dvb/get_dvb_firmware or51211" to
492	  download it, and then copy it to /usr/lib/hotplug/firmware
493	  or /lib/firmware (depending on configuration of firmware hotplug).
494
495config DVB_OR51132
496	tristate "Oren OR51132 based"
497	depends on DVB_CORE && I2C
498	default m if DVB_FE_CUSTOMISE
499	help
500	  An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
501	  to support this frontend.
502
503	  This driver needs external firmware. Please use the commands
504	  "<kerneldir>/Documentation/dvb/get_dvb_firmware or51132_vsb" and/or
505	  "<kerneldir>/Documentation/dvb/get_dvb_firmware or51132_qam" to
506	  download firmwares for 8VSB and QAM64/256, respectively. Copy them to
507	  /usr/lib/hotplug/firmware or /lib/firmware (depending on
508	  configuration of firmware hotplug).
509
510config DVB_BCM3510
511	tristate "Broadcom BCM3510"
512	depends on DVB_CORE && I2C
513	default m if DVB_FE_CUSTOMISE
514	help
515	  An ATSC 8VSB/16VSB and QAM64/256 tuner module. Say Y when you want to
516	  support this frontend.
517
518config DVB_LGDT330X
519	tristate "LG Electronics LGDT3302/LGDT3303 based"
520	depends on DVB_CORE && I2C
521	default m if DVB_FE_CUSTOMISE
522	help
523	  An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
524	  to support this frontend.
525
526config DVB_LGDT3305
527	tristate "LG Electronics LGDT3304 and LGDT3305 based"
528	depends on DVB_CORE && I2C
529	default m if DVB_FE_CUSTOMISE
530	help
531	  An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
532	  to support this frontend.
533
534config DVB_S5H1409
535	tristate "Samsung S5H1409 based"
536	depends on DVB_CORE && I2C
537	default m if DVB_FE_CUSTOMISE
538	help
539	  An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
540	  to support this frontend.
541
542config DVB_AU8522
543	tristate "Auvitek AU8522 based"
544	depends on DVB_CORE && I2C && VIDEO_V4L2
545	default m if DVB_FE_CUSTOMISE
546	help
547	  An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
548	  to support this frontend.
549
550config DVB_S5H1411
551	tristate "Samsung S5H1411 based"
552	depends on DVB_CORE && I2C
553	default m if DVB_FE_CUSTOMISE
554	help
555	  An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
556	  to support this frontend.
557
558comment "ISDB-T (terrestrial) frontends"
559	depends on DVB_CORE
560
561config DVB_S921
562	tristate "Sharp S921 frontend"
563	depends on DVB_CORE && I2C
564	default m if DVB_FE_CUSTOMISE
565	help
566	  AN ISDB-T DQPSK, QPSK, 16QAM and 64QAM 1seg tuner module.
567	  Say Y when you want to support this frontend.
568
569config DVB_DIB8000
570	tristate "DiBcom 8000MB/MC"
571	depends on DVB_CORE && I2C
572	default m if DVB_FE_CUSTOMISE
573	help
574	  A driver for DiBcom's DiB8000 ISDB-T/ISDB-Tsb demodulator.
575	  Say Y when you want to support this frontend.
576
577config DVB_MB86A20S
578	tristate "Fujitsu mb86a20s"
579	depends on DVB_CORE && I2C
580	default m if DVB_FE_CUSTOMISE
581	help
582	  A driver for Fujitsu mb86a20s ISDB-T/ISDB-Tsb demodulator.
583	  Say Y when you want to support this frontend.
584
585comment "Digital terrestrial only tuners/PLL"
586	depends on DVB_CORE
587
588config DVB_PLL
589	tristate "Generic I2C PLL based tuners"
590	depends on DVB_CORE && I2C
591	default m if DVB_FE_CUSTOMISE
592	help
593	  This module drives a number of tuners based on PLL chips with a
594	  common I2C interface. Say Y when you want to support these tuners.
595
596config DVB_TUNER_DIB0070
597	tristate "DiBcom DiB0070 silicon base-band tuner"
598	depends on I2C
599	default m if DVB_FE_CUSTOMISE
600	help
601	  A driver for the silicon baseband tuner DiB0070 from DiBcom.
602	  This device is only used inside a SiP called together with a
603	  demodulator for now.
604
605config DVB_TUNER_DIB0090
606	tristate "DiBcom DiB0090 silicon base-band tuner"
607	depends on I2C
608	default m if DVB_FE_CUSTOMISE
609	help
610	  A driver for the silicon baseband tuner DiB0090 from DiBcom.
611	  This device is only used inside a SiP called together with a
612	  demodulator for now.
613
614comment "SEC control devices for DVB-S"
615	depends on DVB_CORE
616
617config DVB_LNBP21
618	tristate "LNBP21/LNBH24 SEC controllers"
619	depends on DVB_CORE && I2C
620	default m if DVB_FE_CUSTOMISE
621	help
622	  An SEC control chips.
623
624config DVB_LNBP22
625	tristate "LNBP22 SEC controllers"
626	depends on DVB_CORE && I2C
627	default m if DVB_FE_CUSTOMISE
628	help
629	  LNB power supply and control voltage
630	  regulator chip with step-up converter
631	  and I2C interface.
632	  Say Y when you want to support this chip.
633
634config DVB_ISL6405
635	tristate "ISL6405 SEC controller"
636	depends on DVB_CORE && I2C
637	default m if DVB_FE_CUSTOMISE
638	help
639	  An SEC control chip.
640
641config DVB_ISL6421
642	tristate "ISL6421 SEC controller"
643	depends on DVB_CORE && I2C
644	default m if DVB_FE_CUSTOMISE
645	help
646	  An SEC control chip.
647
648config DVB_ISL6423
649	tristate "ISL6423 SEC controller"
650	depends on DVB_CORE && I2C
651	default m if DVB_FE_CUSTOMISE
652	help
653	  A SEC controller chip from Intersil
654
655config DVB_A8293
656	tristate "Allegro A8293"
657	depends on DVB_CORE && I2C
658	default m if DVB_FE_CUSTOMISE
659
660config DVB_LGS8GL5
661	tristate "Silicon Legend LGS-8GL5 demodulator (OFDM)"
662	depends on DVB_CORE && I2C
663	default m if DVB_FE_CUSTOMISE
664	help
665	  A DMB-TH tuner module. Say Y when you want to support this frontend.
666
667config DVB_LGS8GXX
668	tristate "Legend Silicon LGS8913/LGS8GL5/LGS8GXX DMB-TH demodulator"
669	depends on DVB_CORE && I2C
670	select FW_LOADER
671	default m if DVB_FE_CUSTOMISE
672	help
673	  A DMB-TH tuner module. Say Y when you want to support this frontend.
674
675config DVB_ATBM8830
676	tristate "AltoBeam ATBM8830/8831 DMB-TH demodulator"
677	depends on DVB_CORE && I2C
678	default m if DVB_FE_CUSTOMISE
679	help
680	  A DMB-TH tuner module. Say Y when you want to support this frontend.
681
682config DVB_TDA665x
683	tristate "TDA665x tuner"
684	depends on DVB_CORE && I2C
685	default m if DVB_FE_CUSTOMISE
686	help
687	  Support for tuner modules based on Philips TDA6650/TDA6651 chips.
688	  Say Y when you want to support this chip.
689
690	  Currently supported tuners:
691	  * Panasonic ENV57H12D5 (ET-50DT)
692
693config DVB_IX2505V
694	tristate "Sharp IX2505V silicon tuner"
695	depends on DVB_CORE && I2C
696	default m if DVB_FE_CUSTOMISE
697	help
698	  A DVB-S tuner module. Say Y when you want to support this frontend.
699
700config DVB_IT913X_FE
701	tristate "it913x frontend and it9137 tuner"
702	depends on DVB_CORE && I2C
703	default m if DVB_FE_CUSTOMISE
704	help
705	  A DVB-T tuner module.
706	  Say Y when you want to support this frontend.
707
708config DVB_M88RS2000
709	tristate "M88RS2000 DVB-S demodulator and tuner"
710	depends on DVB_CORE && I2C
711	default m if DVB_FE_CUSTOMISE
712	help
713	  A DVB-S tuner module.
714	  Say Y when you want to support this frontend.
715
716comment "Tools to develop new frontends"
717
718config DVB_DUMMY_FE
719	tristate "Dummy frontend driver"
720	default n
721endmenu
722