From: Mark Brown Date: Wed, 5 Mar 2014 01:10:02 +0000 (+0800) Subject: ASoC: fsl: Don't select FIQ from Eukrea X-Git-Tag: accepted/tizen/common/20141203.182822~239^2~1^2~5^2~6^6~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d433570d9cac9c98de4c71b38d47b759f9168dea;p=platform%2Fkernel%2Flinux-arm64.git ASoC: fsl: Don't select FIQ from Eukrea 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 --- diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig index b8f8703..c26ff34 100644 --- a/sound/soc/fsl/Kconfig +++ b/sound/soc/fsl/Kconfig @@ -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