File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -1975,6 +1975,7 @@ CONFIG_VIRTIO_NET=y
19751975# Distributed Switch Architecture drivers
19761976#
19771977CONFIG_ETHERNET=y
1978+ CONFIG_MDIO=m
19781979# CONFIG_NET_VENDOR_3COM is not set
19791980# CONFIG_NET_VENDOR_ADAPTEC is not set
19801981# CONFIG_NET_VENDOR_AGERE is not set
@@ -2008,11 +2009,11 @@ CONFIG_NET_VENDOR_INTEL=y
20082009CONFIG_E1000=y
20092010CONFIG_E1000E=m
20102011# CONFIG_E1000E_HWTS is not set
2011- # CONFIG_IGB is not set
2012- # CONFIG_IGBVF is not set
2012+ CONFIG_IGB=m
2013+ CONFIG_IGBVF=m
20132014# CONFIG_IXGB is not set
2014- # CONFIG_IXGBE is not set
2015- # CONFIG_IXGBEVF is not set
2015+ CONFIG_IXGBE=m
2016+ CONFIG_IXGBEVF=m
20162017# CONFIG_I40E is not set
20172018# CONFIG_I40EVF is not set
20182019CONFIG_ICE=m
Original file line number Diff line number Diff line change @@ -1978,6 +1978,7 @@ CONFIG_VIRTIO_NET=y
19781978# Distributed Switch Architecture drivers
19791979#
19801980CONFIG_ETHERNET=y
1981+ CONFIG_MDIO=m
19811982# CONFIG_NET_VENDOR_3COM is not set
19821983# CONFIG_NET_VENDOR_ADAPTEC is not set
19831984# CONFIG_NET_VENDOR_AGERE is not set
@@ -2011,11 +2012,11 @@ CONFIG_NET_VENDOR_INTEL=y
20112012CONFIG_E1000=y
20122013CONFIG_E1000E=m
20132014# CONFIG_E1000E_HWTS is not set
2014- # CONFIG_IGB is not set
2015- # CONFIG_IGBVF is not set
2015+ CONFIG_IGB=m
2016+ CONFIG_IGBVF=m
20162017# CONFIG_IXGB is not set
2017- # CONFIG_IXGBE is not set
2018- # CONFIG_IXGBEVF is not set
2018+ CONFIG_IXGBE=m
2019+ CONFIG_IXGBEVF=m
20192020# CONFIG_I40E is not set
20202021# CONFIG_I40EVF is not set
20212022CONFIG_ICE=m
You can’t perform that action at this time.
0 commit comments