Merge pull request #2561 from legoater/master

linux: config: Add Intel E1000e
diff --git a/doc/boot-devices.rst b/doc/boot-devices.rst
index 1f08da1..da2fd5b 100644
--- a/doc/boot-devices.rst
+++ b/doc/boot-devices.rst
@@ -35,6 +35,7 @@
 +-------------------------------+-----------------------+--------+----------------------------+
 | Exar Xframe 10Gb              | S2IO                  |        |                            |
 +-------------------------------+-----------------------+--------+----------------------------+
+| Intel PRO/1000 PCIe           | E1000E                |        |                            |
 | Intel PRO/1000                | E1000                 | Qemu   | stewart@linux.vnet.ibm.com |
 +-------------------------------+-----------------------+--------+----------------------------+
 | Intel PRO/10GbE               | IXGB                  |        |                            |
diff --git a/openpower/configs/linux/skiroot_defconfig b/openpower/configs/linux/skiroot_defconfig
index 3205788..999fc61 100644
--- a/openpower/configs/linux/skiroot_defconfig
+++ b/openpower/configs/linux/skiroot_defconfig
@@ -154,6 +154,7 @@
 # CONFIG_NET_VENDOR_HP is not set
 # CONFIG_NET_VENDOR_HUAWEI is not set
 CONFIG_E1000=m
+CONFIG_E1000E=m
 CONFIG_IGB=m
 CONFIG_IXGB=m
 CONFIG_IXGBE=m