diff options
author | zsdc <taras@vyos.io> | 2024-05-24 20:38:14 +0300 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-05-25 17:21:50 +0200 |
commit | f5e9a1a0b7b0bfee88d073c97f983acb896975a4 (patch) | |
tree | b4bbe8237c0b0b73724801d24bc4222036554456 /packages/linux-kernel/arch/x86/configs | |
parent | cf5a239844f9d2df91d3ce0bf7dbe371bd407e35 (diff) | |
download | vyos-build-f5e9a1a0b7b0bfee88d073c97f983acb896975a4.tar.gz vyos-build-f5e9a1a0b7b0bfee88d073c97f983acb896975a4.zip |
Kernel: T6395: Enabled VFIO_NOIOMMU support
VFIO No-IOMMU support is required for environments where IOMMU is not available
but we still want to use VFIO.
(cherry picked from commit db1bdb656bcb9206d8f50efce2aed415eb9be5cc)
Diffstat (limited to 'packages/linux-kernel/arch/x86/configs')
-rw-r--r-- | packages/linux-kernel/arch/x86/configs/vyos_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux-kernel/arch/x86/configs/vyos_defconfig b/packages/linux-kernel/arch/x86/configs/vyos_defconfig index dce06ec8..02af06ee 100644 --- a/packages/linux-kernel/arch/x86/configs/vyos_defconfig +++ b/packages/linux-kernel/arch/x86/configs/vyos_defconfig @@ -4982,7 +4982,7 @@ CONFIG_VFIO=m CONFIG_VFIO_GROUP=y CONFIG_VFIO_CONTAINER=y CONFIG_VFIO_IOMMU_TYPE1=m -# CONFIG_VFIO_NOIOMMU is not set +CONFIG_VFIO_NOIOMMU=y CONFIG_VFIO_VIRQFD=y # |