diff options
author | Alexey Kardashevskiy <aik@ozlabs.ru> | 2013-05-20 23:33:11 -0400 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2013-06-20 02:55:15 -0400 |
commit | 5b25199eff8e124297e6e95392f1719d20daca89 (patch) | |
tree | bb37081c3b804172b2f16838e18f1e0746da0fce /drivers/vfio | |
parent | 5ffd229c02731a91d08ca21e76b503c5bbb5c095 (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/vfio')
-rw-r--r-- | drivers/vfio/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/vfio/Kconfig b/drivers/vfio/Kconfig index b464687f6e14..26b3d9d1409f 100644 --- a/drivers/vfio/Kconfig +++ b/drivers/vfio/Kconfig | |||
@@ -12,7 +12,7 @@ menuconfig VFIO | |||
12 | tristate "VFIO Non-Privileged userspace driver framework" | 12 | tristate "VFIO Non-Privileged userspace driver framework" |
13 | depends on IOMMU_API | 13 | depends on IOMMU_API |
14 | select VFIO_IOMMU_TYPE1 if X86 | 14 | select VFIO_IOMMU_TYPE1 if X86 |
15 | select VFIO_IOMMU_SPAPR_TCE if PPC_POWERNV | 15 | select VFIO_IOMMU_SPAPR_TCE if (PPC_POWERNV || PPC_PSERIES) |
16 | help | 16 | help |
17 | VFIO provides a framework for secure userspace device drivers. | 17 | VFIO provides a framework for secure userspace device drivers. |
18 | See Documentation/vfio.txt for more details. | 18 | See Documentation/vfio.txt for more details. |