Message ID | 1398770316-19715-9-git-send-email-kaixu.xia@linaro.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 482b91c7f1ca3442f5cd57525e82d8e7b2dff8c8 |
Headers | show |
On Tue, Apr 29, 2014 at 07:18:29PM +0800, Xia Kaixu wrote: > From: Arnd Bergmann <arnd@arndb.de> > > The missing dependency can lead to build errors, so > make it explicit in Kconfig. Applied, thanks.
diff --git a/sound/soc/pxa/Kconfig b/sound/soc/pxa/Kconfig index 6473052..6acb225 100644 --- a/sound/soc/pxa/Kconfig +++ b/sound/soc/pxa/Kconfig @@ -140,7 +140,7 @@ config SND_PXA910_SOC config SND_SOC_TTC_DKB bool "SoC Audio support for TTC DKB" - depends on SND_PXA910_SOC && MACH_TTC_DKB + depends on SND_PXA910_SOC && MACH_TTC_DKB && I2C=y select PXA_SSP select SND_PXA_SOC_SSP select SND_MMP_SOC