diff options
author | Jonathan Cameron <jic23@cam.ac.uk> | 2009-04-27 15:49:44 +0200 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-04-27 21:37:13 +0200 |
commit | 0b5e92c5e020ee7437fa5304a8451d6dd08d1a26 (patch) | |
tree | caf01fe4ba621df58b09d5e07f61daa9a676a0fd /sound/soc/codecs/Kconfig | |
parent | ASoC: Use our registration function for S3C64xx (diff) | |
download | linux-0b5e92c5e020ee7437fa5304a8451d6dd08d1a26.tar.xz linux-0b5e92c5e020ee7437fa5304a8451d6dd08d1a26.zip |
ASoC WM8940 Driver
Signed-off-by: Jonathan Cameron <jic23@cam.ac.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 121d63f13dbb..1c19ad54a9f9 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -35,6 +35,7 @@ config SND_SOC_ALL_CODECS select SND_SOC_WM8753 if SND_SOC_I2C_AND_SPI select SND_SOC_WM8900 if I2C select SND_SOC_WM8903 if I2C + select SND_SOC_WM8940 if I2C select SND_SOC_WM8960 if I2C select SND_SOC_WM8971 if I2C select SND_SOC_WM8988 if SND_SOC_I2C_AND_SPI @@ -140,6 +141,9 @@ config SND_SOC_WM8900 config SND_SOC_WM8903 tristate +config SND_SOC_WM8940 + tristate + config SND_SOC_WM8960 tristate |