RE: [PATCH 1/7] powerpc/52xx: define FSL_SOC

2012-09-14 Thread Eric Millbrandt
On 2012-09-14 ag...@denx.de wrote: > Eric Millbrandt wrote: > ... > > Better use: > > 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 S

Re: [PATCH 1/7] powerpc/52xx: define FSL_SOC

2012-09-14 Thread agust
Eric Millbrandt wrote: mpc52xx socs need to have FSL_SOC defined to build their drivers (i2c-mpc, ASoC) No, i2c-mpc depends on PPC only. And FSL_SOC enables code we do not use on mpc52xx. For ASoC please see comment below. Signed-off-by: Eric Millbrandt diff --git a/arch/powerpc/platform

[PATCH 1/7] powerpc/52xx: define FSL_SOC

2012-09-13 Thread Eric Millbrandt
mpc52xx socs need to have FSL_SOC defined to build their drivers (i2c-mpc, ASoC) Signed-off-by: Eric Millbrandt diff --git a/arch/powerpc/platforms/52xx/Kconfig b/arch/powerpc/platforms/52xx/Kconfig index 90f4496..fb35944 100644 --- a/arch/powerpc/platforms/52xx/Kconfig +++ b/arch/powerpc/platf