diff options
-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 |