diff options
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r-- | sound/soc/codecs/Kconfig | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 1e1613a438dd..9f8e8594aeb9 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig | |||
@@ -12,6 +12,7 @@ config SND_SOC_ALL_CODECS | |||
12 | tristate "Build all ASoC CODEC drivers" | 12 | tristate "Build all ASoC CODEC drivers" |
13 | select SND_SOC_88PM860X if MFD_88PM860X | 13 | select SND_SOC_88PM860X if MFD_88PM860X |
14 | select SND_SOC_L3 | 14 | select SND_SOC_L3 |
15 | select SND_SOC_AB8500_CODEC if ABX500_CORE | ||
15 | select SND_SOC_AC97_CODEC if SND_SOC_AC97_BUS | 16 | select SND_SOC_AC97_CODEC if SND_SOC_AC97_BUS |
16 | select SND_SOC_AD1836 if SPI_MASTER | 17 | select SND_SOC_AD1836 if SPI_MASTER |
17 | select SND_SOC_AD193X if SND_SOC_I2C_AND_SPI | 18 | select SND_SOC_AD193X if SND_SOC_I2C_AND_SPI |
@@ -35,7 +36,9 @@ config SND_SOC_ALL_CODECS | |||
35 | select SND_SOC_CS4271 if SND_SOC_I2C_AND_SPI | 36 | select SND_SOC_CS4271 if SND_SOC_I2C_AND_SPI |
36 | select SND_SOC_CX20442 | 37 | select SND_SOC_CX20442 |
37 | select SND_SOC_DA7210 if I2C | 38 | select SND_SOC_DA7210 if I2C |
39 | select SND_SOC_DA732X if I2C | ||
38 | select SND_SOC_DFBMCS320 | 40 | select SND_SOC_DFBMCS320 |
41 | select SND_SOC_ISABELLE if I2C | ||
39 | select SND_SOC_JZ4740_CODEC | 42 | select SND_SOC_JZ4740_CODEC |
40 | select SND_SOC_LM4857 if I2C | 43 | select SND_SOC_LM4857 if I2C |
41 | select SND_SOC_LM49453 if I2C | 44 | select SND_SOC_LM49453 if I2C |
@@ -54,6 +57,7 @@ config SND_SOC_ALL_CODECS | |||
54 | select SND_SOC_SPDIF | 57 | select SND_SOC_SPDIF |
55 | select SND_SOC_SSM2602 if SND_SOC_I2C_AND_SPI | 58 | select SND_SOC_SSM2602 if SND_SOC_I2C_AND_SPI |
56 | select SND_SOC_STA32X if I2C | 59 | select SND_SOC_STA32X if I2C |
60 | select SND_SOC_STA529 if I2C | ||
57 | select SND_SOC_STAC9766 if SND_SOC_AC97_BUS | 61 | select SND_SOC_STAC9766 if SND_SOC_AC97_BUS |
58 | select SND_SOC_TLV320AIC23 if I2C | 62 | select SND_SOC_TLV320AIC23 if I2C |
59 | select SND_SOC_TLV320AIC26 if SPI_MASTER | 63 | select SND_SOC_TLV320AIC26 if SPI_MASTER |
@@ -70,6 +74,8 @@ config SND_SOC_ALL_CODECS | |||
70 | select SND_SOC_WM2000 if I2C | 74 | select SND_SOC_WM2000 if I2C |
71 | select SND_SOC_WM2200 if I2C | 75 | select SND_SOC_WM2200 if I2C |
72 | select SND_SOC_WM5100 if I2C | 76 | select SND_SOC_WM5100 if I2C |
77 | select SND_SOC_WM5102 if MFD_WM5102 | ||
78 | select SND_SOC_WM5110 if MFD_WM5110 | ||
73 | select SND_SOC_WM8350 if MFD_WM8350 | 79 | select SND_SOC_WM8350 if MFD_WM8350 |
74 | select SND_SOC_WM8400 if MFD_WM8400 | 80 | select SND_SOC_WM8400 if MFD_WM8400 |
75 | select SND_SOC_WM8510 if SND_SOC_I2C_AND_SPI | 81 | select SND_SOC_WM8510 if SND_SOC_I2C_AND_SPI |
@@ -126,11 +132,21 @@ config SND_SOC_ALL_CODECS | |||
126 | config SND_SOC_88PM860X | 132 | config SND_SOC_88PM860X |
127 | tristate | 133 | tristate |
128 | 134 | ||
135 | config SND_SOC_ARIZONA | ||
136 | tristate | ||
137 | default y if SND_SOC_WM5102=y | ||
138 | default y if SND_SOC_WM5110=y | ||
139 | default m if SND_SOC_WM5102=m | ||
140 | default m if SND_SOC_WM5110=m | ||
141 | |||
129 | config SND_SOC_WM_HUBS | 142 | config SND_SOC_WM_HUBS |
130 | tristate | 143 | tristate |
131 | default y if SND_SOC_WM8993=y || SND_SOC_WM8994=y | 144 | default y if SND_SOC_WM8993=y || SND_SOC_WM8994=y |
132 | default m if SND_SOC_WM8993=m || SND_SOC_WM8994=m | 145 | default m if SND_SOC_WM8993=m || SND_SOC_WM8994=m |
133 | 146 | ||
147 | config SND_SOC_AB8500_CODEC | ||
148 | tristate | ||
149 | |||
134 | config SND_SOC_AC97_CODEC | 150 | config SND_SOC_AC97_CODEC |
135 | tristate | 151 | tristate |
136 | select SND_AC97_CODEC | 152 | select SND_AC97_CODEC |
@@ -219,12 +235,18 @@ config SND_SOC_L3 | |||
219 | config SND_SOC_DA7210 | 235 | config SND_SOC_DA7210 |
220 | tristate | 236 | tristate |
221 | 237 | ||
238 | config SND_SOC_DA732X | ||
239 | tristate | ||
240 | |||
222 | config SND_SOC_DFBMCS320 | 241 | config SND_SOC_DFBMCS320 |
223 | tristate | 242 | tristate |
224 | 243 | ||
225 | config SND_SOC_DMIC | 244 | config SND_SOC_DMIC |
226 | tristate | 245 | tristate |
227 | 246 | ||
247 | config SND_SOC_ISABELLE | ||
248 | tristate | ||
249 | |||
228 | config SND_SOC_LM49453 | 250 | config SND_SOC_LM49453 |
229 | tristate | 251 | tristate |
230 | 252 | ||
@@ -266,6 +288,9 @@ config SND_SOC_SSM2602 | |||
266 | config SND_SOC_STA32X | 288 | config SND_SOC_STA32X |
267 | tristate | 289 | tristate |
268 | 290 | ||
291 | config SND_SOC_STA529 | ||
292 | tristate | ||
293 | |||
269 | config SND_SOC_STAC9766 | 294 | config SND_SOC_STAC9766 |
270 | tristate | 295 | tristate |
271 | 296 | ||
@@ -313,6 +338,12 @@ config SND_SOC_WM2200 | |||
313 | config SND_SOC_WM5100 | 338 | config SND_SOC_WM5100 |
314 | tristate | 339 | tristate |
315 | 340 | ||
341 | config SND_SOC_WM5102 | ||
342 | tristate | ||
343 | |||
344 | config SND_SOC_WM5110 | ||
345 | tristate | ||
346 | |||
316 | config SND_SOC_WM8350 | 347 | config SND_SOC_WM8350 |
317 | tristate | 348 | tristate |
318 | 349 | ||