diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-08-15 06:36:20 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-08-15 06:36:20 -0400 |
commit | a2d512a978ceda557a456d39d88cfc1eb60194e9 (patch) | |
tree | 83acabe5cea7188e210ef6f74bd01ae8cefc4303 /sound/soc | |
parent | 08229de4b42816079ed5d15f0689fcd0af946d5e (diff) |
ASoC: Remove unneeded i.MX dependency on SND
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/imx/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/imx/Kconfig b/sound/soc/imx/Kconfig index 565e32754087..a700562e8692 100644 --- a/sound/soc/imx/Kconfig +++ b/sound/soc/imx/Kconfig | |||
@@ -1,6 +1,6 @@ | |||
1 | config SND_MX1_MX2_SOC | 1 | config SND_MX1_MX2_SOC |
2 | tristate "SoC Audio for Freecale i.MX1x i.MX2x CPUs" | 2 | tristate "SoC Audio for Freecale i.MX1x i.MX2x CPUs" |
3 | depends on (ARCH_MX2 || ARCH_MX1) && SND | 3 | depends on ARCH_MX2 || ARCH_MX1 |
4 | select SND_PCM | 4 | select SND_PCM |
5 | help | 5 | help |
6 | Say Y or M if you want to add support for codecs attached to | 6 | Say Y or M if you want to add support for codecs attached to |