diff mbox

[3/6] ASoC: imx: eukrea_tlv320 needs i2c

Message ID 1317587284-2776-4-git-send-email-arnd@arndb.de
State New
Headers show

Commit Message

Arnd Bergmann Oct. 2, 2011, 8:28 p.m. UTC
Add a missing dependency that is required for random configurations.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: "Eric BĂ©nard" <eric@eukrea.com>
Cc: Sascha Hauer <s.hauer@pengutronix.de>
---
 sound/soc/imx/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Comments

Mark Brown Oct. 2, 2011, 8:49 p.m. UTC | #1
On Sun, Oct 02, 2011 at 10:28:01PM +0200, Arnd Bergmann wrote:
> Add a missing dependency that is required for random configurations.

Applied, thanks.
diff mbox

Patch

diff --git a/sound/soc/imx/Kconfig b/sound/soc/imx/Kconfig
index bb699bb..dcd954b 100644
--- a/sound/soc/imx/Kconfig
+++ b/sound/soc/imx/Kconfig
@@ -50,6 +50,7 @@  config SND_SOC_EUKREA_TLV320
 		|| MACH_EUKREA_MBIMXSD25_BASEBOARD \
 		|| MACH_EUKREA_MBIMXSD35_BASEBOARD \
 		|| MACH_EUKREA_MBIMXSD51_BASEBOARD
+	depends on I2C
 	select SND_SOC_TLV320AIC23
 	select SND_MXC_SOC_FIQ
 	help