From: Li Yang Date: Wed, 11 Mar 2020 22:53:17 +0000 (-0500) Subject: arm64: defconfig: Enable e1000 device X-Git-Tag: v5.7-rc1~98^2~2^2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=61097b57dd079b5ba7b41127d2045198003f9da4;p=users%2Fjedix%2Flinux-maple.git arm64: defconfig: Enable e1000 device Enables e1000 Ethernet device as it is used as a low-cost failover Ethernet port on various QorIQ reference boards. Enabled as built-in for booting from network without initramfs. Signed-off-by: Li Yang Signed-off-by: Shawn Guo --- diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index a0babe16fc3b..0c110182497a 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -290,6 +290,7 @@ CONFIG_HNS_ENET=y CONFIG_HNS3=y CONFIG_HNS3_HCLGE=y CONFIG_HNS3_ENET=y +CONFIG_E1000=y CONFIG_E1000E=y CONFIG_IGB=y CONFIG_IGBVF=y