aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/fsl/Kconfig
diff options
context:
space:
mode:
authorSean Cross <xobs@kosagi.com>2014-08-19 00:49:34 -0400
committerMark Brown <broonie@linaro.org>2014-08-19 11:43:45 -0400
commitcdec729765659adafba983d6b6760ad52c71d5d8 (patch)
tree0075de40e76b888d71bfae5e85cd4d1d0d0098cd /sound/soc/fsl/Kconfig
parent499898d66d88cc626a2e01b02c3b819536bdf169 (diff)
ASoC: fsl: Fix building of imx-es8328 on PPC
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>
Diffstat (limited to 'sound/soc/fsl/Kconfig')
-rw-r--r--sound/soc/fsl/Kconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig
index 4698c01af684..3154f43b11ab 100644
--- a/sound/soc/fsl/Kconfig
+++ b/sound/soc/fsl/Kconfig
@@ -266,8 +266,6 @@ config SND_SOC_IMX_ES8328
266 select SND_SOC_IMX_PCM_DMA 266 select SND_SOC_IMX_PCM_DMA
267 select SND_SOC_IMX_AUDMUX 267 select SND_SOC_IMX_AUDMUX
268 select SND_SOC_FSL_SSI 268 select SND_SOC_FSL_SSI
269 select SND_SOC_FSL_UTILS
270 select SND_SOC_IMX_PCM_FIQ
271 help 269 help
272 Say Y if you want to add support for the ES8328 audio codec connected 270 Say Y if you want to add support for the ES8328 audio codec connected
273 via SSI/I2S over either SPI or I2C. 271 via SSI/I2S over either SPI or I2C.