diff options
| -rw-r--r-- | drivers/vfio/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/vfio/Kconfig b/drivers/vfio/Kconfig index 26b3d9d1409f..af7b204b9215 100644 --- a/drivers/vfio/Kconfig +++ b/drivers/vfio/Kconfig | |||
| @@ -13,6 +13,7 @@ menuconfig VFIO | |||
| 13 | depends on IOMMU_API | 13 | depends on IOMMU_API |
| 14 | select VFIO_IOMMU_TYPE1 if X86 | 14 | select VFIO_IOMMU_TYPE1 if X86 |
| 15 | select VFIO_IOMMU_SPAPR_TCE if (PPC_POWERNV || PPC_PSERIES) | 15 | select VFIO_IOMMU_SPAPR_TCE if (PPC_POWERNV || PPC_PSERIES) |
| 16 | select ANON_INODES | ||
| 16 | help | 17 | help |
| 17 | VFIO provides a framework for secure userspace device drivers. | 18 | VFIO provides a framework for secure userspace device drivers. |
| 18 | See Documentation/vfio.txt for more details. | 19 | See Documentation/vfio.txt for more details. |
