Alex Williamson | 73fa0d1 | 2012-07-31 08:16:23 -0600 | [diff] [blame] | 1 | config VFIO_IOMMU_TYPE1 |
| 2 | tristate |
| 3 | depends on VFIO |
| 4 | default n |
| 5 | |
Alex Williamson | cba3345 | 2012-07-31 08:16:22 -0600 | [diff] [blame] | 6 | menuconfig VFIO |
| 7 | tristate "VFIO Non-Privileged userspace driver framework" |
| 8 | depends on IOMMU_API |
Alex Williamson | 73fa0d1 | 2012-07-31 08:16:23 -0600 | [diff] [blame] | 9 | select VFIO_IOMMU_TYPE1 if X86 |
Alex Williamson | cba3345 | 2012-07-31 08:16:22 -0600 | [diff] [blame] | 10 | 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 Williamson | 89e1f7d | 2012-07-31 08:16:24 -0600 | [diff] [blame] | 15 | |
| 16 | source "drivers/vfio/pci/Kconfig" |