aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2014-08-28 08:48:24 -0400
committerMark Brown <broonie@linaro.org>2014-08-28 11:00:54 -0400
commit77c545398e33a0263a68142fcfbd4b11b0f06294 (patch)
tree32f2dabfaa872296b8f71f131a17cf961cef9473 /sound/soc
parent7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9 (diff)
ASoC: Allow SND_SOC_WM8978 to be selected manually
When using a DT-based multi-platform kernel, there's not always Kconfig logic that selects the right codec driver. Allow the user to manually select WM8978. This is needed for Armadillo 800 EVA using a generic r8a7740 multi-platform kernel. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc')
-rw-r--r--sound/soc/codecs/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig
index 8838838e25ed..9c400a277592 100644
--- a/sound/soc/codecs/Kconfig
+++ b/sound/soc/codecs/Kconfig
@@ -712,7 +712,8 @@ config SND_SOC_WM8974
712 tristate 712 tristate
713 713
714config SND_SOC_WM8978 714config SND_SOC_WM8978
715 tristate 715 tristate "Wolfson Microelectronics WM8978 codec"
716 depends on I2C
716 717
717config SND_SOC_WM8983 718config SND_SOC_WM8983
718 tristate 719 tristate