On 13/11/2014 at 10:34:25 +0100, Boris Brezillon wrote : > > diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig > > index 0e6d548b70d9..81ddd7d31d1e 100644 > > --- a/arch/arm/mach-at91/Kconfig > > +++ b/arch/arm/mach-at91/Kconfig > > @@ -58,6 +58,7 @@ config SOC_SAMA5 > > select USE_OF > > select MEMORY > > select ATMEL_SDRAMC > > + select PHYLIB if NETDEVICES > > Is this really related to this commit ? >
Yes, I simply moved it from CONFIG_MACH_SAMA5_DT to CONFIG_SOC_SAMA5 to keep the same functionalities (and probably avoid compilation breakage). -- Alexandre Belloni, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

