Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1653928
| From | Corentin Labbe <clabbe.montjoie@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v6 19/21] arm: sunxi: Enable dwmac-sun8i driver on sunxi_defconfig |
| Date | 2017-05-31 09:30 +0200 |
| Message-ID | <tN6eT-1Kf-57@gated-at.bofh.it> (permalink) |
| References | <tN6eR-1Kf-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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 5cd5dd70bc83..504e02238031 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=y # CONFIG_NET_VENDOR_ARC is not set # CONFIG_NET_CADENCE is not set # CONFIG_NET_VENDOR_BROADCOM is not set -- 2.13.0
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v6 00/21] net-next: stmmac: add dwmac-sun8i ethernet driver Corentin Labbe <clabbe.montjoie@gmail.com> - 2017-05-31 09:30 +0200
[PATCH v6 05/21] net-next: stmmac: Add dwmac-sun8i Corentin Labbe <clabbe.montjoie@gmail.com> - 2017-05-31 09:30 +0200
[PATCH v6 19/21] arm: sunxi: Enable dwmac-sun8i driver on sunxi_defconfig Corentin Labbe <clabbe.montjoie@gmail.com> - 2017-05-31 09:30 +0200
[PATCH v6 17/21] arm64: allwinner: pine64-plus: Enable dwmac-sun8i Corentin Labbe <clabbe.montjoie@gmail.com> - 2017-05-31 09:30 +0200
Re: [PATCH v6 00/21] net-next: stmmac: add dwmac-sun8i ethernet driver David Miller <davem@davemloft.net> - 2017-06-01 21:00 +0200
Re: [PATCH v6 00/21] net-next: stmmac: add dwmac-sun8i ethernet driver Maxime Ripard <maxime.ripard@free-electrons.com> - 2017-06-02 08:40 +0200
Re: [PATCH v6 00/21] net-next: stmmac: add dwmac-sun8i ethernet driver Maxime Ripard <maxime.ripard@free-electrons.com> - 2017-06-02 11:20 +0200
Re: [PATCH v6 00/21] net-next: stmmac: add dwmac-sun8i ethernet driver David Miller <davem@davemloft.net> - 2017-06-02 16:30 +0200
Re: [PATCH v6 00/21] net-next: stmmac: add dwmac-sun8i ethernet driver Maxime Ripard <maxime.ripard@free-electrons.com> - 2017-06-03 00:30 +0200
Re: [PATCH v6 00/21] net-next: stmmac: add dwmac-sun8i ethernet driver David Miller <davem@davemloft.net> - 2017-06-02 16:10 +0200
csiph-web