aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/Kconfig
diff options
context:
space:
mode:
authorDimitris Papastamos <dp@opensource.wolfsonmicro.com>2011-01-14 10:49:40 -0500
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-01-17 08:50:20 -0500
commit203db220718c735dcb959fddc64e94fff3b52f73 (patch)
tree11bfc29416f2c66157673020916f2842a18a8e5f /sound/soc/codecs/Kconfig
parent70a7ca34dbdcc6f0ed332baf2b308bab2871424a (diff)
ASoC: WM8991: Add initial WM8991 driver
The WM8991 is a highly integrated ultra-low power hi-fi CODEC designed for handsets rich in multimedia features such as GPS, mobile TV, digital audio playback and gaming. This driver was originally written by Graeme Gregory and has been maintained out of tree by Mark Brown and Dimitris Papastamos. Signed-off-by: Graeme Gregory <gg@opensource.wolfsonmicro.com> Signed-off-by: Dimitris Papastamos <dp@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk> 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 61e36efbf279..a18cff4afbcc 100644
--- a/sound/soc/codecs/Kconfig
+++ b/sound/soc/codecs/Kconfig
@@ -77,6 +77,7 @@ config SND_SOC_ALL_CODECS
77 select SND_SOC_WM8985 if SND_SOC_I2C_AND_SPI 77 select SND_SOC_WM8985 if SND_SOC_I2C_AND_SPI
78 select SND_SOC_WM8988 if SND_SOC_I2C_AND_SPI 78 select SND_SOC_WM8988 if SND_SOC_I2C_AND_SPI
79 select SND_SOC_WM8990 if I2C 79 select SND_SOC_WM8990 if I2C
80 select SND_SOC_WM8991 if I2C
80 select SND_SOC_WM8993 if I2C 81 select SND_SOC_WM8993 if I2C
81 select SND_SOC_WM8994 if MFD_WM8994 82 select SND_SOC_WM8994 if MFD_WM8994
82 select SND_SOC_WM8995 if SND_SOC_I2C_AND_SPI 83 select SND_SOC_WM8995 if SND_SOC_I2C_AND_SPI
@@ -308,6 +309,9 @@ config SND_SOC_WM8988
308config SND_SOC_WM8990 309config SND_SOC_WM8990
309 tristate 310 tristate
310 311
312config SND_SOC_WM8991
313 tristate
314
311config SND_SOC_WM8993 315config SND_SOC_WM8993
312 tristate 316 tristate
313 317