aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorramesh.chandrasekaran <ramesh.chandrasekaran@stericsson.com>2012-03-13 11:29:12 +0100
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-03-13 13:26:16 +0100
commit587a6f685e1fd1239d68b915e05a1d597b3455f9 (patch)
tree7fc9ce029513e8b394927b75700a0101284eb4c5
parent71c1f2ac9218eb3823ec8afe55805868939cc783 (diff)
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 <ramesh.chandrasekaran@stericsson.com>
-rw-r--r--sound/soc/ux500/Kconfig2
1 files changed, 1 insertions, 1 deletions
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.