]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - drivers/vfio/Kconfig
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
[mirror_ubuntu-bionic-kernel.git] / drivers / vfio / Kconfig
1 config VFIO_IOMMU_TYPE1
2 tristate
3 depends on VFIO
4 default n
5
6 config VFIO_IOMMU_SPAPR_TCE
7 tristate
8 depends on VFIO && SPAPR_TCE_IOMMU
9 default n
10
11 menuconfig VFIO
12 tristate "VFIO Non-Privileged userspace driver framework"
13 depends on IOMMU_API
14 select VFIO_IOMMU_TYPE1 if X86
15 select VFIO_IOMMU_SPAPR_TCE if (PPC_POWERNV || PPC_PSERIES)
16 help
17 VFIO provides a framework for secure userspace device drivers.
18 See Documentation/vfio.txt for more details.
19
20 If you don't know what to do here, say N.
21
22 source "drivers/vfio/pci/Kconfig"