Skip to content

Commit

Permalink
ASoC: fsl: add PPC_MPC52xx dependency to SND_POWERPC_SOC
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Eric Millbrandt authored and Mark Brown committed Sep 22, 2012
1 parent 805238b commit f99ddef
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 @@ -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.
Expand Down

0 comments on commit f99ddef

Please sign in to comment.