Skip to content

Commit 3230fa8

Browse files
Dinh Nguyendinguyen702
authored andcommitted
arm64: defconfig: enable stmmac ethernet to defconfig
This patch enables the CONFIG_STMMAC_ETH to the default arm64 defconfig: -CONFIG_STMMAC_ETH=m +CONFIG_STMMAC_ETH=y +CONFIG_DWMAC_IPQ806X=m +CONFIG_DWMAC_MESON=m +CONFIG_DWMAC_ROCKCHIP=m +CONFIG_DWMAC_SUNXI=m +CONFIG_DWMAC_SUN8I=m The STMMAC ethernet controller is on the Stratix10 platform, and thus needs driver to be in the kernel image for NFS to work. Signed-off-by: Dinh Nguyen <[email protected]> Conflicts: arch/arm64/configs/defconfig
1 parent ba19874 commit 3230fa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/configs/defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ CONFIG_SMC91X=y
283283
CONFIG_SMSC911X=y
284284
CONFIG_SNI_AVE=y
285285
CONFIG_SNI_NETSEC=y
286-
CONFIG_STMMAC_ETH=m
286+
CONFIG_STMMAC_ETH=y
287287
CONFIG_MDIO_BUS_MUX_MMIOREG=y
288288
CONFIG_AT803X_PHY=m
289289
CONFIG_MARVELL_PHY=m

0 commit comments

Comments
 (0)