diff options
author | Mark Brown <broonie@linaro.org> | 2013-07-18 10:46:29 +0100 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-07-18 10:46:29 +0100 |
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 config SND_SOC_IMX_MC13783 tristate "SoC Audio support for I.MX boards with mc13783" - depends on MFD_MC13783 + depends on MFD_MC13783 && ARCH_ARM select SND_SOC_IMX_SSI select SND_SOC_IMX_AUDMUX select SND_SOC_MC13783 |