Enable PCI I/O virtualization in kernel (#4002)

* enable SR-IOV driver support for a few NICs

* Adjust config comment

---------

Co-authored-by: Jan Čermák <sairon@users.noreply.github.com>
This commit is contained in:
M. Greyson Christoforo 2025-05-14 09:25:10 -06:00 committed by GitHub
parent d749bb70b4
commit 9803d41b2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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