Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1582539 > unrolled thread
| Started by | Corentin Labbe <clabbe.montjoie@gmail.com> |
|---|---|
| First post | 2017-02-16 14:00 +0100 |
| Last post | 2017-02-17 10:00 +0100 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 20/21] ARM: sunxi: Enable dwmac-sun8i driver on sunxi_defconfig Corentin Labbe <clabbe.montjoie@gmail.com> - 2017-02-16 14:00 +0100
Re: [PATCH 20/21] ARM: sunxi: Enable dwmac-sun8i driver on sunxi_defconfig Maxime Ripard <maxime.ripard@free-electrons.com> - 2017-02-17 09:50 +0100
Re: [PATCH 20/21] ARM: sunxi: Enable dwmac-sun8i driver on sunxi_defconfig Corentin Labbe <clabbe.montjoie@gmail.com> - 2017-02-17 10:00 +0100
| From | Corentin Labbe <clabbe.montjoie@gmail.com> |
|---|---|
| Date | 2017-02-16 14:00 +0100 |
| Subject | [PATCH 20/21] ARM: sunxi: Enable dwmac-sun8i driver on sunxi_defconfig |
| Message-ID | <tbtPc-6h4-27@gated-at.bofh.it> |
From: LABBE Corentin <clabbe.montjoie@gmail.com> Enable the dwmac-sun8i driver in the sunxi default configuration Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.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 # CONFIG_NET_VENDOR_ARC is not set # CONFIG_NET_CADENCE is not set # CONFIG_NET_VENDOR_BROADCOM is not set -- 2.10.2
[toc] | [next] | [standalone]
| From | Maxime Ripard <maxime.ripard@free-electrons.com> |
|---|---|
| Date | 2017-02-17 09:50 +0100 |
| Subject | Re: [PATCH 20/21] ARM: sunxi: Enable dwmac-sun8i driver on sunxi_defconfig |
| Message-ID | <tbMoN-1Y8-7@gated-at.bofh.it> |
| In reply to | #1582539 |
[Multipart message — attachments visible in raw view] — view raw
Hi, On Thu, Feb 16, 2017 at 01:48:58PM +0100, Corentin Labbe wrote: > From: LABBE Corentin <clabbe.montjoie@gmail.com> > > Enable the dwmac-sun8i driver in the sunxi default configuration > > Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.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 -- Maxime Ripard, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com
[toc] | [prev] | [next] | [standalone]
| From | Corentin Labbe <clabbe.montjoie@gmail.com> |
|---|---|
| Date | 2017-02-17 10:00 +0100 |
| Subject | Re: [PATCH 20/21] ARM: sunxi: Enable dwmac-sun8i driver on sunxi_defconfig |
| Message-ID | <tbMyt-21X-7@gated-at.bofh.it> |
| In reply to | #1583207 |
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@gmail.com> > > > > Enable the dwmac-sun8i driver in the sunxi default configuration > > > > Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.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
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web