From: Arnd Bergmann <a...@arndb.de> The missing dependency can lead to build errors, so make it explicit in Kconfig.
Signed-off-by: Arnd Bergmann <a...@arndb.de> Signed-off-by: Xia Kaixu <kaixu....@linaro.org> Cc: Mark Brown <broo...@kernel.org> Cc: Liam Girdwood <lgirdw...@gmail.com> Cc: Philipp Zabel <philipp.za...@gmail.com> Cc: Paul Parsons <lost.dista...@yahoo.com> Cc: Russell King <li...@arm.linux.org.uk> Cc: Eric Miao <eric.y.m...@gmail.com> Cc: Haojian Zhuang <haojian.zhu...@gmail.com> Cc: alsa-de...@alsa-project.org Cc: linux-arm-ker...@lists.infradead.org --- sound/soc/pxa/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/