From: Geert Uytterhoeven Date: Thu, 28 Aug 2014 12:48:24 +0000 (+0200) Subject: ASoC: Allow SND_SOC_WM8978 to be selected manually X-Git-Tag: v3.18-rc1~99^2~8^2^3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=77c545398e33a0263a68142fcfbd4b11b0f06294;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 8838838e25ed8..9c400a2775929 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -712,7 +712,8 @@ config SND_SOC_WM8974 tristate config SND_SOC_WM8978 - tristate + tristate "Wolfson Microelectronics WM8978 codec" + depends on I2C config SND_SOC_WM8983 tristate