Skip to content

Commit

Permalink
ASoC: imx/mxs: remove redundant SND_PCM selection
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Shawn Guo authored and Mark Brown committed Feb 20, 2012
1 parent 7da9ced commit cbdfb66
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion sound/soc/imx/Kconfig
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion sound/soc/mxs/Kconfig
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit cbdfb66

Please sign in to comment.