diff options
author | Steve Sakoman <steve@sakoman.com> | 2008-10-31 00:35:26 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2008-10-31 08:33:27 -0400 |
commit | cc17557e7876a92e11d4b406a367d28e103e42e6 (patch) | |
tree | a214fd9c44be990feca2c8b8019c8d778c3984e3 /sound/soc/codecs/Kconfig | |
parent | 57b41898c2ecd13a9d338b66ef23f66caab5c4e9 (diff) |
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/Kconfig | 5 |
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 | |||
9 | select SND_SOC_TLV320AIC23 if I2C | 9 | select SND_SOC_TLV320AIC23 if I2C |
10 | select SND_SOC_TLV320AIC26 if SPI_MASTER | 10 | select SND_SOC_TLV320AIC26 if SPI_MASTER |
11 | select SND_SOC_TLV320AIC3X if I2C | 11 | select SND_SOC_TLV320AIC3X if I2C |
12 | select SND_SOC_TWL4030 if TWL4030_CORE | ||
12 | select SND_SOC_UDA1380 if I2C | 13 | select SND_SOC_UDA1380 if I2C |
13 | select SND_SOC_WM8510 if (I2C || SPI_MASTER) | 14 | select SND_SOC_WM8510 if (I2C || SPI_MASTER) |
14 | select SND_SOC_WM8580 if I2C | 15 | select SND_SOC_WM8580 if I2C |
@@ -79,6 +80,10 @@ config SND_SOC_TLV320AIC3X | |||
79 | tristate | 80 | tristate |
80 | depends on I2C | 81 | depends on I2C |
81 | 82 | ||
83 | config SND_SOC_TWL4030 | ||
84 | tristate | ||
85 | depends on TWL4030_CORE | ||
86 | |||
82 | config SND_SOC_UDA1380 | 87 | config SND_SOC_UDA1380 |
83 | tristate | 88 | tristate |
84 | 89 | ||