From: Eric Millbrandt Date: Thu, 20 Sep 2012 14:36:43 +0000 (-0400) Subject: ASoC: fsl: add PPC_MPC52xx dependency to SND_POWERPC_SOC X-Git-Tag: v3.7-rc2~30^2~1^2~63 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f99ddef0d8e02884b302701fb7acb6fe51a36749;p=profile%2Fivi%2Fkernel-x86-ivi.git 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 Signed-off-by: Mark Brown --- diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig index d701330..4563b28 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.