diff options
author | Peter Hsiang <Peter.Hsiang@maxim-ic.com> | 2010-10-13 23:30:43 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-10-15 06:56:44 -0400 |
commit | e65d255a5a610ce9e185e0df855250706aca7c21 (patch) | |
tree | 0609827bc95059bca162d9b7fd5bfd283e983b35 /sound/soc/codecs/Kconfig | |
parent | d42a280dc76c04f39d1f9a374cf5c23318c49004 (diff) |
ASoC: Add max98088 CODEC driver
This patch adds the MAX98088 CODEC driver.
Signed-off-by: Peter Hsiang <peter.hsiang@maxim-ic.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 ff7b922a0f41..94a9d06b9027 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig | |||
@@ -27,6 +27,7 @@ config SND_SOC_ALL_CODECS | |||
27 | select SND_SOC_CS4270 if I2C | 27 | select SND_SOC_CS4270 if I2C |
28 | select SND_SOC_DA7210 if I2C | 28 | select SND_SOC_DA7210 if I2C |
29 | select SND_SOC_JZ4740 if SOC_JZ4740 | 29 | select SND_SOC_JZ4740 if SOC_JZ4740 |
30 | select SND_SOC_MAX98088 if I2C | ||
30 | select SND_SOC_MAX9877 if I2C | 31 | select SND_SOC_MAX9877 if I2C |
31 | select SND_SOC_PCM3008 | 32 | select SND_SOC_PCM3008 |
32 | select SND_SOC_SPDIF | 33 | select SND_SOC_SPDIF |
@@ -158,6 +159,9 @@ config SND_SOC_L3 | |||
158 | config SND_SOC_DA7210 | 159 | config SND_SOC_DA7210 |
159 | tristate | 160 | tristate |
160 | 161 | ||
162 | config SND_SOC_MAX98088 | ||
163 | tristate | ||
164 | |||
161 | config SND_SOC_PCM3008 | 165 | config SND_SOC_PCM3008 |
162 | tristate | 166 | tristate |
163 | 167 | ||