From: Shawn Guo Date: Fri, 30 Mar 2012 04:31:32 +0000 (+0800) Subject: ASoC: fsl: remove redundant Kconfig dependency on SND_SOC_POWERPC_DMA X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5c7b4a08b7f3ce49756b79386dcdad5a2a21ccb6;p=linux-beck.git ASoC: fsl: remove redundant Kconfig dependency on SND_SOC_POWERPC_DMA Kconfig option SND_SOC_POWERPC_DMA is under menuconfig SND_POWERPC_SOC. Since SND_POWERPC_SOC already depends on FSL_SOC, there is no need for SND_SOC_POWERPC_DMA to do the same. Signed-off-by: Shawn Guo Signed-off-by: Mark Brown --- diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig index d23d612381e8..0094789c43ff 100644 --- a/sound/soc/fsl/Kconfig +++ b/sound/soc/fsl/Kconfig @@ -18,7 +18,6 @@ config SND_MPC52xx_DMA config SND_SOC_POWERPC_DMA tristate - depends on FSL_SOC config SND_SOC_MPC8610_HPCD tristate "ALSA SoC support for the Freescale MPC8610 HPCD board"