summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2023-11-23 12:45:10 +0000
committerMergify <37929162+mergify[bot]@users.noreply.github.com>2023-11-23 18:45:13 +0000
commit0aae3f16f0733d808c60c79db4af526e3943e252 (patch)
treebcc1dea2a7a1715d5b01044e420a8b03a3a51637 /packages
parenteec5313fb7e66e4b95805071bb227978a6365390 (diff)
downloadvyos-build-0aae3f16f0733d808c60c79db4af526e3943e252.tar.gz
vyos-build-0aae3f16f0733d808c60c79db4af526e3943e252.zip
T5776: kernel enable VFIO support
(cherry picked from commit c237941c3c95de16d2581b198b679288898758f3)
Diffstat (limited to 'packages')
-rw-r--r--packages/linux-kernel/arch/x86/configs/vyos_defconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/linux-kernel/arch/x86/configs/vyos_defconfig b/packages/linux-kernel/arch/x86/configs/vyos_defconfig
index 4efb9579..1496b152 100644
--- a/packages/linux-kernel/arch/x86/configs/vyos_defconfig
+++ b/packages/linux-kernel/arch/x86/configs/vyos_defconfig
@@ -4881,7 +4881,10 @@ CONFIG_UIO_PCI_GENERIC=m
# CONFIG_UIO_PRUSS is not set
# CONFIG_UIO_MF624 is not set
# CONFIG_UIO_HV_GENERIC is not set
-# CONFIG_VFIO is not set
+CONFIG_VFIO=m
+CONFIG_VFIO_PCI=m
+CONFIG_VFIO_MDEV=m
+CONFIG_MLX5_VFIO_PCI=m
# CONFIG_VIRT_DRIVERS is not set
CONFIG_VIRTIO_ANCHOR=y
CONFIG_VIRTIO=m