aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/Kconfig
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2008-10-30 21:35:26 -0700
committerMark Brown <broonie@opensource.wolfsonmicro.com>2008-10-31 12:33:27 +0000
commitcc17557e7876a92e11d4b406a367d28e103e42e6 (patch)
treea214fd9c44be990feca2c8b8019c8d778c3984e3 /sound/soc/codecs/Kconfig
parentALSA: ASoC - restore removed variable declaration (diff)
downloadlinux-dev-cc17557e7876a92e11d4b406a367d28e103e42e6.tar.xz
linux-dev-cc17557e7876a92e11d4b406a367d28e103e42e6.zip
ASoC: Add support for TWL4030 audio codec
Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r--sound/soc/codecs/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig
index 0fd3341e6e3b..b73c36aad677 100644
--- a/sound/soc/codecs/Kconfig
+++ b/sound/soc/codecs/Kconfig
@@ -9,6 +9,7 @@ config SND_SOC_ALL_CODECS
select SND_SOC_TLV320AIC23 if I2C
select SND_SOC_TLV320AIC26 if SPI_MASTER
select SND_SOC_TLV320AIC3X if I2C
+ select SND_SOC_TWL4030 if TWL4030_CORE
select SND_SOC_UDA1380 if I2C
select SND_SOC_WM8510 if (I2C || SPI_MASTER)
select SND_SOC_WM8580 if I2C
@@ -79,6 +80,10 @@ config SND_SOC_TLV320AIC3X
tristate
depends on I2C
+config SND_SOC_TWL4030
+ tristate
+ depends on TWL4030_CORE
+
config SND_SOC_UDA1380
tristate