From: Fabio Estevam Date: Sat, 17 Aug 2013 19:38:12 +0000 (-0300) Subject: ASoC: fsl: Drop SND_SOC_FSL_UTILS from i.mx machine code X-Git-Tag: v3.12-rc1~43^2~9^2~3^2~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=70a39b930f286d9d2b68391291dc02b85a2128e3;p=platform%2Fkernel%2Flinux-exynos.git ASoC: fsl: Drop SND_SOC_FSL_UTILS from i.mx machine code SND_SOC_FSL_UTILS is only used by PowerPC machines, so let's drop it in the i.mx case. Signed-off-by: Fabio Estevam Acked-by: Shawn Guo Signed-off-by: Mark Brown --- diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig index e15f771..3a4808d 100644 --- a/sound/soc/fsl/Kconfig +++ b/sound/soc/fsl/Kconfig @@ -175,7 +175,6 @@ config SND_SOC_IMX_WM8962 select SND_SOC_IMX_PCM_DMA select SND_SOC_IMX_AUDMUX select SND_SOC_FSL_SSI - select SND_SOC_FSL_UTILS help Say Y if you want to add support for SoC audio on an i.MX board with a wm8962 codec. @@ -187,7 +186,6 @@ config SND_SOC_IMX_SGTL5000 select SND_SOC_IMX_PCM_DMA select SND_SOC_IMX_AUDMUX select SND_SOC_FSL_SSI - select SND_SOC_FSL_UTILS help Say Y if you want to add support for SoC audio on an i.MX board with a sgtl5000 codec.