aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/Kconfig
diff options
context:
space:
mode:
authorMike Arthur <Mike.Arthur@wolfsonmicro.com>2009-08-18 15:37:49 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2009-08-18 15:37:49 -0400
commitbd6d417743d941c3e5eabb21abbcac9737f11061 (patch)
tree46e3c73ff2f845e461df9b39aa529f25b56253de /sound/soc/codecs/Kconfig
parent07a2039b8eb0af4ff464efd3dfd95de5c02648c6 (diff)
ASoC: Add WM8711 CODEC driver
The WM8711 or WM8711L (WM8711/L) is a low power stereo DAC with an integrated headphone driver. The WM8711/L is designed specifically for portable MP3 audio and speech players. The WM8711/L is also ideal for MD, CD machines and DAT players. Signed-off-by: Mike Arthur <Mike.Arthur@wolfsonmicro.com> 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 b6c7f7a01cb0..663840e67766 100644
--- a/sound/soc/codecs/Kconfig
+++ b/sound/soc/codecs/Kconfig
@@ -29,6 +29,7 @@ config SND_SOC_ALL_CODECS
29 select SND_SOC_WM8400 if MFD_WM8400 29 select SND_SOC_WM8400 if MFD_WM8400
30 select SND_SOC_WM8510 if SND_SOC_I2C_AND_SPI 30 select SND_SOC_WM8510 if SND_SOC_I2C_AND_SPI
31 select SND_SOC_WM8580 if I2C 31 select SND_SOC_WM8580 if I2C
32 select SND_SOC_WM8711 if I2C
32 select SND_SOC_WM8728 if SND_SOC_I2C_AND_SPI 33 select SND_SOC_WM8728 if SND_SOC_I2C_AND_SPI
33 select SND_SOC_WM8731 if SND_SOC_I2C_AND_SPI 34 select SND_SOC_WM8731 if SND_SOC_I2C_AND_SPI
34 select SND_SOC_WM8750 if SND_SOC_I2C_AND_SPI 35 select SND_SOC_WM8750 if SND_SOC_I2C_AND_SPI
@@ -120,6 +121,9 @@ config SND_SOC_WM8510
120config SND_SOC_WM8580 121config SND_SOC_WM8580
121 tristate 122 tristate
122 123
124config SND_SOC_WM8711
125 tristate
126
123config SND_SOC_WM8728 127config SND_SOC_WM8728
124 tristate 128 tristate
125 129