From 11438ff2b2521003f64818e94b9b8a8c9395bed6 Mon Sep 17 00:00:00 2001 From: xSmurf Date: Wed, 23 Sep 2015 22:04:21 +0000 Subject: [PATCH] Added e1000 --- board/coreboot/linux-4.1.config | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/board/coreboot/linux-4.1.config b/board/coreboot/linux-4.1.config index f660d5c..28b64bc 100644 --- a/board/coreboot/linux-4.1.config +++ b/board/coreboot/linux-4.1.config @@ -1172,7 +1172,7 @@ CONFIG_DM_UEVENT=y # CONFIG_FIREWIRE_NOSY is not set # CONFIG_MACINTOSH_DRIVERS is not set CONFIG_NETDEVICES=y -CONFIG_MII=y +CONFIG_MII=m CONFIG_NET_CORE=y # CONFIG_BONDING is not set # CONFIG_DUMMY is not set @@ -1221,10 +1221,12 @@ CONFIG_ETHERNET=y # CONFIG_NET_VENDOR_EXAR is not set # CONFIG_NET_VENDOR_HP is not set CONFIG_NET_VENDOR_INTEL=y -CONFIG_E100=y +# CONFIG_E100 is not set CONFIG_E1000=y -# CONFIG_E1000E is not set -# CONFIG_IGB is not set +CONFIG_E1000E=m +CONFIG_IGB=m +CONFIG_IGB_HWMON=y +CONFIG_IGB_DCA=y # CONFIG_IGBVF is not set # CONFIG_IXGB is not set # CONFIG_IXGBE is not set