config: add IGC driver (Intel Ethernet I225-LM)
The latest NUCs based on Intel Tiger Lake (TGL) also come with the Intel Ethernet I225-LM Ethernet adpater. The driver for this is called IGC, this patch enables it (as a module) in the kernel configuration Tracked-On: projectacrn/acrn-hypervisor#6221 Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
This commit is contained in:
parent
fcf02f3e9b
commit
1be366d777
|
@ -346,6 +346,7 @@ CONFIG_E1000=y
|
|||
CONFIG_E1000E=m
|
||||
CONFIG_IGB=y
|
||||
CONFIG_IXGBEVF=y
|
||||
CONFIG_IGC=m
|
||||
# CONFIG_NET_VENDOR_MARVELL is not set
|
||||
# CONFIG_NET_VENDOR_MELLANOX is not set
|
||||
# CONFIG_NET_VENDOR_MICREL is not set
|
||||
|
|
Loading…
Reference in New Issue