summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-11-23 20:31:25 +0100
committerGitHub <noreply@github.com>2023-11-23 20:31:25 +0100
commit23ffe017e574b0dbbd6647525f4e770c673449fc (patch)
treebcc1dea2a7a1715d5b01044e420a8b03a3a51637 /packages
parenteec5313fb7e66e4b95805071bb227978a6365390 (diff)
parent0aae3f16f0733d808c60c79db4af526e3943e252 (diff)
downloadvyos-build-23ffe017e574b0dbbd6647525f4e770c673449fc.tar.gz
vyos-build-23ffe017e574b0dbbd6647525f4e770c673449fc.zip
Merge pull request #460 from vyos/mergify/bp/sagitta/pr-459
T5776: kernel enable VFIO support (backport #459)
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