aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorEric Millbrandt <emillbrandt@dekaresearch.com>2012-09-20 10:36:43 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-09-22 11:01:15 -0400
commitf99ddef0d8e02884b302701fb7acb6fe51a36749 (patch)
tree1e40c7c660a40105f9b6eece31861f91814cd529 /sound
parentASoC: twl6040: Convert to use DAI DAPM widgets (diff)
downloadlinux-dev-f99ddef0d8e02884b302701fb7acb6fe51a36749.tar.xz
linux-dev-f99ddef0d8e02884b302701fb7acb6fe51a36749.zip
ASoC: fsl: add PPC_MPC52xx dependency to SND_POWERPC_SOC
mpc52xx socs do not define FSL_SOC but need SND_POWERPC_SOC defined to build ASoC drivers. Signed-off-by: Eric Millbrandt <emillbrandt@dekaresearch.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/fsl/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig
index d70133086ac3..4563b28bd625 100644
--- a/sound/soc/fsl/Kconfig
+++ b/sound/soc/fsl/Kconfig
@@ -6,7 +6,7 @@ config SND_SOC_FSL_UTILS
menuconfig SND_POWERPC_SOC
tristate "SoC Audio for Freescale PowerPC CPUs"
- depends on FSL_SOC
+ depends on FSL_SOC || PPC_MPC52xx
help
Say Y or M if you want to add support for codecs attached to
the PowerPC CPUs.