aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/Kconfig
diff options
context:
space:
mode:
authorAndrew de Quincey <adq_dvb@lidskialf.net>2006-08-08 14:48:07 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-09-26 10:53:36 -0400
commit17aafcc67feb359820488ffb0017405ad48b776e (patch)
tree69ebf18371155505ecda8ed50f7ef29144b63520 /drivers/media/dvb/frontends/Kconfig
parent0518999c5fd640bfac24c7c452e902007b1a2b0a (diff)
V4L/DVB (4424): Add missing dvb-pll Kconfig infrastructure
Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/frontends/Kconfig')
-rw-r--r--drivers/media/dvb/frontends/Kconfig68
1 files changed, 34 insertions, 34 deletions
diff --git a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig
index 4a56ffb8a9a8..63e8e7e2a1f3 100644
--- a/drivers/media/dvb/frontends/Kconfig
+++ b/drivers/media/dvb/frontends/Kconfig
@@ -17,56 +17,56 @@ comment "DVB-S (satellite) frontends"
17 17
18config DVB_STV0299 18config DVB_STV0299
19 tristate "ST STV0299 based" 19 tristate "ST STV0299 based"
20 depends on DVB_CORE 20 depends on DVB_CORE && I2C
21 default m if DVB_FE_CUSTOMISE 21 default m if DVB_FE_CUSTOMISE
22 help 22 help
23 A DVB-S tuner module. Say Y when you want to support this frontend. 23 A DVB-S tuner module. Say Y when you want to support this frontend.
24 24
25config DVB_CX24110 25config DVB_CX24110
26 tristate "Conexant CX24110 based" 26 tristate "Conexant CX24110 based"
27 depends on DVB_CORE 27 depends on DVB_CORE && I2C
28 default m if DVB_FE_CUSTOMISE 28 default m if DVB_FE_CUSTOMISE
29 help 29 help
30 A DVB-S tuner module. Say Y when you want to support this frontend. 30 A DVB-S tuner module. Say Y when you want to support this frontend.
31 31
32config DVB_CX24123 32config DVB_CX24123
33 tristate "Conexant CX24123 based" 33 tristate "Conexant CX24123 based"
34 depends on DVB_CORE 34 depends on DVB_CORE && I2C
35 default m if DVB_FE_CUSTOMISE 35 default m if DVB_FE_CUSTOMISE
36 help 36 help
37 A DVB-S tuner module. Say Y when you want to support this frontend. 37 A DVB-S tuner module. Say Y when you want to support this frontend.
38 38
39config DVB_TDA8083 39config DVB_TDA8083
40 tristate "Philips TDA8083 based" 40 tristate "Philips TDA8083 based"
41 depends on DVB_CORE 41 depends on DVB_CORE && I2C
42 default m if DVB_FE_CUSTOMISE 42 default m if DVB_FE_CUSTOMISE
43 help 43 help
44 A DVB-S tuner module. Say Y when you want to support this frontend. 44 A DVB-S tuner module. Say Y when you want to support this frontend.
45 45
46config DVB_MT312 46config DVB_MT312
47 tristate "Zarlink VP310/MT312 based" 47 tristate "Zarlink VP310/MT312 based"
48 depends on DVB_CORE 48 depends on DVB_CORE && I2C
49 default m if DVB_FE_CUSTOMISE 49 default m if DVB_FE_CUSTOMISE
50 help 50 help
51 A DVB-S tuner module. Say Y when you want to support this frontend. 51 A DVB-S tuner module. Say Y when you want to support this frontend.
52 52
53config DVB_VES1X93 53config DVB_VES1X93
54 tristate "VLSI VES1893 or VES1993 based" 54 tristate "VLSI VES1893 or VES1993 based"
55 depends on DVB_CORE 55 depends on DVB_CORE && I2C
56 default m if DVB_FE_CUSTOMISE 56 default m if DVB_FE_CUSTOMISE
57 help 57 help
58 A DVB-S tuner module. Say Y when you want to support this frontend. 58 A DVB-S tuner module. Say Y when you want to support this frontend.
59 59
60config DVB_S5H1420 60config DVB_S5H1420
61 tristate "Samsung S5H1420 based" 61 tristate "Samsung S5H1420 based"
62 depends on DVB_CORE 62 depends on DVB_CORE && I2C
63 default m if DVB_FE_CUSTOMISE 63 default m if DVB_FE_CUSTOMISE
64 help 64 help
65 A DVB-S tuner module. Say Y when you want to support this frontend. 65 A DVB-S tuner module. Say Y when you want to support this frontend.
66 66
67config DVB_TDA10086 67config DVB_TDA10086
68 tristate "Philips TDA10086 based" 68 tristate "Philips TDA10086 based"
69 depends on DVB_CORE 69 depends on DVB_CORE && I2C
70 default m if DVB_FE_CUSTOMISE 70 default m if DVB_FE_CUSTOMISE
71 help 71 help
72 A DVB-S tuner module. Say Y when you want to support this frontend. 72 A DVB-S tuner module. Say Y when you want to support this frontend.
@@ -76,7 +76,7 @@ comment "DVB-T (terrestrial) frontends"
76 76
77config DVB_SP8870 77config DVB_SP8870
78 tristate "Spase sp8870 based" 78 tristate "Spase sp8870 based"
79 depends on DVB_CORE 79 depends on DVB_CORE && I2C
80 default m if DVB_FE_CUSTOMISE 80 default m if DVB_FE_CUSTOMISE
81 select FW_LOADER 81 select FW_LOADER
82 help 82 help
@@ -89,7 +89,7 @@ config DVB_SP8870
89 89
90config DVB_SP887X 90config DVB_SP887X
91 tristate "Spase sp887x based" 91 tristate "Spase sp887x based"
92 depends on DVB_CORE 92 depends on DVB_CORE && I2C
93 default m if DVB_FE_CUSTOMISE 93 default m if DVB_FE_CUSTOMISE
94 select FW_LOADER 94 select FW_LOADER
95 help 95 help
@@ -102,28 +102,28 @@ config DVB_SP887X
102 102
103config DVB_CX22700 103config DVB_CX22700
104 tristate "Conexant CX22700 based" 104 tristate "Conexant CX22700 based"
105 depends on DVB_CORE 105 depends on DVB_CORE && I2C
106 default m if DVB_FE_CUSTOMISE 106 default m if DVB_FE_CUSTOMISE
107 help 107 help
108 A DVB-T tuner module. Say Y when you want to support this frontend. 108 A DVB-T tuner module. Say Y when you want to support this frontend.
109 109
110config DVB_CX22702 110config DVB_CX22702
111 tristate "Conexant cx22702 demodulator (OFDM)" 111 tristate "Conexant cx22702 demodulator (OFDM)"
112 depends on DVB_CORE 112 depends on DVB_CORE && I2C
113 default m if DVB_FE_CUSTOMISE 113 default m if DVB_FE_CUSTOMISE
114 help 114 help
115 A DVB-T tuner module. Say Y when you want to support this frontend. 115 A DVB-T tuner module. Say Y when you want to support this frontend.
116 116
117config DVB_L64781 117config DVB_L64781
118 tristate "LSI L64781" 118 tristate "LSI L64781"
119 depends on DVB_CORE 119 depends on DVB_CORE && I2C
120 default m if DVB_FE_CUSTOMISE 120 default m if DVB_FE_CUSTOMISE
121 help 121 help
122 A DVB-T tuner module. Say Y when you want to support this frontend. 122 A DVB-T tuner module. Say Y when you want to support this frontend.
123 123
124config DVB_TDA1004X 124config DVB_TDA1004X
125 tristate "Philips TDA10045H/TDA10046H based" 125 tristate "Philips TDA10045H/TDA10046H based"
126 depends on DVB_CORE 126 depends on DVB_CORE && I2C
127 default m if DVB_FE_CUSTOMISE 127 default m if DVB_FE_CUSTOMISE
128 select FW_LOADER 128 select FW_LOADER
129 help 129 help
@@ -137,28 +137,28 @@ config DVB_TDA1004X
137 137
138config DVB_NXT6000 138config DVB_NXT6000
139 tristate "NxtWave Communications NXT6000 based" 139 tristate "NxtWave Communications NXT6000 based"
140 depends on DVB_CORE 140 depends on DVB_CORE && I2C
141 default m if DVB_FE_CUSTOMISE 141 default m if DVB_FE_CUSTOMISE
142 help 142 help
143 A DVB-T tuner module. Say Y when you want to support this frontend. 143 A DVB-T tuner module. Say Y when you want to support this frontend.
144 144
145config DVB_MT352 145config DVB_MT352
146 tristate "Zarlink MT352 based" 146 tristate "Zarlink MT352 based"
147 depends on DVB_CORE 147 depends on DVB_CORE && I2C
148 default m if DVB_FE_CUSTOMISE 148 default m if DVB_FE_CUSTOMISE
149 help 149 help
150 A DVB-T tuner module. Say Y when you want to support this frontend. 150 A DVB-T tuner module. Say Y when you want to support this frontend.
151 151
152config DVB_ZL10353 152config DVB_ZL10353
153 tristate "Zarlink ZL10353 based" 153 tristate "Zarlink ZL10353 based"
154 depends on DVB_CORE 154 depends on DVB_CORE && I2C
155 default m if DVB_FE_CUSTOMISE 155 default m if DVB_FE_CUSTOMISE
156 help 156 help
157 A DVB-T tuner module. Say Y when you want to support this frontend. 157 A DVB-T tuner module. Say Y when you want to support this frontend.
158 158
159config DVB_DIB3000MB 159config DVB_DIB3000MB
160 tristate "DiBcom 3000M-B" 160 tristate "DiBcom 3000M-B"
161 depends on DVB_CORE 161 depends on DVB_CORE && I2C
162 default m if DVB_FE_CUSTOMISE 162 default m if DVB_FE_CUSTOMISE
163 help 163 help
164 A DVB-T tuner module. Designed for mobile usage. Say Y when you want 164 A DVB-T tuner module. Designed for mobile usage. Say Y when you want
@@ -166,7 +166,7 @@ config DVB_DIB3000MB
166 166
167config DVB_DIB3000MC 167config DVB_DIB3000MC
168 tristate "DiBcom 3000P/M-C" 168 tristate "DiBcom 3000P/M-C"
169 depends on DVB_CORE 169 depends on DVB_CORE && I2C
170 default m if DVB_FE_CUSTOMISE 170 default m if DVB_FE_CUSTOMISE
171 help 171 help
172 A DVB-T tuner module. Designed for mobile usage. Say Y when you want 172 A DVB-T tuner module. Designed for mobile usage. Say Y when you want
@@ -177,21 +177,21 @@ comment "DVB-C (cable) frontends"
177 177
178config DVB_VES1820 178config DVB_VES1820
179 tristate "VLSI VES1820 based" 179 tristate "VLSI VES1820 based"
180 depends on DVB_CORE 180 depends on DVB_CORE && I2C
181 default m if DVB_FE_CUSTOMISE 181 default m if DVB_FE_CUSTOMISE
182 help 182 help
183 A DVB-C tuner module. Say Y when you want to support this frontend. 183 A DVB-C tuner module. Say Y when you want to support this frontend.
184 184
185config DVB_TDA10021 185config DVB_TDA10021
186 tristate "Philips TDA10021 based" 186 tristate "Philips TDA10021 based"
187 depends on DVB_CORE 187 depends on DVB_CORE && I2C
188 default m if DVB_FE_CUSTOMISE 188 default m if DVB_FE_CUSTOMISE
189 help 189 help
190 A DVB-C tuner module. Say Y when you want to support this frontend. 190 A DVB-C tuner module. Say Y when you want to support this frontend.
191 191
192config DVB_STV0297 192config DVB_STV0297
193 tristate "ST STV0297 based" 193 tristate "ST STV0297 based"
194 depends on DVB_CORE 194 depends on DVB_CORE && I2C
195 default m if DVB_FE_CUSTOMISE 195 default m if DVB_FE_CUSTOMISE
196 help 196 help
197 A DVB-C tuner module. Say Y when you want to support this frontend. 197 A DVB-C tuner module. Say Y when you want to support this frontend.
@@ -201,7 +201,7 @@ comment "ATSC (North American/Korean Terrestrial/Cable DTV) frontends"
201 201
202config DVB_NXT200X 202config DVB_NXT200X
203 tristate "NxtWave Communications NXT2002/NXT2004 based" 203 tristate "NxtWave Communications NXT2002/NXT2004 based"
204 depends on DVB_CORE 204 depends on DVB_CORE && I2C
205 default m if DVB_FE_CUSTOMISE 205 default m if DVB_FE_CUSTOMISE
206 select FW_LOADER 206 select FW_LOADER
207 help 207 help
@@ -216,7 +216,7 @@ config DVB_NXT200X
216 216
217config DVB_OR51211 217config DVB_OR51211
218 tristate "Oren OR51211 based" 218 tristate "Oren OR51211 based"
219 depends on DVB_CORE 219 depends on DVB_CORE && I2C
220 default m if DVB_FE_CUSTOMISE 220 default m if DVB_FE_CUSTOMISE
221 select FW_LOADER 221 select FW_LOADER
222 help 222 help
@@ -229,7 +229,7 @@ config DVB_OR51211
229 229
230config DVB_OR51132 230config DVB_OR51132
231 tristate "Oren OR51132 based" 231 tristate "Oren OR51132 based"
232 depends on DVB_CORE 232 depends on DVB_CORE && I2C
233 default m if DVB_FE_CUSTOMISE 233 default m if DVB_FE_CUSTOMISE
234 select FW_LOADER 234 select FW_LOADER
235 help 235 help
@@ -245,7 +245,7 @@ config DVB_OR51132
245 245
246config DVB_BCM3510 246config DVB_BCM3510
247 tristate "Broadcom BCM3510" 247 tristate "Broadcom BCM3510"
248 depends on DVB_CORE 248 depends on DVB_CORE && I2C
249 default m if DVB_FE_CUSTOMISE 249 default m if DVB_FE_CUSTOMISE
250 select FW_LOADER 250 select FW_LOADER
251 help 251 help
@@ -254,7 +254,7 @@ config DVB_BCM3510
254 254
255config DVB_LGDT330X 255config DVB_LGDT330X
256 tristate "LG Electronics LGDT3302/LGDT3303 based" 256 tristate "LG Electronics LGDT3302/LGDT3303 based"
257 depends on DVB_CORE 257 depends on DVB_CORE && I2C
258 default m if DVB_FE_CUSTOMISE 258 default m if DVB_FE_CUSTOMISE
259 help 259 help
260 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want 260 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
@@ -263,9 +263,13 @@ config DVB_LGDT330X
263comment "Tuners/PLL support" 263comment "Tuners/PLL support"
264 depends on DVB_CORE 264 depends on DVB_CORE
265 265
266config DVB_PLL
267 tristate
268 depends on DVB_CORE && I2C
269
266config DVB_TDA826X 270config DVB_TDA826X
267 tristate "Philips TDA826X silicon tuner" 271 tristate "Philips TDA826X silicon tuner"
268 depends on DVB_CORE 272 depends on DVB_CORE && I2C
269 default m if DVB_FE_CUSTOMISE 273 default m if DVB_FE_CUSTOMISE
270 help 274 help
271 A DVB-S silicon tuner module. Say Y when you want to support this tuner. 275 A DVB-S silicon tuner module. Say Y when you want to support this tuner.
@@ -273,20 +277,16 @@ config DVB_TDA826X
273comment "Miscellaneous devices" 277comment "Miscellaneous devices"
274 depends on DVB_CORE 278 depends on DVB_CORE
275 279
276config DVB_PLL
277 tristate
278 depends on DVB_CORE && I2C
279
280config DVB_LNBP21 280config DVB_LNBP21
281 tristate "LNBP21 SEC controller" 281 tristate "LNBP21 SEC controller"
282 depends on DVB_CORE 282 depends on DVB_CORE && I2C
283 default m if DVB_FE_CUSTOMISE 283 default m if DVB_FE_CUSTOMISE
284 help 284 help
285 An SEC control chip. 285 An SEC control chip.
286 286
287config DVB_ISL6421 287config DVB_ISL6421
288 tristate "ISL6421 SEC controller" 288 tristate "ISL6421 SEC controller"
289 depends on DVB_CORE 289 depends on DVB_CORE && I2C
290 default m if DVB_FE_CUSTOMISE 290 default m if DVB_FE_CUSTOMISE
291 help 291 help
292 An SEC control chip. 292 An SEC control chip.