diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-04-25 13:30:45 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-06-08 10:24:49 -0400 |
commit | 22cb839bc8545b3a68ae00107cae3636752bb94d (patch) | |
tree | 6579455c83d2d0b914c1cec630a0b4aa537fb4d8 /sound/soc/samsung/Kconfig | |
parent | 417ceff939bc61d4c71d24f071fad3f20ba4a1bd (diff) |
ASoC: Support Speyside build variants with WM8962 fitted
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@ti.com>
Diffstat (limited to 'sound/soc/samsung/Kconfig')
-rw-r--r-- | sound/soc/samsung/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/soc/samsung/Kconfig b/sound/soc/samsung/Kconfig index d155cbb58e1c..b5d7c0d425a3 100644 --- a/sound/soc/samsung/Kconfig +++ b/sound/soc/samsung/Kconfig | |||
@@ -177,3 +177,9 @@ config SND_SOC_SPEYSIDE | |||
177 | select SND_SAMSUNG_I2S | 177 | select SND_SAMSUNG_I2S |
178 | select SND_SOC_WM8915 | 178 | select SND_SOC_WM8915 |
179 | select SND_SOC_WM9081 | 179 | select SND_SOC_WM9081 |
180 | |||
181 | config SND_SOC_SPEYSIDE_WM8962 | ||
182 | tristate "Audio support for Wolfson Speyside with WM8962" | ||
183 | depends on SND_SOC_SAMSUNG && MACH_WLF_CRAGG_6410 | ||
184 | select SND_SAMSUNG_I2S | ||
185 | select SND_SOC_WM8962 | ||