aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu
diff options
context:
space:
mode:
authorJoerg Roedel <jroedel@suse.de>2016-07-05 11:12:49 +0200
committerJoerg Roedel <jroedel@suse.de>2016-07-13 12:46:05 +0200
commita72c4225447bae5d435671446168876bcea4de59 (patch)
tree81c06293c1426251b4e863cd70f51b19d2055814 /drivers/iommu
parentiommu: Add apply_dm_region call-back to iommu-ops (diff)
downloadlinux-dev-a72c4225447bae5d435671446168876bcea4de59.tar.xz
linux-dev-a72c4225447bae5d435671446168876bcea4de59.zip
iommu/amd: Select IOMMU_IOVA for AMD IOMMU
Include the generic IOVA code to make use of it in the AMD IOMMU driver too. Signed-off-by: Joerg Roedel <jroedel@suse.de>
Diffstat (limited to 'drivers/iommu')
-rw-r--r--drivers/iommu/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iommu/Kconfig b/drivers/iommu/Kconfig
index ad0860383cb3..0b1aabb12de9 100644
--- a/drivers/iommu/Kconfig
+++ b/drivers/iommu/Kconfig
@@ -111,6 +111,7 @@ config AMD_IOMMU
select PCI_PRI
select PCI_PASID
select IOMMU_API
+ select IOMMU_IOVA
depends on X86_64 && PCI && ACPI
---help---
With this option you can enable support for AMD IOMMU hardware in