From: Gregory CLEMENT Date: Mon, 20 Feb 2017 17:27:17 +0000 (+0100) Subject: arm64: defconfig: enable MVNETA X-Git-Tag: v4.12-rc1~53^2~5^2~2 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=d7ec74f412f5e5c6b964a4b635b1e3f1d72a7b34;p=linux.git arm64: defconfig: enable MVNETA Now that the Armada 37xx SoCs support the mvneta driver, enable it by default. It is especially useful when booting on an NFS root. Signed-off-by: Gregory CLEMENT --- diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 7c48028ec64a..0ebe737d3778 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -185,6 +185,7 @@ CONFIG_HNS_ENET=y CONFIG_E1000E=y CONFIG_IGB=y CONFIG_IGBVF=y +CONFIG_MVNETA=y CONFIG_SKY2=y CONFIG_RAVB=y CONFIG_SMC91X=y