diff options
author | Mark Brown <broonie@linaro.org> | 2013-07-18 05:46:29 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-07-18 05:46:29 -0400 |
commit | 02502da4579ffcd2b96334297ba8e6daefe618c4 (patch) | |
tree | 18870e239fd5a54cf9ea4bc0dac8e25cab23ceb8 | |
parent | ede32d3a237e102884cd5b223aba9afe3e6fb679 (diff) |
ASoC: imx-mc13783: Depend on ARCH_ARM
The driver uses the machine type macros so depends on ARM.
Signed-off-by: Mark Brown <broonie@linaro.org>
-rw-r--r-- | sound/soc/fsl/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig index 87e28bcf7a83..3a79d01e8d03 100644 --- a/sound/soc/fsl/Kconfig +++ b/sound/soc/fsl/Kconfig | |||
@@ -194,7 +194,7 @@ config SND_SOC_IMX_SGTL5000 | |||
194 | 194 | ||
195 | config SND_SOC_IMX_MC13783 | 195 | config SND_SOC_IMX_MC13783 |
196 | tristate "SoC Audio support for I.MX boards with mc13783" | 196 | tristate "SoC Audio support for I.MX boards with mc13783" |
197 | depends on MFD_MC13783 | 197 | depends on MFD_MC13783 && ARCH_ARM |
198 | select SND_SOC_IMX_SSI | 198 | select SND_SOC_IMX_SSI |
199 | select SND_SOC_IMX_AUDMUX | 199 | select SND_SOC_IMX_AUDMUX |
200 | select SND_SOC_MC13783 | 200 | select SND_SOC_MC13783 |