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