Skip to content

Commit f99ddef

Browse files
Eric Millbrandtbroonie
authored andcommitted
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 <[email protected]> Signed-off-by: Mark Brown <[email protected]>
1 parent 805238b commit f99ddef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/fsl/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ config SND_SOC_FSL_UTILS
66

77
menuconfig SND_POWERPC_SOC
88
tristate "SoC Audio for Freescale PowerPC CPUs"
9-
depends on FSL_SOC
9+
depends on FSL_SOC || PPC_MPC52xx
1010
help
1111
Say Y or M if you want to add support for codecs attached to
1212
the PowerPC CPUs.

0 commit comments

Comments
 (0)