From 56c6274b177cc3d0126974f08191237d17c40dfb Mon Sep 17 00:00:00 2001 From: zhenpengzheng Date: Mon, 19 Jul 2021 16:13:04 +0800 Subject: [PATCH] arm64/config: Set CONFIG_TXGBE=m by default hulk inclusion category: feature bugzilla: 50777 CVE: NA ------------------------------------------------------------------------- Ensure the netswift 10G NIC driver ko can be distributed in ISO on X86. Signed-off-by: zhenpengzheng Signed-off-by: Zhen Lei Reviewed-by: Jian Cheng Signed-off-by: Yang Yingliang --- arch/arm64/configs/openeuler_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/configs/openeuler_defconfig b/arch/arm64/configs/openeuler_defconfig index 6e1fd892e422..dc50f0be6b04 100644 --- a/arch/arm64/configs/openeuler_defconfig +++ b/arch/arm64/configs/openeuler_defconfig @@ -2462,6 +2462,8 @@ CONFIG_HNS3_CAE=m CONFIG_NET_VENDOR_HUAWEI=y CONFIG_HINIC=m CONFIG_BMA=m +CONFIG_NET_VENDOR_NETSWIFT=y +CONFIG_TXGBE=m # CONFIG_NET_VENDOR_I825XX is not set CONFIG_NET_VENDOR_INTEL=y # CONFIG_E100 is not set -- GitLab