ASoC: imx/mxs: remove redundant SND_PCM selection
authorShawn Guo <shawn.guo@linaro.org>
Mon, 20 Feb 2012 07:05:24 +0000 (15:05 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 20 Feb 2012 15:45:43 +0000 (07:45 -0800)
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 <shawn.guo@linaro.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/imx/Kconfig
sound/soc/mxs/Kconfig

index 738391757f2ccb1a5aa6a8883de0ba127fedea68..91b66eff531e02b231cb886ecd8113df9e21e126 100644 (file)
@@ -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
index e4ba8d5f25fa40eb3052ec02d3ae6aa93067a6d6..21d20f3e0264c6764752eb93d0a585d8bbc78d5d 100644 (file)
@@ -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.
This page took 0.026872 seconds and 5 git commands to generate.