diff options
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r-- | sound/soc/codecs/Kconfig | 34 |
1 files changed, 33 insertions, 1 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index c48b23c1d4fc..d63c1754e05f 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig | |||
@@ -26,17 +26,24 @@ config SND_SOC_ALL_CODECS | |||
26 | select SND_SOC_CQ0093VC if MFD_DAVINCI_VOICECODEC | 26 | select SND_SOC_CQ0093VC if MFD_DAVINCI_VOICECODEC |
27 | select SND_SOC_CS42L51 if I2C | 27 | select SND_SOC_CS42L51 if I2C |
28 | select SND_SOC_CS4270 if I2C | 28 | select SND_SOC_CS4270 if I2C |
29 | select SND_SOC_CS4271 if SND_SOC_I2C_AND_SPI | ||
29 | select SND_SOC_CX20442 | 30 | select SND_SOC_CX20442 |
30 | select SND_SOC_DA7210 if I2C | 31 | select SND_SOC_DA7210 if I2C |
32 | select SND_SOC_DFBMCS320 | ||
31 | select SND_SOC_JZ4740_CODEC if SOC_JZ4740 | 33 | select SND_SOC_JZ4740_CODEC if SOC_JZ4740 |
34 | select SND_SOC_LM4857 if I2C | ||
32 | select SND_SOC_MAX98088 if I2C | 35 | select SND_SOC_MAX98088 if I2C |
36 | select SND_SOC_MAX9850 if I2C | ||
33 | select SND_SOC_MAX9877 if I2C | 37 | select SND_SOC_MAX9877 if I2C |
34 | select SND_SOC_PCM3008 | 38 | select SND_SOC_PCM3008 |
39 | select SND_SOC_SGTL5000 if I2C | ||
40 | select SND_SOC_SN95031 if INTEL_SCU_IPC | ||
35 | select SND_SOC_SPDIF | 41 | select SND_SOC_SPDIF |
36 | select SND_SOC_SSM2602 if I2C | 42 | select SND_SOC_SSM2602 if I2C |
37 | select SND_SOC_STAC9766 if SND_SOC_AC97_BUS | 43 | select SND_SOC_STAC9766 if SND_SOC_AC97_BUS |
38 | select SND_SOC_TLV320AIC23 if I2C | 44 | select SND_SOC_TLV320AIC23 if I2C |
39 | select SND_SOC_TLV320AIC26 if SPI_MASTER | 45 | select SND_SOC_TLV320AIC26 if SPI_MASTER |
46 | select SND_SOC_TVL320AIC32X4 if I2C | ||
40 | select SND_SOC_TLV320AIC3X if I2C | 47 | select SND_SOC_TLV320AIC3X if I2C |
41 | select SND_SOC_TPA6130A2 if I2C | 48 | select SND_SOC_TPA6130A2 if I2C |
42 | select SND_SOC_TLV320DAC33 if I2C | 49 | select SND_SOC_TLV320DAC33 if I2C |
@@ -76,6 +83,7 @@ config SND_SOC_ALL_CODECS | |||
76 | select SND_SOC_WM8985 if SND_SOC_I2C_AND_SPI | 83 | select SND_SOC_WM8985 if SND_SOC_I2C_AND_SPI |
77 | select SND_SOC_WM8988 if SND_SOC_I2C_AND_SPI | 84 | select SND_SOC_WM8988 if SND_SOC_I2C_AND_SPI |
78 | select SND_SOC_WM8990 if I2C | 85 | select SND_SOC_WM8990 if I2C |
86 | select SND_SOC_WM8991 if I2C | ||
79 | select SND_SOC_WM8993 if I2C | 87 | select SND_SOC_WM8993 if I2C |
80 | select SND_SOC_WM8994 if MFD_WM8994 | 88 | select SND_SOC_WM8994 if MFD_WM8994 |
81 | select SND_SOC_WM8995 if SND_SOC_I2C_AND_SPI | 89 | select SND_SOC_WM8995 if SND_SOC_I2C_AND_SPI |
@@ -155,6 +163,9 @@ config SND_SOC_CS4270_VD33_ERRATA | |||
155 | bool | 163 | bool |
156 | depends on SND_SOC_CS4270 | 164 | depends on SND_SOC_CS4270 |
157 | 165 | ||
166 | config SND_SOC_CS4271 | ||
167 | tristate | ||
168 | |||
158 | config SND_SOC_CX20442 | 169 | config SND_SOC_CX20442 |
159 | tristate | 170 | tristate |
160 | 171 | ||
@@ -167,15 +178,28 @@ config SND_SOC_L3 | |||
167 | config SND_SOC_DA7210 | 178 | config SND_SOC_DA7210 |
168 | tristate | 179 | tristate |
169 | 180 | ||
181 | config SND_SOC_DFBMCS320 | ||
182 | tristate | ||
183 | |||
170 | config SND_SOC_DMIC | 184 | config SND_SOC_DMIC |
171 | tristate | 185 | tristate |
172 | 186 | ||
173 | config SND_SOC_MAX98088 | 187 | config SND_SOC_MAX98088 |
174 | tristate | 188 | tristate |
175 | 189 | ||
190 | config SND_SOC_MAX9850 | ||
191 | tristate | ||
192 | |||
176 | config SND_SOC_PCM3008 | 193 | config SND_SOC_PCM3008 |
177 | tristate | 194 | tristate |
178 | 195 | ||
196 | #Freescale sgtl5000 codec | ||
197 | config SND_SOC_SGTL5000 | ||
198 | tristate | ||
199 | |||
200 | config SND_SOC_SN95031 | ||
201 | tristate | ||
202 | |||
179 | config SND_SOC_SPDIF | 203 | config SND_SOC_SPDIF |
180 | tristate | 204 | tristate |
181 | 205 | ||
@@ -192,6 +216,9 @@ config SND_SOC_TLV320AIC26 | |||
192 | tristate "TI TLV320AIC26 Codec support" if SND_SOC_OF_SIMPLE | 216 | tristate "TI TLV320AIC26 Codec support" if SND_SOC_OF_SIMPLE |
193 | depends on SPI | 217 | depends on SPI |
194 | 218 | ||
219 | config SND_SOC_TVL320AIC32X4 | ||
220 | tristate | ||
221 | |||
195 | config SND_SOC_TLV320AIC3X | 222 | config SND_SOC_TLV320AIC3X |
196 | tristate | 223 | tristate |
197 | 224 | ||
@@ -304,6 +331,9 @@ config SND_SOC_WM8988 | |||
304 | config SND_SOC_WM8990 | 331 | config SND_SOC_WM8990 |
305 | tristate | 332 | tristate |
306 | 333 | ||
334 | config SND_SOC_WM8991 | ||
335 | tristate | ||
336 | |||
307 | config SND_SOC_WM8993 | 337 | config SND_SOC_WM8993 |
308 | tristate | 338 | tristate |
309 | 339 | ||
@@ -326,6 +356,9 @@ config SND_SOC_WM9713 | |||
326 | tristate | 356 | tristate |
327 | 357 | ||
328 | # Amp | 358 | # Amp |
359 | config SND_SOC_LM4857 | ||
360 | tristate | ||
361 | |||
329 | config SND_SOC_MAX9877 | 362 | config SND_SOC_MAX9877 |
330 | tristate | 363 | tristate |
331 | 364 | ||
@@ -337,4 +370,3 @@ config SND_SOC_WM2000 | |||
337 | 370 | ||
338 | config SND_SOC_WM9090 | 371 | config SND_SOC_WM9090 |
339 | tristate | 372 | tristate |
340 | |||