aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/media/dvb/b2c2/Kconfig14
-rw-r--r--drivers/media/dvb/bt8xx/Kconfig14
-rw-r--r--drivers/media/dvb/frontends/Kconfig68
-rw-r--r--drivers/media/dvb/ttpci/Kconfig7
-rw-r--r--drivers/media/dvb/ttusb-budget/Kconfig3
5 files changed, 57 insertions, 49 deletions
diff --git a/drivers/media/dvb/b2c2/Kconfig b/drivers/media/dvb/b2c2/Kconfig
index 49a06fc54c51..a0dcd59da76e 100644
--- a/drivers/media/dvb/b2c2/Kconfig
+++ b/drivers/media/dvb/b2c2/Kconfig
@@ -2,13 +2,13 @@ config DVB_B2C2_FLEXCOP
2 tristate "Technisat/B2C2 FlexCopII(b) and FlexCopIII adapters" 2 tristate "Technisat/B2C2 FlexCopII(b) and FlexCopIII adapters"
3 depends on DVB_CORE && I2C 3 depends on DVB_CORE && I2C
4 select DVB_PLL 4 select DVB_PLL
5 select DVB_STV0299 5 select DVB_STV0299 if !DVB_FE_CUSTOMISE
6 select DVB_MT352 6 select DVB_MT352 if !DVB_FE_CUSTOMISE
7 select DVB_MT312 7 select DVB_MT312 if !DVB_FE_CUSTOMISE
8 select DVB_NXT200X 8 select DVB_NXT200X if !DVB_FE_CUSTOMISE
9 select DVB_STV0297 9 select DVB_STV0297 if !DVB_FE_CUSTOMISE
10 select DVB_BCM3510 10 select DVB_BCM3510 if !DVB_FE_CUSTOMISE
11 select DVB_LGDT330X 11 select DVB_LGDT330X if !DVB_FE_CUSTOMISE
12 help 12 help
13 Support for the digital TV receiver chip made by B2C2 Inc. included in 13 Support for the digital TV receiver chip made by B2C2 Inc. included in
14 Technisats PCI cards and USB boxes. 14 Technisats PCI cards and USB boxes.
diff --git a/drivers/media/dvb/bt8xx/Kconfig b/drivers/media/dvb/bt8xx/Kconfig
index 7d0ee1ab2903..ae2ff5dc238d 100644
--- a/drivers/media/dvb/bt8xx/Kconfig
+++ b/drivers/media/dvb/bt8xx/Kconfig
@@ -2,13 +2,13 @@ config DVB_BT8XX
2 tristate "BT8xx based PCI cards" 2 tristate "BT8xx based PCI cards"
3 depends on DVB_CORE && PCI && I2C && VIDEO_BT848 3 depends on DVB_CORE && PCI && I2C && VIDEO_BT848
4 select DVB_PLL 4 select DVB_PLL
5 select DVB_MT352 5 select DVB_MT352 if !DVB_FE_CUSTOMISE
6 select DVB_SP887X 6 select DVB_SP887X if !DVB_FE_CUSTOMISE
7 select DVB_NXT6000 7 select DVB_NXT6000 if !DVB_FE_CUSTOMISE
8 select DVB_CX24110 8 select DVB_CX24110 if !DVB_FE_CUSTOMISE
9 select DVB_OR51211 9 select DVB_OR51211 if !DVB_FE_CUSTOMISE
10 select DVB_LGDT330X 10 select DVB_LGDT330X if !DVB_FE_CUSTOMISE
11 select DVB_ZL10353 11 select DVB_ZL10353 if !DVB_FE_CUSTOMISE
12 select FW_LOADER 12 select FW_LOADER
13 help 13 help
14 Support for PCI cards based on the Bt8xx PCI bridge. Examples are 14 Support for PCI cards based on the Bt8xx PCI bridge. Examples are
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.
diff --git a/drivers/media/dvb/ttpci/Kconfig b/drivers/media/dvb/ttpci/Kconfig
index 0f01b9ff1727..9ce932e97f23 100644
--- a/drivers/media/dvb/ttpci/Kconfig
+++ b/drivers/media/dvb/ttpci/Kconfig
@@ -3,6 +3,7 @@ config DVB_AV7110
3 depends on DVB_CORE && PCI && I2C && VIDEO_V4L1 3 depends on DVB_CORE && PCI && I2C && VIDEO_V4L1
4 select FW_LOADER 4 select FW_LOADER
5 select VIDEO_SAA7146_VV 5 select VIDEO_SAA7146_VV
6 select DVB_PLL
6 select DVB_VES1820 if !DVB_FE_CUSTOMISE 7 select DVB_VES1820 if !DVB_FE_CUSTOMISE
7 select DVB_VES1X93 if !DVB_FE_CUSTOMISE 8 select DVB_VES1X93 if !DVB_FE_CUSTOMISE
8 select DVB_STV0299 if !DVB_FE_CUSTOMISE 9 select DVB_STV0299 if !DVB_FE_CUSTOMISE
@@ -61,6 +62,7 @@ config DVB_BUDGET
61 tristate "Budget cards" 62 tristate "Budget cards"
62 depends on DVB_CORE && PCI && I2C && VIDEO_V4L1 63 depends on DVB_CORE && PCI && I2C && VIDEO_V4L1
63 select VIDEO_SAA7146 64 select VIDEO_SAA7146
65 select DVB_PLL
64 select DVB_STV0299 if !DVB_FE_CUSTOMISE 66 select DVB_STV0299 if !DVB_FE_CUSTOMISE
65 select DVB_VES1X93 if !DVB_FE_CUSTOMISE 67 select DVB_VES1X93 if !DVB_FE_CUSTOMISE
66 select DVB_VES1820 if !DVB_FE_CUSTOMISE 68 select DVB_VES1820 if !DVB_FE_CUSTOMISE
@@ -68,6 +70,8 @@ config DVB_BUDGET
68 select DVB_TDA8083 if !DVB_FE_CUSTOMISE 70 select DVB_TDA8083 if !DVB_FE_CUSTOMISE
69 select DVB_TDA10021 if !DVB_FE_CUSTOMISE 71 select DVB_TDA10021 if !DVB_FE_CUSTOMISE
70 select DVB_S5H1420 if !DVB_FE_CUSTOMISE 72 select DVB_S5H1420 if !DVB_FE_CUSTOMISE
73 select DVB_TDA10086 if !DVB_FE_CUSTOMISE
74 select DVB_TDA826X if !DVB_FE_CUSTOMISE
71 select DVB_LNBP21 if !DVB_FE_CUSTOMISE 75 select DVB_LNBP21 if !DVB_FE_CUSTOMISE
72 help 76 help
73 Support for simple SAA7146 based DVB cards 77 Support for simple SAA7146 based DVB cards
@@ -83,6 +87,7 @@ config DVB_BUDGET_CI
83 tristate "Budget cards with onboard CI connector" 87 tristate "Budget cards with onboard CI connector"
84 depends on DVB_CORE && PCI && I2C && VIDEO_V4L1 88 depends on DVB_CORE && PCI && I2C && VIDEO_V4L1
85 select VIDEO_SAA7146 89 select VIDEO_SAA7146
90 select DVB_PLL
86 select DVB_STV0297 if !DVB_FE_CUSTOMISE 91 select DVB_STV0297 if !DVB_FE_CUSTOMISE
87 select DVB_STV0299 if !DVB_FE_CUSTOMISE 92 select DVB_STV0299 if !DVB_FE_CUSTOMISE
88 select DVB_TDA1004X if !DVB_FE_CUSTOMISE 93 select DVB_TDA1004X if !DVB_FE_CUSTOMISE
@@ -104,6 +109,7 @@ config DVB_BUDGET_AV
104 tristate "Budget cards with analog video inputs" 109 tristate "Budget cards with analog video inputs"
105 depends on DVB_CORE && PCI && I2C && VIDEO_V4L1 110 depends on DVB_CORE && PCI && I2C && VIDEO_V4L1
106 select VIDEO_SAA7146_VV 111 select VIDEO_SAA7146_VV
112 select DVB_PLL
107 select DVB_STV0299 if !DVB_FE_CUSTOMISE 113 select DVB_STV0299 if !DVB_FE_CUSTOMISE
108 select DVB_TDA1004X if !DVB_FE_CUSTOMISE 114 select DVB_TDA1004X if !DVB_FE_CUSTOMISE
109 select DVB_TDA10021 if !DVB_FE_CUSTOMISE 115 select DVB_TDA10021 if !DVB_FE_CUSTOMISE
@@ -122,6 +128,7 @@ config DVB_BUDGET_PATCH
122 tristate "AV7110 cards with Budget Patch" 128 tristate "AV7110 cards with Budget Patch"
123 depends on DVB_CORE && DVB_BUDGET && VIDEO_V4L1 129 depends on DVB_CORE && DVB_BUDGET && VIDEO_V4L1
124 select DVB_AV7110 130 select DVB_AV7110
131 select DVB_PLL
125 select DVB_STV0299 if !DVB_FE_CUSTOMISE 132 select DVB_STV0299 if !DVB_FE_CUSTOMISE
126 select DVB_VES1X93 if !DVB_FE_CUSTOMISE 133 select DVB_VES1X93 if !DVB_FE_CUSTOMISE
127 select DVB_TDA8083 if !DVB_FE_CUSTOMISE 134 select DVB_TDA8083 if !DVB_FE_CUSTOMISE
diff --git a/drivers/media/dvb/ttusb-budget/Kconfig b/drivers/media/dvb/ttusb-budget/Kconfig
index ce0fb8f54877..e78ea9227b0e 100644
--- a/drivers/media/dvb/ttusb-budget/Kconfig
+++ b/drivers/media/dvb/ttusb-budget/Kconfig
@@ -1,6 +1,7 @@
1config DVB_TTUSB_BUDGET 1config DVB_TTUSB_BUDGET
2 tristate "Technotrend/Hauppauge Nova-USB devices" 2 tristate "Technotrend/Hauppauge Nova-USB devices"
3 depends on DVB_CORE && USB 3 depends on DVB_CORE && USB && I2C
4 select DVB_PLL
4 select DVB_CX22700 if !DVB_FE_CUSTOMISE 5 select DVB_CX22700 if !DVB_FE_CUSTOMISE
5 select DVB_TDA1004X if !DVB_FE_CUSTOMISE 6 select DVB_TDA1004X if !DVB_FE_CUSTOMISE
6 select DVB_VES1820 if !DVB_FE_CUSTOMISE 7 select DVB_VES1820 if !DVB_FE_CUSTOMISE