From 9803d41b2fd9409d81611a5af8fd2945f50eb67f Mon Sep 17 00:00:00 2001 From: "M. Greyson Christoforo" Date: Wed, 14 May 2025 09:25:10 -0600 Subject: [PATCH] Enable PCI I/O virtualization in kernel (#4002) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * enable SR-IOV driver support for a few NICs * Adjust config comment --------- Co-authored-by: Jan Čermák --- buildroot-external/kernel/v6.12.y/device-support-pci.config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/buildroot-external/kernel/v6.12.y/device-support-pci.config b/buildroot-external/kernel/v6.12.y/device-support-pci.config index e2412a653..7646fb993 100644 --- a/buildroot-external/kernel/v6.12.y/device-support-pci.config +++ b/buildroot-external/kernel/v6.12.y/device-support-pci.config @@ -1,3 +1,6 @@ +# enable IOV (e.g. for SR-IOV support in some NICs) +CONFIG_PCI_IOV=y + CONFIG_IGB=y CONFIG_I40E=m CONFIG_IGC=m