sys-kernel/coreos-modules: enable GVE NIC support for GCP

If a GCP image is tagged with GVNIC support, GCP will replace the default
virtio nic with the more optimized GVE NIC. Enable building the kernel module
for that.

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
This commit is contained in:
Jeremi Piotrowski 2022-04-07 14:42:57 +02:00
parent 9951fc5781
commit c2ff0100ad
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
- GCE: Enabled GVE kernel driver, which adds support for Google Virtual NIC on GCP ([PR#1802](https://github.com/flatcar-linux/coreos-overlay/pull/1802))

View File

@ -46,6 +46,7 @@ CONFIG_FCOE_FNIC=m
CONFIG_FTRACE_SYSCALLS=y CONFIG_FTRACE_SYSCALLS=y
CONFIG_FUNCTION_PROFILER=y CONFIG_FUNCTION_PROFILER=y
CONFIG_GART_IOMMU=y CONFIG_GART_IOMMU=y
CONFIG_GVE=m
CONFIG_HANGCHECK_TIMER=m CONFIG_HANGCHECK_TIMER=m
CONFIG_HARDLOCKUP_DETECTOR=y CONFIG_HARDLOCKUP_DETECTOR=y
CONFIG_HID=m CONFIG_HID=m