From 1be366d7772f11143a0d21f0906a8827455958a9 Mon Sep 17 00:00:00 2001 From: Geoffroy Van Cutsem Date: Fri, 18 Jun 2021 18:09:40 +0200 Subject: [PATCH] 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 --- kernel_config_uefi_sos | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel_config_uefi_sos b/kernel_config_uefi_sos index eafc1100dea4..6f2663f442a0 100644 --- a/kernel_config_uefi_sos +++ b/kernel_config_uefi_sos @@ -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