blob: 26b3d9d1409f9e349309c5cce7dda183bea268fa [file] [log] [blame]
Alex Williamson73fa0d12012-07-31 08:16:23 -06001config VFIO_IOMMU_TYPE1
2 tristate
3 depends on VFIO
4 default n
5
Alexey Kardashevskiy5ffd2292013-05-21 13:33:10 +10006config VFIO_IOMMU_SPAPR_TCE
7 tristate
8 depends on VFIO && SPAPR_TCE_IOMMU
9 default n
10
Alex Williamsoncba33452012-07-31 08:16:22 -060011menuconfig VFIO
12 tristate "VFIO Non-Privileged userspace driver framework"
13 depends on IOMMU_API
Alex Williamson73fa0d12012-07-31 08:16:23 -060014 select VFIO_IOMMU_TYPE1 if X86
Alexey Kardashevskiy5b251992013-05-21 13:33:11 +100015 select VFIO_IOMMU_SPAPR_TCE if (PPC_POWERNV || PPC_PSERIES)
Alex Williamsoncba33452012-07-31 08:16:22 -060016 help
17 VFIO provides a framework for secure userspace device drivers.
18 See Documentation/vfio.txt for more details.
19
20 If you don't know what to do here, say N.
Alex Williamson89e1f7d2012-07-31 08:16:24 -060021
22source "drivers/vfio/pci/Kconfig"