1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2026-02-15 07:29:08 +00:00

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

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