diff options
author | Arnd Bergmann <arnd@arndb.de> | 2014-04-29 15:18:30 +0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-05-02 00:29:54 +0400 |
commit | 7b6ad9e85bad73bac3ce799864e0e3a66a0469e2 (patch) | |
tree | bb96e4f3dc3b1bb03ce4009bab84f40048a9daa3 /sound/soc/sh | |
parent | c9eaa447e77efe77b7fa4c953bd62de8297fd6c5 (diff) | |
download | linux-7b6ad9e85bad73bac3ce799864e0e3a66a0469e2.tar.xz |
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')
-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 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 |