Skip to content

Commit

Permalink
ASoC: Remove unneeded i.MX dependency on SND
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown committed Aug 15, 2009
1 parent 08229de commit a2d512a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/imx/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
config SND_MX1_MX2_SOC
tristate "SoC Audio for Freecale i.MX1x i.MX2x CPUs"
depends on (ARCH_MX2 || ARCH_MX1) && SND
depends on ARCH_MX2 || ARCH_MX1
select SND_PCM
help
Say Y or M if you want to add support for codecs attached to
Expand Down

0 comments on commit a2d512a

Please sign in to comment.