diff options
Diffstat (limited to 'drivers/vfio/Kconfig')
-rw-r--r-- | drivers/vfio/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/vfio/Kconfig b/drivers/vfio/Kconfig index 9acb1e729bd6..128b97910b8e 100644 --- a/drivers/vfio/Kconfig +++ b/drivers/vfio/Kconfig | |||
@@ -1,6 +1,12 @@ | |||
1 | config VFIO_IOMMU_TYPE1 | ||
2 | tristate | ||
3 | depends on VFIO | ||
4 | default n | ||
5 | |||
1 | menuconfig VFIO | 6 | menuconfig VFIO |
2 | tristate "VFIO Non-Privileged userspace driver framework" | 7 | tristate "VFIO Non-Privileged userspace driver framework" |
3 | depends on IOMMU_API | 8 | depends on IOMMU_API |
9 | select VFIO_IOMMU_TYPE1 if X86 | ||
4 | help | 10 | help |
5 | VFIO provides a framework for secure userspace device drivers. | 11 | VFIO provides a framework for secure userspace device drivers. |
6 | See Documentation/vfio.txt for more details. | 12 | See Documentation/vfio.txt for more details. |