OSDN Git Service

arm64: defconfig: enable stmmac ethernet to defconfig
authorDinh Nguyen <dinguyen@kernel.org>
Fri, 23 Feb 2018 23:24:59 +0000 (17:24 -0600)
committerDinh Nguyen <dinguyen@kernel.org>
Fri, 23 Mar 2018 15:37:05 +0000 (10:37 -0500)
commit83d6e27e6856edf30845df8708b3b1e226ba5c7f
treee6528b490fb3f3146b84acf31983c0ba47f8d476
parent7928b2cbe55b2a410a0f5c1f154610059c57b1b2
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 <dinguyen@kernel.org>
arch/arm64/configs/defconfig