fix(eclass/cros-kernel/x86_64_defconfig) add pcnet32 support

This adds the two pcnet drivers to the kernel build, so that the image
will have working networking in a VirtualBox instance.
This commit is contained in:
Greg Kroah-Hartman 2013-06-12 10:21:18 -07:00
parent 393d00a697
commit ebf6e21b71

View File

@ -1347,7 +1347,9 @@ CONFIG_MDIO=m
# CONFIG_NET_VENDOR_3COM is not set # CONFIG_NET_VENDOR_3COM is not set
# CONFIG_NET_VENDOR_ADAPTEC is not set # CONFIG_NET_VENDOR_ADAPTEC is not set
# CONFIG_NET_VENDOR_ALTEON is not set # CONFIG_NET_VENDOR_ALTEON is not set
# CONFIG_NET_VENDOR_AMD is not set CONFIG_NET_VENDOR_AMD=y
CONFIG_AMD8111_ETH=m
CONFIG_PCNET32=m
# CONFIG_NET_VENDOR_ATHEROS is not set # CONFIG_NET_VENDOR_ATHEROS is not set
# CONFIG_NET_CADENCE is not set # CONFIG_NET_CADENCE is not set
# CONFIG_NET_VENDOR_BROADCOM is not set # CONFIG_NET_VENDOR_BROADCOM is not set