aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/Kconfig
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2009-07-01 13:28:54 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2009-07-01 13:47:45 -0400
commit1dcf98ff8e2a4571a2accb852686023b47ca629a (patch)
tree342bcdcf2cad5a484b95a7cb46a9d2aadad22755 /sound/soc/codecs/Kconfig
parent416356fcfad46bdebcf8e2afdb94919401ff99d3 (diff)
ASoC: Add WM8523 CODEC driver
The WM8523 is a high performance stereo DAC with integral charge pump providing 2Vrms line driver outputs using a single 3.3V power supply rail. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r--sound/soc/codecs/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig
index 021dbdfa5b92..68ea5b6648df 100644
--- a/sound/soc/codecs/Kconfig
+++ b/sound/soc/codecs/Kconfig
@@ -30,6 +30,7 @@ config SND_SOC_ALL_CODECS
30 select SND_SOC_WM8350 if MFD_WM8350 30 select SND_SOC_WM8350 if MFD_WM8350
31 select SND_SOC_WM8400 if MFD_WM8400 31 select SND_SOC_WM8400 if MFD_WM8400
32 select SND_SOC_WM8510 if SND_SOC_I2C_AND_SPI 32 select SND_SOC_WM8510 if SND_SOC_I2C_AND_SPI
33 select SND_SOC_WM8523 if I2C
33 select SND_SOC_WM8580 if I2C 34 select SND_SOC_WM8580 if I2C
34 select SND_SOC_WM8728 if SND_SOC_I2C_AND_SPI 35 select SND_SOC_WM8728 if SND_SOC_I2C_AND_SPI
35 select SND_SOC_WM8731 if SND_SOC_I2C_AND_SPI 36 select SND_SOC_WM8731 if SND_SOC_I2C_AND_SPI
@@ -130,6 +131,9 @@ config SND_SOC_WM8400
130config SND_SOC_WM8510 131config SND_SOC_WM8510
131 tristate 132 tristate
132 133
134config SND_SOC_WM8523
135 tristate
136
133config SND_SOC_WM8580 137config SND_SOC_WM8580
134 tristate 138 tristate
135 139