ASoC: fsl: Fix building of imx-es8328 on PPC
authorSean Cross <xobs@kosagi.com>
Tue, 19 Aug 2014 04:49:34 +0000 (12:49 +0800)
committerMark Brown <broonie@linaro.org>
Tue, 19 Aug 2014 15:43:45 +0000 (10:43 -0500)
The imx-es8328 driver fails to build on PPC because it explicitly depends on
SND_SOC_IMX_PCM_FIQ, which itself doesn't build on PPC.  Instead, rely on
the SND_SOC_FSL_SSI config option to pull in the necessary libraries.

While we're at it, remove SND_SOC_FSL_UTILS, which also is not needed.

Signed-off-by: Sean Cross <xobs@kosagi.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/fsl/Kconfig

index 4698c01af684aedf807ddba28ace36245de35fea..3154f43b11ab1caed37c25749f50f1a981f03562 100644 (file)
@@ -266,8 +266,6 @@ config SND_SOC_IMX_ES8328
        select SND_SOC_IMX_PCM_DMA
        select SND_SOC_IMX_AUDMUX
        select SND_SOC_FSL_SSI
-       select SND_SOC_FSL_UTILS
-       select SND_SOC_IMX_PCM_FIQ
        help
          Say Y if you want to add support for the ES8328 audio codec connected
          via SSI/I2S over either SPI or I2C.
This page took 0.025681 seconds and 5 git commands to generate.