From: Shawn Guo Date: Mon, 20 Feb 2012 07:05:24 +0000 (+0800) Subject: ASoC: imx/mxs: remove redundant SND_PCM selection X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=cbdfb661ff5aee83daa8c60fb523cc4f679e1e42;p=linux-edison.git ASoC: imx/mxs: remove redundant SND_PCM selection SND_PCM is already selected by SND_SOC, there is no need for SND_IMX_SOC and SND_MXS_SOC to select it again. Signed-off-by: Shawn Guo Signed-off-by: Mark Brown --- diff --git a/sound/soc/imx/Kconfig b/sound/soc/imx/Kconfig index 738391757f2..91b66eff531 100644 --- a/sound/soc/imx/Kconfig +++ b/sound/soc/imx/Kconfig @@ -1,7 +1,6 @@ menuconfig SND_IMX_SOC tristate "SoC Audio for Freescale i.MX CPUs" depends on ARCH_MXC - select SND_PCM select FIQ select SND_SOC_AC97_BUS help diff --git a/sound/soc/mxs/Kconfig b/sound/soc/mxs/Kconfig index e4ba8d5f25f..21d20f3e026 100644 --- a/sound/soc/mxs/Kconfig +++ b/sound/soc/mxs/Kconfig @@ -1,7 +1,6 @@ menuconfig SND_MXS_SOC tristate "SoC Audio for Freescale MXS CPUs" depends on ARCH_MXS - select SND_PCM help Say Y or M if you want to add support for codecs attached to the MXS SAIF interface.