diff options
author | Dimitris Papastamos <dp@opensource.wolfsonmicro.com> | 2010-12-22 06:33:11 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-12-22 08:37:12 -0500 |
commit | 6a504a751124889e0bdbb25963a7edf7aeedb7bd (patch) | |
tree | 9dda994057f9e5f1f97945e6f2100829400e3211 /sound/soc/codecs/Kconfig | |
parent | f49be89bb4e235776af08cdcef91a37a0d12aa62 (diff) |
ASoC: Add initial WM8995 driver
The WM8995 is a digital audio hub CODEC designed for smartphones.
The current driver supports most of the basic functionality of the
WM8995.
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/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 0f33db2be25a..054191ed08ef 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig | |||
@@ -78,6 +78,7 @@ config SND_SOC_ALL_CODECS | |||
78 | select SND_SOC_WM8990 if I2C | 78 | select SND_SOC_WM8990 if I2C |
79 | select SND_SOC_WM8993 if I2C | 79 | select SND_SOC_WM8993 if I2C |
80 | select SND_SOC_WM8994 if MFD_WM8994 | 80 | select SND_SOC_WM8994 if MFD_WM8994 |
81 | select SND_SOC_WM8995 if SND_SOC_I2C_AND_SPI | ||
81 | select SND_SOC_WM9081 if I2C | 82 | select SND_SOC_WM9081 if I2C |
82 | select SND_SOC_WM9090 if I2C | 83 | select SND_SOC_WM9090 if I2C |
83 | select SND_SOC_WM9705 if SND_SOC_AC97_BUS | 84 | select SND_SOC_WM9705 if SND_SOC_AC97_BUS |
@@ -306,6 +307,9 @@ config SND_SOC_WM8993 | |||
306 | config SND_SOC_WM8994 | 307 | config SND_SOC_WM8994 |
307 | tristate | 308 | tristate |
308 | 309 | ||
310 | config SND_SOC_WM8995 | ||
311 | tristate | ||
312 | |||
309 | config SND_SOC_WM9081 | 313 | config SND_SOC_WM9081 |
310 | tristate | 314 | tristate |
311 | 315 | ||