diff options
author | Arnd Bergmann <arnd@arndb.de> | 2014-04-29 07:18:30 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-05-01 16:29:54 -0400 |
commit | 7b6ad9e85bad73bac3ce799864e0e3a66a0469e2 (patch) | |
tree | bb96e4f3dc3b1bb03ce4009bab84f40048a9daa3 | |
parent | c9eaa447e77efe77b7fa4c953bd62de8297fd6c5 (diff) |
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>
-rw-r--r-- | sound/soc/sh/Kconfig | 2 |
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 | |||
56 | 56 | ||
57 | config SND_SIU_MIGOR | 57 | config SND_SIU_MIGOR |
58 | tristate "SIU sound support on Migo-R" | 58 | tristate "SIU sound support on Migo-R" |
59 | depends on SH_MIGOR | 59 | depends on SH_MIGOR && I2C |
60 | select SND_SOC_SH4_SIU | 60 | select SND_SOC_SH4_SIU |
61 | select SND_SOC_WM8978 | 61 | select SND_SOC_WM8978 |
62 | help | 62 | help |