diff options
author | Li Yang <leoyang.li@nxp.com> | 2020-03-11 17:53:17 -0500 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-03-16 09:32:57 +0800 |
commit | 61097b57dd079b5ba7b41127d2045198003f9da4 (patch) | |
tree | 85759d5a6008637be679c0fb97da65da13091778 /arch/arm64/configs/defconfig | |
parent | 97c1ed02f765bc89d70dfec364dab152621be969 (diff) | |
download | lwn-61097b57dd079b5ba7b41127d2045198003f9da4.tar.gz lwn-61097b57dd079b5ba7b41127d2045198003f9da4.zip |
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 <leoyang.li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/configs/defconfig')
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |