diff options
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r-- | sound/soc/codecs/Kconfig | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 52b005f8fed4..1743d565e996 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig | |||
@@ -23,6 +23,7 @@ config SND_SOC_ALL_CODECS | |||
23 | select SND_SOC_AK4671 if I2C | 23 | select SND_SOC_AK4671 if I2C |
24 | select SND_SOC_CS4270 if I2C | 24 | select SND_SOC_CS4270 if I2C |
25 | select SND_SOC_MAX9877 if I2C | 25 | select SND_SOC_MAX9877 if I2C |
26 | select SND_SOC_DA7210 if I2C | ||
26 | select SND_SOC_PCM3008 | 27 | select SND_SOC_PCM3008 |
27 | select SND_SOC_SPDIF | 28 | select SND_SOC_SPDIF |
28 | select SND_SOC_SSM2602 if I2C | 29 | select SND_SOC_SSM2602 if I2C |
@@ -35,6 +36,7 @@ config SND_SOC_ALL_CODECS | |||
35 | select SND_SOC_TWL4030 if TWL4030_CORE | 36 | select SND_SOC_TWL4030 if TWL4030_CORE |
36 | select SND_SOC_UDA134X | 37 | select SND_SOC_UDA134X |
37 | select SND_SOC_UDA1380 if I2C | 38 | select SND_SOC_UDA1380 if I2C |
39 | select SND_SOC_WM2000 if I2C | ||
38 | select SND_SOC_WM8350 if MFD_WM8350 | 40 | select SND_SOC_WM8350 if MFD_WM8350 |
39 | select SND_SOC_WM8400 if MFD_WM8400 | 41 | select SND_SOC_WM8400 if MFD_WM8400 |
40 | select SND_SOC_WM8510 if SND_SOC_I2C_AND_SPI | 42 | select SND_SOC_WM8510 if SND_SOC_I2C_AND_SPI |
@@ -49,14 +51,18 @@ config SND_SOC_ALL_CODECS | |||
49 | select SND_SOC_WM8776 if SND_SOC_I2C_AND_SPI | 51 | select SND_SOC_WM8776 if SND_SOC_I2C_AND_SPI |
50 | select SND_SOC_WM8900 if I2C | 52 | select SND_SOC_WM8900 if I2C |
51 | select SND_SOC_WM8903 if I2C | 53 | select SND_SOC_WM8903 if I2C |
54 | select SND_SOC_WM8904 if I2C | ||
52 | select SND_SOC_WM8940 if I2C | 55 | select SND_SOC_WM8940 if I2C |
56 | select SND_SOC_WM8955 if I2C | ||
53 | select SND_SOC_WM8960 if I2C | 57 | select SND_SOC_WM8960 if I2C |
54 | select SND_SOC_WM8961 if I2C | 58 | select SND_SOC_WM8961 if I2C |
55 | select SND_SOC_WM8971 if I2C | 59 | select SND_SOC_WM8971 if I2C |
56 | select SND_SOC_WM8974 if I2C | 60 | select SND_SOC_WM8974 if I2C |
61 | select SND_SOC_WM8978 if I2C | ||
57 | select SND_SOC_WM8988 if SND_SOC_I2C_AND_SPI | 62 | select SND_SOC_WM8988 if SND_SOC_I2C_AND_SPI |
58 | select SND_SOC_WM8990 if I2C | 63 | select SND_SOC_WM8990 if I2C |
59 | select SND_SOC_WM8993 if I2C | 64 | select SND_SOC_WM8993 if I2C |
65 | select SND_SOC_WM8994 if MFD_WM8994 | ||
60 | select SND_SOC_WM9081 if I2C | 66 | select SND_SOC_WM9081 if I2C |
61 | select SND_SOC_WM9705 if SND_SOC_AC97_BUS | 67 | select SND_SOC_WM9705 if SND_SOC_AC97_BUS |
62 | select SND_SOC_WM9712 if SND_SOC_AC97_BUS | 68 | select SND_SOC_WM9712 if SND_SOC_AC97_BUS |
@@ -112,6 +118,9 @@ config SND_SOC_AK4671 | |||
112 | config SND_SOC_CS4270 | 118 | config SND_SOC_CS4270 |
113 | tristate | 119 | tristate |
114 | 120 | ||
121 | config SND_SOC_DA7210 | ||
122 | tristate | ||
123 | |||
115 | # Cirrus Logic CS4270 Codec VD = 3.3V Errata | 124 | # Cirrus Logic CS4270 Codec VD = 3.3V Errata |
116 | # Select if you are affected by the errata where the part will not function | 125 | # Select if you are affected by the errata where the part will not function |
117 | # if MCLK divide-by-1.5 is selected and VD is set to 3.3V. The driver will | 126 | # if MCLK divide-by-1.5 is selected and VD is set to 3.3V. The driver will |
@@ -203,9 +212,15 @@ config SND_SOC_WM8900 | |||
203 | config SND_SOC_WM8903 | 212 | config SND_SOC_WM8903 |
204 | tristate | 213 | tristate |
205 | 214 | ||
215 | config SND_SOC_WM8904 | ||
216 | tristate | ||
217 | |||
206 | config SND_SOC_WM8940 | 218 | config SND_SOC_WM8940 |
207 | tristate | 219 | tristate |
208 | 220 | ||
221 | config SND_SOC_WM8955 | ||
222 | tristate | ||
223 | |||
209 | config SND_SOC_WM8960 | 224 | config SND_SOC_WM8960 |
210 | tristate | 225 | tristate |
211 | 226 | ||
@@ -218,6 +233,9 @@ config SND_SOC_WM8971 | |||
218 | config SND_SOC_WM8974 | 233 | config SND_SOC_WM8974 |
219 | tristate | 234 | tristate |
220 | 235 | ||
236 | config SND_SOC_WM8978 | ||
237 | tristate | ||
238 | |||
221 | config SND_SOC_WM8988 | 239 | config SND_SOC_WM8988 |
222 | tristate | 240 | tristate |
223 | 241 | ||
@@ -227,6 +245,9 @@ config SND_SOC_WM8990 | |||
227 | config SND_SOC_WM8993 | 245 | config SND_SOC_WM8993 |
228 | tristate | 246 | tristate |
229 | 247 | ||
248 | config SND_SOC_WM8994 | ||
249 | tristate | ||
250 | |||
230 | config SND_SOC_WM9081 | 251 | config SND_SOC_WM9081 |
231 | tristate | 252 | tristate |
232 | 253 | ||
@@ -245,3 +266,6 @@ config SND_SOC_MAX9877 | |||
245 | 266 | ||
246 | config SND_SOC_TPA6130A2 | 267 | config SND_SOC_TPA6130A2 |
247 | tristate | 268 | tristate |
269 | |||
270 | config SND_SOC_WM2000 | ||
271 | tristate | ||