ARM: Fix build after memfd_create syscall
[GitHub/LineageOS/android_kernel_samsung_universal7580.git] / drivers / vfio / Kconfig
CommitLineData
73fa0d10
AW
1config VFIO_IOMMU_TYPE1
2 tristate
3 depends on VFIO
4 default n
5
cba3345c
AW
6menuconfig VFIO
7 tristate "VFIO Non-Privileged userspace driver framework"
8 depends on IOMMU_API
73fa0d10 9 select VFIO_IOMMU_TYPE1 if X86
cba3345c
AW
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.
89e1f7d4
AW
15
16source "drivers/vfio/pci/Kconfig"