This commit was generated by cvs2svn to compensate for changes in r517,
[linux-2.6.git] / drivers / media / dvb / frontends / Kconfig
1 menu "Customise DVB Frontends"
2         depends on DVB_CORE
3
4 comment "DVB-S (satellite) frontends"
5         depends on DVB_CORE
6
7 config DVB_STV0299
8         tristate "ST STV0299 based"
9         depends on DVB_CORE
10         help
11           A DVB-S tuner module. Say Y when you want to support this frontend.
12
13 config DVB_CX24110
14         tristate "Conexant CX24110 based"
15         depends on DVB_CORE
16         help
17           A DVB-S tuner module. Say Y when you want to support this frontend.
18  
19 config DVB_TDA8083
20         tristate "Philips TDA8083 based"
21         depends on DVB_CORE
22         help
23           A DVB-S tuner module. Say Y when you want to support this frontend.
24
25 config DVB_TDA80XX
26         tristate "Philips TDA8044 or TDA8083 based"
27         depends on DVB_CORE
28         help
29           A DVB-S tuner module. Say Y when you want to support this frontend.
30
31 config DVB_MT312
32         tristate "Zarlink MT312 based"
33         depends on DVB_CORE
34         help
35           A DVB-S tuner module. Say Y when you want to support this frontend.
36
37 config DVB_VES1X93
38         tristate "VLSI VES1893 or VES1993 based"
39         depends on DVB_CORE
40         help
41           A DVB-S tuner module. Say Y when you want to support this frontend.
42
43 comment "DVB-T (terrestrial) frontends"
44         depends on DVB_CORE
45
46 config DVB_SP8870
47         tristate "Spase sp8870 based"
48         depends on DVB_CORE
49         help
50           A DVB-T tuner module. Say Y when you want to support this frontend.
51
52           This driver needs external firmware. Please use the command
53           "<kerneldir>/Documentation/dvb/get_dvb_firmware sp8870" to
54           download/extract it, and then copy it to /usr/lib/hotplug/firmware.
55
56 config DVB_SP887X
57         tristate "Spase sp887x based"
58         depends on DVB_CORE
59         help
60           A DVB-T tuner module. Say Y when you want to support this frontend.
61
62           This driver needs external firmware. Please use the command
63           "<kerneldir>/Documentation/dvb/get_dvb_firmware sp887x" to
64           download/extract it, and then copy it to /usr/lib/hotplug/firmware.
65
66 config DVB_CX22700
67         tristate "Conexant CX22700 based"
68         depends on DVB_CORE
69         help
70           A DVB-T tuner module. Say Y when you want to support this frontend.
71
72 config DVB_CX22702
73         tristate "Conexant cx22702 demodulator (OFDM)"
74         depends on DVB_CORE
75         help
76           A DVB-T tuner module. Say Y when you want to support this frontend.
77
78 config DVB_L64781
79         tristate "LSI L64781"
80         depends on DVB_CORE
81         help
82           A DVB-T tuner module. Say Y when you want to support this frontend.
83
84 config DVB_TDA1004X
85         tristate "Philips TDA10045H/TDA10046H based"
86         depends on DVB_CORE
87         help
88           A DVB-T tuner module. Say Y when you want to support this frontend.
89
90           This driver needs external firmware. Please use the commands
91           "<kerneldir>/Documentation/dvb/get_dvb_firmware tda10045",
92           "<kerneldir>/Documentation/dvb/get_dvb_firmware tda10046" to
93           download/extract them, and then copy them to /usr/lib/hotplug/firmware.
94
95 config DVB_NXT6000
96         tristate "NxtWave Communications NXT6000 based"
97         depends on DVB_CORE
98         help
99           A DVB-T tuner module. Say Y when you want to support this frontend.
100
101 config DVB_MT352
102         tristate "Zarlink MT352 based"
103         depends on DVB_CORE
104         help
105           A DVB-T tuner module. Say Y when you want to support this frontend.
106
107 config DVB_DIB3000MB
108         tristate "DiBcom 3000-MB"
109         depends on DVB_CORE
110         help
111           A DVB-T tuner module. Designed for mobile usage. Say Y when you want
112           to support this frontend.
113
114 config DVB_DIB3000MC
115         tristate "DiBcom 3000-MC/P"
116         depends on DVB_CORE
117         help
118           A DVB-T tuner module. Designed for mobile usage. Say Y when you want
119           to support this frontend.
120
121 comment "DVB-C (cable) frontends"
122         depends on DVB_CORE
123
124 config DVB_ATMEL_AT76C651
125         tristate "Atmel AT76C651 based"
126         depends on DVB_CORE
127         help
128           A DVB-C tuner module. Say Y when you want to support this frontend.
129
130 config DVB_VES1820
131         tristate "VLSI VES1820 based"
132         depends on DVB_CORE
133         help
134           A DVB-C tuner module. Say Y when you want to support this frontend.
135
136 config DVB_TDA10021
137         tristate "Philips TDA10021 based"
138         depends on DVB_CORE
139         help
140           A DVB-C tuner module. Say Y when you want to support this frontend.
141
142 config DVB_STV0297
143         tristate "ST STV0297 based"
144         depends on DVB_CORE
145         help
146           A DVB-C tuner module. Say Y when you want to support this frontend.
147
148 endmenu