diff mbox

ASoC: fsl: Don't select FIQ from Eukrea

Message ID 1393982080-11357-1-git-send-email-broonie@kernel.org (mailing list archive)
State Accepted
Commit d433570d9cac9c98de4c71b38d47b759f9168dea
Delegated to: Mark Brown
Headers show

Commit Message

Mark Brown March 5, 2014, 1:14 a.m. UTC
From: Mark Brown <broonie@linaro.org>

There is no point in using FIQ if DMA is available (it is selected) and
selecting FIQ currently breaks the build on non-i.MX platforms.  If FIQ
is actually required the build will need to be restricted or have a
select for the relevant FIQ code adding.

Signed-off-by: Mark Brown <broonie@linaro.org>
---
 sound/soc/fsl/Kconfig | 1 -
 1 file changed, 1 deletion(-)
diff mbox

Patch

diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig
index a7d6ab6..b244830 100644
--- a/sound/soc/fsl/Kconfig
+++ b/sound/soc/fsl/Kconfig
@@ -175,7 +175,6 @@  config SND_SOC_EUKREA_TLV320
 		|| (OF && ARM)
 	depends on I2C
 	select SND_SOC_TLV320AIC23
-	select SND_SOC_IMX_PCM_FIQ
 	select SND_SOC_IMX_AUDMUX
 	select SND_SOC_IMX_SSI
 	select SND_SOC_FSL_SSI