diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-08-20 12:24:51 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-08-23 08:31:51 -0400 |
commit | 49d7ad9d8a5546d96061f08de1fb30241140849c (patch) | |
tree | 79149033717b722367493c3e5b5e226a807aabc3 /sound/soc/codecs/Kconfig | |
parent | 7d83d2138390d499fccfde5c4975c66503d80704 (diff) |
ASoC: Add build infrastructure for WL1273
The Makefile and Kconfig updates for WL1273 appear to have been mising
from the patch posted, add them.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r-- | sound/soc/codecs/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index a3cfc184ee50..155c1276d1a1 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig | |||
@@ -41,6 +41,7 @@ config SND_SOC_ALL_CODECS | |||
41 | select SND_SOC_TWL6040 if TWL4030_CORE | 41 | select SND_SOC_TWL6040 if TWL4030_CORE |
42 | select SND_SOC_UDA134X | 42 | select SND_SOC_UDA134X |
43 | select SND_SOC_UDA1380 if I2C | 43 | select SND_SOC_UDA1380 if I2C |
44 | select SND_SOC_WL1273 if WL1273_CORE | ||
44 | select SND_SOC_WM2000 if I2C | 45 | select SND_SOC_WM2000 if I2C |
45 | select SND_SOC_WM8350 if MFD_WM8350 | 46 | select SND_SOC_WM8350 if MFD_WM8350 |
46 | select SND_SOC_WM8400 if MFD_WM8400 | 47 | select SND_SOC_WM8400 if MFD_WM8400 |
@@ -193,6 +194,9 @@ config SND_SOC_UDA134X | |||
193 | config SND_SOC_UDA1380 | 194 | config SND_SOC_UDA1380 |
194 | tristate | 195 | tristate |
195 | 196 | ||
197 | config SND_SOC_WL1273 | ||
198 | tristate | ||
199 | |||
196 | config SND_SOC_WM8350 | 200 | config SND_SOC_WM8350 |
197 | tristate | 201 | tristate |
198 | 202 | ||