2012-07-31 21:16:23 +07:00
|
|
|
config VFIO_IOMMU_TYPE1
|
|
|
|
tristate
|
|
|
|
depends on VFIO
|
|
|
|
default n
|
|
|
|
|
2013-05-21 10:33:10 +07:00
|
|
|
config VFIO_IOMMU_SPAPR_TCE
|
|
|
|
tristate
|
|
|
|
depends on VFIO && SPAPR_TCE_IOMMU
|
|
|
|
default n
|
|
|
|
|
2012-07-31 21:16:22 +07:00
|
|
|
menuconfig VFIO
|
|
|
|
tristate "VFIO Non-Privileged userspace driver framework"
|
|
|
|
depends on IOMMU_API
|
2012-07-31 21:16:23 +07:00
|
|
|
select VFIO_IOMMU_TYPE1 if X86
|
2013-05-21 10:33:10 +07:00
|
|
|
select VFIO_IOMMU_SPAPR_TCE if PPC_POWERNV
|
2012-07-31 21:16:22 +07: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 21:16:24 +07:00
|
|
|
|
|
|
|
source "drivers/vfio/pci/Kconfig"
|