summaryrefslogtreecommitdiffstats
path: root/sound/soc/sh/Kconfig
diff options
context:
space:
mode:
authorArnd Bergmann2014-04-29 13:18:30 +0200
committerMark Brown2014-05-01 22:29:54 +0200
commit7b6ad9e85bad73bac3ce799864e0e3a66a0469e2 (patch)
treebb96e4f3dc3b1bb03ce4009bab84f40048a9daa3 /sound/soc/sh/Kconfig
parentLinux 3.15-rc1 (diff)
downloadkernel-qcow2-linux-7b6ad9e85bad73bac3ce799864e0e3a66a0469e2.tar.gz
kernel-qcow2-linux-7b6ad9e85bad73bac3ce799864e0e3a66a0469e2.tar.xz
kernel-qcow2-linux-7b6ad9e85bad73bac3ce799864e0e3a66a0469e2.zip
ASoC: sh: Migo-R sound needs I2C
The WM8978 driver needs I2C to be enabled, so the SND_SIU_MIGOR option also requires this. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Xia Kaixu <kaixu.xia@linaro.org> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/sh/Kconfig')
-rw-r--r--sound/soc/sh/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sh/Kconfig b/sound/soc/sh/Kconfig
index ff60e11ecb56..b43fdf0d08af 100644
--- a/sound/soc/sh/Kconfig
+++ b/sound/soc/sh/Kconfig
@@ -56,7 +56,7 @@ config SND_SH7760_AC97
config SND_SIU_MIGOR
tristate "SIU sound support on Migo-R"
- depends on SH_MIGOR
+ depends on SH_MIGOR && I2C
select SND_SOC_SH4_SIU
select SND_SOC_WM8978
help