diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-02-20 15:05:24 +0800 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-02-20 07:45:43 -0800 |
commit | cbdfb661ff5aee83daa8c60fb523cc4f679e1e42 (patch) | |
tree | 9774590fa2156bc9e26e25ea278b2b17f9424590 /sound/soc/mxs | |
parent | 7da9ced6066c654a22836c24bae509ef323e10a8 (diff) | |
download | op-kernel-dev-cbdfb661ff5aee83daa8c60fb523cc4f679e1e42.zip op-kernel-dev-cbdfb661ff5aee83daa8c60fb523cc4f679e1e42.tar.gz |
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 <shawn.guo@linaro.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/mxs')
-rw-r--r-- | sound/soc/mxs/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/mxs/Kconfig b/sound/soc/mxs/Kconfig index e4ba8d5..21d20f3 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. |