diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-08-25 19:10:30 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-08-25 19:10:30 +0200 |
commit | 94e844f44b76069b0897c2c7c5968853b4b1a368 (patch) | |
tree | 5104cb16dc51bb944dd52c2c433996ca0213b5dc /packages/linux-kernel | |
parent | 10d20b661e11b4341f19802b0b2c33db390e379f (diff) | |
download | vyos-build-94e844f44b76069b0897c2c7c5968853b4b1a368.tar.gz vyos-build-94e844f44b76069b0897c2c7c5968853b4b1a368.zip |
Kernel: T4647: enable GVE (Google Virtual NIC)
Diffstat (limited to 'packages/linux-kernel')
-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 6dd9532..f6830c0 100644 --- a/packages/linux-kernel/arch/x86/configs/vyos_defconfig +++ b/packages/linux-kernel/arch/x86/configs/vyos_defconfig @@ -2328,7 +2328,7 @@ CONFIG_BE2NET_LANCER=y CONFIG_BE2NET_SKYHAWK=y CONFIG_NET_VENDOR_EZCHIP=y CONFIG_NET_VENDOR_GOOGLE=y -# CONFIG_GVE is not set +CONFIG_GVE=m CONFIG_NET_VENDOR_HUAWEI=y # CONFIG_HINIC is not set CONFIG_NET_VENDOR_I825XX=y |