From 8b75f6e308f43f76f8fdf2f3bbe20a5768d700b7 Mon Sep 17 00:00:00 2001 From: liuhaic Date: Fri, 24 Feb 2023 01:30:42 +0000 Subject: [PATCH] config: set CONFIG_IGC=m driver inclusion category: other bugzilla: https://gitee.com/open_euler/dashboard?issue_id=I6H9A1 Support Intel 2.5G Ethernet Controller Signed-off-by: liuhaic --- arch/x86/configs/openeuler_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/configs/openeuler_defconfig b/arch/x86/configs/openeuler_defconfig index 33300dbc110d..8e4b2033b448 100644 --- a/arch/x86/configs/openeuler_defconfig +++ b/arch/x86/configs/openeuler_defconfig @@ -2741,7 +2741,7 @@ CONFIG_IAVF=m CONFIG_I40EVF=m CONFIG_ICE=m CONFIG_FM10K=m -# CONFIG_IGC is not set +CONFIG_IGC=m CONFIG_NET_VENDOR_NETSWIFT=y CONFIG_NGBE=m CONFIG_NGBE_HWMON=y -- Gitee