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
17 tristate "VFIO Non-Privileged userspace driver framework"
19 select VFIO_IOMMU_TYPE1 if X86
20 select VFIO_IOMMU_SPAPR_TCE if (PPC_POWERNV || PPC_PSERIES)
21 select VFIO_SPAPR_EEH if (PPC_POWERNV || PPC_PSERIES)
24 VFIO provides a framework for secure userspace device drivers.
25 See Documentation/vfio.txt for more details.
27 If you don't know what to do here, say N.
29 source "drivers/vfio/pci/Kconfig"