linux: config: Remove Intel E1000e and E100

We have no known users of these drivers. The E1000 survives for now as
Stewart uses it for qemu.

Signed-off-by: Joel Stanley <joel@jms.id.au>
diff --git a/doc/boot-devices.rst b/doc/boot-devices.rst
index e269b2d..d4db9eb 100644
--- a/doc/boot-devices.rst
+++ b/doc/boot-devices.rst
@@ -33,11 +33,7 @@
 +-------------------------------+-----------------------+--------+----------------------------+
 | Exar Xframe 10Gb              | S2IO                  |        |                            |
 +-------------------------------+-----------------------+--------+----------------------------+
-| Intel PRO/100+                | E100                  |        |                            |
-+-------------------------------+-----------------------+--------+----------------------------+
-| Intel PRO/1000                | E1000                 |        |                            |
-+-------------------------------+-----------------------+--------+----------------------------+
-| 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 7af1ebe..fd3a786 100644
--- a/openpower/configs/linux/skiroot_defconfig
+++ b/openpower/configs/linux/skiroot_defconfig
@@ -128,9 +128,7 @@
 CONFIG_BE2NET=m
 CONFIG_S2IO=m
 # CONFIG_NET_VENDOR_HUAWEI is not set
-CONFIG_E100=m
 CONFIG_E1000=m
-CONFIG_E1000E=m
 CONFIG_IXGB=m
 CONFIG_IXGBE=m
 CONFIG_I40E=m
diff --git a/openpower/configs/linux/skiroot_p9_defconfig b/openpower/configs/linux/skiroot_p9_defconfig
index 309f182..195027e 100644
--- a/openpower/configs/linux/skiroot_p9_defconfig
+++ b/openpower/configs/linux/skiroot_p9_defconfig
@@ -130,9 +130,7 @@
 CONFIG_BE2NET=m
 CONFIG_S2IO=m
 # CONFIG_NET_VENDOR_HUAWEI is not set
-CONFIG_E100=m
 CONFIG_E1000=m
-CONFIG_E1000E=m
 CONFIG_IXGB=m
 CONFIG_IXGBE=m
 CONFIG_I40E=m