linux3.16-ck: enable e100,e1000,pcnet eth drivers as kernel builtins

from @xtraeme
This is to have working eth in void images that do not contain the
kernel modules, with QEMU and VirtualBox.
This commit is contained in:
John Galt 2014-10-05 14:23:34 -07:00
parent c557ce2ce9
commit 35900c56b3

View file

@ -2121,7 +2121,7 @@ CONFIG_ACENIC=m
CONFIG_ALTERA_TSE=m
CONFIG_NET_VENDOR_AMD=y
CONFIG_AMD8111_ETH=m
CONFIG_PCNET32=m
CONFIG_PCNET32=y
CONFIG_NET_VENDOR_ARC=y
CONFIG_NET_VENDOR_ATHEROS=y
CONFIG_ATL2=m
@ -2179,9 +2179,9 @@ CONFIG_VXGE=m
CONFIG_NET_VENDOR_HP=y
CONFIG_HP100=m
CONFIG_NET_VENDOR_INTEL=y
CONFIG_E100=m
CONFIG_E1000=m
CONFIG_E1000E=m
CONFIG_E100=y
CONFIG_E1000=y
CONFIG_E1000E=y
CONFIG_IGB=m
CONFIG_IGB_HWMON=y
CONFIG_IGB_DCA=y