1 config VFIO_IOMMU_TYPE1
6 config VFIO_IOMMU_SPAPR_TCE
8 depends on VFIO && SPAPR_TCE_IOMMU
13 depends on EEH && VFIO_IOMMU_SPAPR_TCE
18 depends on VFIO && EVENTFD
22 tristate "VFIO Non-Privileged userspace driver framework"
24 select VFIO_IOMMU_TYPE1 if (X86 || S390 || ARM_SMMU || ARM_SMMU_V3)
27 VFIO provides a framework for secure userspace device drivers.
28 See Documentation/vfio.txt for more details.
30 If you don't know what to do here, say N.
32 menuconfig VFIO_NOIOMMU
33 bool "VFIO No-IOMMU support"
36 VFIO is built on the ability to isolate devices using the IOMMU.
37 Only with an IOMMU can userspace access to DMA capable devices be
38 considered secure. VFIO No-IOMMU mode enables IOMMU groups for
39 devices without IOMMU backing for the purpose of re-using the VFIO
40 infrastructure in a non-secure mode. Use of this mode will result
41 in an unsupportable kernel and will therefore taint the kernel.
42 Device assignment to virtual machines is also not possible with
43 this mode since there is no IOMMU to provide DMA translation.
45 If you don't know what to do here, say N.
47 source "drivers/vfio/pci/Kconfig"
48 source "drivers/vfio/platform/Kconfig"
49 source "drivers/vfio/mdev/Kconfig"
50 source "virt/lib/Kconfig"