Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1653917 > unrolled thread

[PATCH v6 21/21] arm64: defconfig: Enable dwmac-sun8i driver on defconfig

Started byCorentin Labbe <clabbe.montjoie@gmail.com>
First post2017-05-31 09:30 +0200
Last post2017-05-31 09:30 +0200
Articles 1 — 1 participant

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.


Contents

  [PATCH v6 21/21] arm64: defconfig: Enable dwmac-sun8i driver on defconfig Corentin Labbe <clabbe.montjoie@gmail.com> - 2017-05-31 09:30 +0200

#1653917 — [PATCH v6 21/21] arm64: defconfig: Enable dwmac-sun8i driver on defconfig

FromCorentin Labbe <clabbe.montjoie@gmail.com>
Date2017-05-31 09:30 +0200
Subject[PATCH v6 21/21] arm64: defconfig: Enable dwmac-sun8i driver on defconfig
Message-ID<tN6eS-1Kf-33@gated-at.bofh.it>
Enable the dwmac-sun8i ethernet driver as a module in the ARM64 defconfig.

Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 000de61802a1..fd7d22b8480c 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -191,6 +191,7 @@ CONFIG_RAVB=y
 CONFIG_SMC91X=y
 CONFIG_SMSC911X=y
 CONFIG_STMMAC_ETH=m
+CONFIG_DWMAC_SUN8I=m
 CONFIG_MDIO_BUS_MUX_MMIOREG=y
 CONFIG_MESON_GXL_PHY=m
 CONFIG_MICREL_PHY=y
-- 
2.13.0

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web