summary refs log tree commit diff
path: root/sound/soc
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2009-05-26 21:14:59 +0100
committerMark Brown <broonie@opensource.wolfsonmicro.com>2009-05-26 21:14:59 +0100
commit0c0e09e21a9e7bc6ca54e06ef3d497255ca26383 (patch)
treee4854a15bee0059943284c6a7cf5d74f782f71de /sound/soc
parent6ffee43ecf8bfbe0bd74c9084c9772a59097d53b (diff)
downloadlinux-0c0e09e21a9e7bc6ca54e06ef3d497255ca26383.tar.gz
ASoC: Mark MPC5200 AC97 as BROKEN until PowerPC merge issues are resolved
These drivers use spin_event_timeout() which is only present in the
PowerPC tree at present and which is undergoing some API revisions
so temporarily mark them as BROKEN until these issues are sorted
out.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc')
-rw-r--r--sound/soc/fsl/Kconfig7
1 files changed, 4 insertions, 3 deletions
diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig
index f571c6eef58f..5dbebf82249c 100644
--- a/sound/soc/fsl/Kconfig
+++ b/sound/soc/fsl/Kconfig
@@ -41,15 +41,16 @@ config SND_SOC_MPC5200_AC97
 
 config SND_MPC52xx_SOC_PCM030
 	tristate "SoC AC97 Audio support for Phytec pcm030 and WM9712"
-	depends on PPC_MPC5200_SIMPLE
+	depends on PPC_MPC5200_SIMPLE && BROKEN
 	select SND_SOC_MPC5200_AC97
 	select SND_SOC_WM9712
 	help
-	  Say Y if you want to add support for sound on the Phytec pcm030 baseboard.
+	  Say Y if you want to add support for sound on the Phytec pcm030
+	  baseboard.
 
 config SND_MPC52xx_SOC_EFIKA
 	tristate "SoC AC97 Audio support for bbplan Efika and STAC9766"
-	depends on PPC_EFIKA
+	depends on PPC_EFIKA && BROKEN
 	select SND_SOC_MPC5200_AC97
 	select SND_SOC_STAC9766
 	help