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:
Geoffroy Van Cutsem 2021-06-18 18:09:40 +02:00 committed by wenlingz
parent fcf02f3e9b
commit 1be366d777
1 changed files with 1 additions and 0 deletions

View File

@ -346,6 +346,7 @@ CONFIG_E1000=y
CONFIG_E1000E=m CONFIG_E1000E=m
CONFIG_IGB=y CONFIG_IGB=y
CONFIG_IXGBEVF=y CONFIG_IXGBEVF=y
CONFIG_IGC=m
# CONFIG_NET_VENDOR_MARVELL is not set # CONFIG_NET_VENDOR_MARVELL is not set
# CONFIG_NET_VENDOR_MELLANOX is not set # CONFIG_NET_VENDOR_MELLANOX is not set
# CONFIG_NET_VENDOR_MICREL is not set # CONFIG_NET_VENDOR_MICREL is not set