diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-10-18 19:45:24 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-10-18 19:46:27 -0400 |
commit | e86e1244a41352d1b78d32c10316fc4df2c86a8a (patch) | |
tree | 766af885db3341cf049f586dfab528d1c0d9c428 /sound/soc/codecs/Kconfig | |
parent | 02ffc5f3f91c265e110ddd1fdd7019a18426ebe5 (diff) |
ASoC: Restore MAX98088 CODEC driver
This reverts commit f6765502f8daae3d237a394889276c8987f3e299 and adds
the missing include file.
Signed-off-by: Peter Hsiang <Peter.Hsiang@maxim-ic.com>
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 | ||