diff options
author | Mark Brown <broonie@linaro.org> | 2014-03-04 20:10:02 -0500 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-03-04 20:14:51 -0500 |
commit | d433570d9cac9c98de4c71b38d47b759f9168dea (patch) | |
tree | a522e5970668a00711725e4d6340da7c41cfcd90 /sound/soc/fsl/Kconfig | |
parent | 112ad7f28e7ed2e9966ab464274b143c29d3ce15 (diff) |
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 <broonie@linaro.org>
Diffstat (limited to 'sound/soc/fsl/Kconfig')
-rw-r--r-- | sound/soc/fsl/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig index b8f8703e2b46..c26ff3441f43 100644 --- a/sound/soc/fsl/Kconfig +++ b/sound/soc/fsl/Kconfig | |||
@@ -172,7 +172,6 @@ config SND_SOC_EUKREA_TLV320 | |||
172 | || (OF && ARM) | 172 | || (OF && ARM) |
173 | depends on I2C | 173 | depends on I2C |
174 | select SND_SOC_TLV320AIC23 | 174 | select SND_SOC_TLV320AIC23 |
175 | select SND_SOC_IMX_PCM_FIQ | ||
176 | select SND_SOC_IMX_AUDMUX | 175 | select SND_SOC_IMX_AUDMUX |
177 | select SND_SOC_IMX_SSI | 176 | select SND_SOC_IMX_SSI |
178 | select SND_SOC_FSL_SSI | 177 | select SND_SOC_FSL_SSI |