diff options
author | Christian Breunig <christian@breunig.cc> | 2024-02-01 09:44:38 +0100 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-02-01 09:14:10 +0000 |
commit | a188f939ccc2876547ac2b15528020068647c7a5 (patch) | |
tree | e3b12ce7d7a3a8d259207babc2d0ce4099749e01 | |
parent | e3be537a9fd4686173b1064326d7fa7d51b67662 (diff) | |
download | vyos-build-a188f939ccc2876547ac2b15528020068647c7a5.tar.gz vyos-build-a188f939ccc2876547ac2b15528020068647c7a5.zip |
Kernel: T5995: enable CONFIG_HINIC for Huawei NICs
(cherry picked from commit ea4d2746ae77ce7e20eb1b65e5508332f1a42e8e)
-rw-r--r-- | packages/linux-kernel/arch/x86/configs/vyos_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux-kernel/arch/x86/configs/vyos_defconfig b/packages/linux-kernel/arch/x86/configs/vyos_defconfig index 0c7e5926..77f7b728 100644 --- a/packages/linux-kernel/arch/x86/configs/vyos_defconfig +++ b/packages/linux-kernel/arch/x86/configs/vyos_defconfig @@ -2524,7 +2524,7 @@ CONFIG_NET_VENDOR_FUNGIBLE=y CONFIG_NET_VENDOR_GOOGLE=y CONFIG_GVE=m CONFIG_NET_VENDOR_HUAWEI=y -# CONFIG_HINIC is not set +CONFIG_HINIC=y CONFIG_NET_VENDOR_I825XX=y CONFIG_NET_VENDOR_INTEL=y CONFIG_E100=m |