add e1000 drivers, allows qemu default setup to find an ethernet, and used frequently in emulated environments

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2016-07-08 16:26:16 +01:00
parent 92ef135cd3
commit c8b5ffcef0

View File

@ -1654,8 +1654,8 @@ CONFIG_ETHERNET=y
# CONFIG_NET_VENDOR_HP is not set
CONFIG_NET_VENDOR_INTEL=y
# CONFIG_E100 is not set
# CONFIG_E1000 is not set
# CONFIG_E1000E is not set
CONFIG_E1000=y
CONFIG_E1000E=y
# CONFIG_IGB is not set
# CONFIG_IGBVF is not set
# CONFIG_IXGB is not set