Message ID | 1398770316-19715-10-git-send-email-kaixu.xia@linaro.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 7b6ad9e85bad73bac3ce799864e0e3a66a0469e2 |
Headers | show |
On Tue, Apr 29, 2014 at 07:18:30PM +0800, Xia Kaixu wrote: > From: Arnd Bergmann <arnd@arndb.de> > > The WM8978 driver needs I2C to be enabled, so the > SND_SIU_MIGOR option also requires this. Applied, thanks.
diff --git a/sound/soc/sh/Kconfig b/sound/soc/sh/Kconfig index ff60e11..b43fdf0 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