From d49fa27ee673d6f331bca10990741cbaea9cd5ef Mon Sep 17 00:00:00 2001 From: "ramesh.chandrasekaran" Date: Tue, 13 Mar 2012 11:29:12 +0100 Subject: sound: Fix for audio doesn't work in IK 3.3 Let all the sound codecs compile only when CONFIG_STM_MSP_SPI config is selected Signed-off-by: Ramesh Chandrasekaran --- sound/soc/ux500/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sound') diff --git a/sound/soc/ux500/Kconfig b/sound/soc/ux500/Kconfig index 1a25fb6a0d6..f412c89d8df 100644 --- a/sound/soc/ux500/Kconfig +++ b/sound/soc/ux500/Kconfig @@ -4,7 +4,7 @@ menuconfig SND_SOC_UX500 bool "SoC Audio support for Ux500 platform" - depends on SND_SOC + depends on SND_SOC && STM_MSP_SPI default n help Say Y if you want to add support for the Ux500 platform. -- cgit v1.2.3