Skip to content

Commit

Permalink
ASoC: imx-mc13783: Depend on ARCH_ARM
Browse files Browse the repository at this point in the history
The driver uses the machine type macros so depends on ARM.

Signed-off-by: Mark Brown <broonie@linaro.org>
  • Loading branch information
Mark Brown committed Jul 18, 2013
1 parent ede32d3 commit 02502da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/fsl/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 02502da

Please sign in to comment.