aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu
diff options
context:
space:
mode:
authorAlexey Kardashevskiy <aik@ozlabs.ru>2013-05-20 23:33:11 -0400
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2013-06-20 02:55:15 -0400
commit5b25199eff8e124297e6e95392f1719d20daca89 (patch)
treebb37081c3b804172b2f16838e18f1e0746da0fce /drivers/iommu
parent5ffd229c02731a91d08ca21e76b503c5bbb5c095 (diff)
powerpc/vfio: Enable on pSeries platform
The enables VFIO on the pSeries platform, enabling user space programs to access PCI devices directly. Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru> Cc: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Paul Mackerras <paulus@samba.org> Acked-by: Alex Williamson <alex.williamson@redhat.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'drivers/iommu')
-rw-r--r--drivers/iommu/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iommu/Kconfig b/drivers/iommu/Kconfig
index 3f3abde8a7f9..01730b2b9954 100644
--- a/drivers/iommu/Kconfig
+++ b/drivers/iommu/Kconfig
@@ -263,7 +263,7 @@ config SHMOBILE_IOMMU_L1SIZE
263 263
264config SPAPR_TCE_IOMMU 264config SPAPR_TCE_IOMMU
265 bool "sPAPR TCE IOMMU Support" 265 bool "sPAPR TCE IOMMU Support"
266 depends on PPC_POWERNV 266 depends on PPC_POWERNV || PPC_PSERIES
267 select IOMMU_API 267 select IOMMU_API
268 help 268 help
269 Enables bits of IOMMU API required by VFIO. The iommu_ops 269 Enables bits of IOMMU API required by VFIO. The iommu_ops