lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Fri, 17 Feb 2017 09:55:19 +0100 From: Corentin Labbe <clabbe.montjoie@...il.com> To: Maxime Ripard <maxime.ripard@...e-electrons.com> Cc: peppe.cavallaro@...com, robh+dt@...nel.org, mark.rutland@....com, wens@...e.org, linux@...linux.org.uk, catalin.marinas@....com, will.deacon@....com, alexandre.torgue@...com, netdev@...r.kernel.org, devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org, linux-sunxi@...glegroups.com Subject: Re: [PATCH 20/21] ARM: sunxi: Enable dwmac-sun8i driver on sunxi_defconfig On Thu, Feb 16, 2017 at 08:08:27PM +0100, Maxime Ripard wrote: > Hi, > > On Thu, Feb 16, 2017 at 01:48:58PM +0100, Corentin Labbe wrote: > > From: LABBE Corentin <clabbe.montjoie@...il.com> > > > > Enable the dwmac-sun8i driver in the sunxi default configuration > > > > Signed-off-by: Corentin Labbe <clabbe.montjoie@...il.com> > > --- > > arch/arm/configs/sunxi_defconfig | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/arch/arm/configs/sunxi_defconfig b/arch/arm/configs/sunxi_defconfig > > index da92c25..33bde86 100644 > > --- a/arch/arm/configs/sunxi_defconfig > > +++ b/arch/arm/configs/sunxi_defconfig > > @@ -40,6 +40,7 @@ CONFIG_ATA=y > > CONFIG_AHCI_SUNXI=y > > CONFIG_NETDEVICES=y > > CONFIG_SUN4I_EMAC=y > > +CONFIG_DWMAC_SUN8I=m > > I think I'd prefer to have it compiled statically, just like the other > net drivers, and drivers in general. > > Thanks! > Maxime > In previous sun8i-emac, someone request that CONFIG must be set as module because kernel went too big. But I do not care to set it statically. Regards Corentin Labbe
Powered by blists - more mailing lists