aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/Kconfig
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2009-05-23 06:18:41 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2009-05-23 06:28:03 -0400
commit0a1bf553359013621c8c5cf745354212c6ef51d3 (patch)
treeb496557733e102a9663d72ec7929257cf63e4feb /sound/soc/codecs/Kconfig
parent0154724d487586241c1ad57cfd348ed2ff2274e2 (diff)
ASoC: Add WM8974 CODEC driver
The WM8974 is a low power, high quality mono CODEC designed for portable applications such as digital still cameras or digital voice recorders. This driver was originally written by Graeme Gregory and Liam Girdwood and has since been maintained by myself with some updates contributed by Brett Saunders and Javier Martin. 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 7f78b65fc4e3..91daffd30e8b 100644
--- a/sound/soc/codecs/Kconfig
+++ b/sound/soc/codecs/Kconfig
@@ -38,6 +38,7 @@ config SND_SOC_ALL_CODECS
38 select SND_SOC_WM8940 if I2C 38 select SND_SOC_WM8940 if I2C
39 select SND_SOC_WM8960 if I2C 39 select SND_SOC_WM8960 if I2C
40 select SND_SOC_WM8971 if I2C 40 select SND_SOC_WM8971 if I2C
41 select SND_SOC_WM8974 if I2C
41 select SND_SOC_WM8988 if SND_SOC_I2C_AND_SPI 42 select SND_SOC_WM8988 if SND_SOC_I2C_AND_SPI
42 select SND_SOC_WM8990 if I2C 43 select SND_SOC_WM8990 if I2C
43 select SND_SOC_WM9081 if I2C 44 select SND_SOC_WM9081 if I2C
@@ -151,6 +152,9 @@ config SND_SOC_WM8960
151config SND_SOC_WM8971 152config SND_SOC_WM8971
152 tristate 153 tristate
153 154
155config SND_SOC_WM8974
156 tristate
157
154config SND_SOC_WM8988 158config SND_SOC_WM8988
155 tristate 159 tristate
156 160