2012-07-31 16:16:23 +02:00
|
|
|
config VFIO_IOMMU_TYPE1
|
|
|
|
tristate
|
|
|
|
depends on VFIO
|
|
|
|
default n
|
|
|
|
|
2013-05-21 05:33:10 +02:00
|
|
|
config VFIO_IOMMU_SPAPR_TCE
|
|
|
|
tristate
|
|
|
|
depends on VFIO && SPAPR_TCE_IOMMU
|
|
|
|
default n
|
|
|
|
|
2012-07-31 16:16:22 +02:00
|
|
|
menuconfig VFIO
|
|
|
|
tristate "VFIO Non-Privileged userspace driver framework"
|
|
|
|
depends on IOMMU_API
|
2012-07-31 16:16:23 +02:00
|
|
|
select VFIO_IOMMU_TYPE1 if X86
|
2013-05-21 05:33:11 +02:00
|
|
|
select VFIO_IOMMU_SPAPR_TCE if (PPC_POWERNV || PPC_PSERIES)
|
2012-07-31 16:16:22 +02:00
|
|
|
help
|
|
|
|
VFIO provides a framework for secure userspace device drivers.
|
|
|
|
See Documentation/vfio.txt for more details.
|
|
|
|
|
|
|
|
If you don't know what to do here, say N.
|
2012-07-31 16:16:24 +02:00
|
|
|
|
|
|
|
source "drivers/vfio/pci/Kconfig"
|