ASoC: fsl: Don't select FIQ from Eukrea
authorMark Brown <broonie@linaro.org>
Wed, 5 Mar 2014 01:10:02 +0000 (09:10 +0800)
committerMark Brown <broonie@linaro.org>
Wed, 5 Mar 2014 01:14:51 +0000 (09:14 +0800)
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

index b8f8703e2b466b42a04c72c0b8c6f41fae66c412..c26ff3441f4376b8792a200cb393ffe3982c92dc 100644 (file)
@@ -172,7 +172,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
This page took 0.029268 seconds and 5 git commands to generate.