77 lines
2.7 KiB
Diff
77 lines
2.7 KiB
Diff
From patchwork Mon May 1 12:45:18 2017
|
|
Content-Type: text/plain; charset="utf-8"
|
|
MIME-Version: 1.0
|
|
Content-Transfer-Encoding: 7bit
|
|
Subject: [v5,18/20] arm: sunxi: Enable dwmac-sun8i driver on sunxi_defconfig
|
|
From: Corentin LABBE <clabbe.montjoie@gmail.com>
|
|
X-Patchwork-Id: 9706507
|
|
Message-Id: <20170501124520.3769-19-clabbe.montjoie@gmail.com>
|
|
To: robh+dt@kernel.org, mark.rutland@arm.com,
|
|
maxime.ripard@free-electrons.com, wens@csie.org,
|
|
linux@armlinux.org.uk, catalin.marinas@arm.com,
|
|
will.deacon@arm.com, peppe.cavallaro@st.com, alexandre.torgue@st.com
|
|
Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
|
|
netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
|
|
Corentin Labbe <clabbe.montjoie@gmail.com>
|
|
Date: Mon, 1 May 2017 14:45:18 +0200
|
|
|
|
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 5cd5dd70..504e022 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
|
|
|
|
From patchwork Mon May 1 12:45:19 2017
|
|
Content-Type: text/plain; charset="utf-8"
|
|
MIME-Version: 1.0
|
|
Content-Transfer-Encoding: 7bit
|
|
Subject: [v5,
|
|
19/20] arm: multi_v7: Enable dwmac-sun8i driver on multi_v7_defconfig
|
|
From: Corentin LABBE <clabbe.montjoie@gmail.com>
|
|
X-Patchwork-Id: 9706513
|
|
Message-Id: <20170501124520.3769-20-clabbe.montjoie@gmail.com>
|
|
To: robh+dt@kernel.org, mark.rutland@arm.com,
|
|
maxime.ripard@free-electrons.com, wens@csie.org,
|
|
linux@armlinux.org.uk, catalin.marinas@arm.com,
|
|
will.deacon@arm.com, peppe.cavallaro@st.com, alexandre.torgue@st.com
|
|
Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
|
|
netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
|
|
Corentin Labbe <clabbe.montjoie@gmail.com>
|
|
Date: Mon, 1 May 2017 14:45:19 +0200
|
|
|
|
Enable the dwmac-sun8i driver in the multi_v7 default configuration
|
|
|
|
Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
|
|
---
|
|
arch/arm/configs/multi_v7_defconfig | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
|
|
index 2685e03..6da6af8 100644
|
|
--- a/arch/arm/configs/multi_v7_defconfig
|
|
+++ b/arch/arm/configs/multi_v7_defconfig
|
|
@@ -257,6 +257,7 @@ CONFIG_SMSC911X=y
|
|
CONFIG_STMMAC_ETH=y
|
|
CONFIG_STMMAC_PLATFORM=y
|
|
CONFIG_DWMAC_DWC_QOS_ETH=y
|
|
+CONFIG_DWMAC_SUN8I=y
|
|
CONFIG_TI_CPSW=y
|
|
CONFIG_XILINX_EMACLITE=y
|
|
CONFIG_AT803X_PHY=y
|
|
|
|
|