usb: dwc3: ep0: trace ep0 TRBs too
[deliverable/linux.git] / drivers / vfio / Kconfig
CommitLineData
73fa0d10
AW
1config VFIO_IOMMU_TYPE1
2 tristate
3 depends on VFIO
4 default n
5
5ffd229c
AK
6config VFIO_IOMMU_SPAPR_TCE
7 tristate
8 depends on VFIO && SPAPR_TCE_IOMMU
9 default n
10
92d18a68
GS
11config VFIO_SPAPR_EEH
12 tristate
13 depends on EEH && VFIO_IOMMU_SPAPR_TCE
14 default n
15
cba3345c
AW
16menuconfig VFIO
17 tristate "VFIO Non-Privileged userspace driver framework"
18 depends on IOMMU_API
73fa0d10 19 select VFIO_IOMMU_TYPE1 if X86
5b25199e 20 select VFIO_IOMMU_SPAPR_TCE if (PPC_POWERNV || PPC_PSERIES)
92d18a68 21 select VFIO_SPAPR_EEH if (PPC_POWERNV || PPC_PSERIES)
4379d2ae 22 select ANON_INODES
cba3345c
AW
23 help
24 VFIO provides a framework for secure userspace device drivers.
25 See Documentation/vfio.txt for more details.
26
27 If you don't know what to do here, say N.
89e1f7d4
AW
28
29source "drivers/vfio/pci/Kconfig"
This page took 0.154998 seconds and 5 git commands to generate.