blob: 7cd5dec0abd1e44a3b8eabf091b6cd42204d6877 [file] [log] [blame]
Alex Williamson73fa0d12012-07-31 08:16:23 -06001config VFIO_IOMMU_TYPE1
2 tristate
3 depends on VFIO
4 default n
5
Alex Williamsoncba33452012-07-31 08:16:22 -06006menuconfig VFIO
7 tristate "VFIO Non-Privileged userspace driver framework"
8 depends on IOMMU_API
Alex Williamson73fa0d12012-07-31 08:16:23 -06009 select VFIO_IOMMU_TYPE1 if X86
Alex Williamsoncba33452012-07-31 08:16:22 -060010 help
11 VFIO provides a framework for secure userspace device drivers.
12 See Documentation/vfio.txt for more details.
13
14 If you don't know what to do here, say N.
Alex Williamson89e1f7d2012-07-31 08:16:24 -060015
16source "drivers/vfio/pci/Kconfig"