Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1439354 > unrolled thread
| Started by | Joerg Roedel <joro@8bytes.org> |
|---|---|
| First post | 2016-07-08 13:50 +0200 |
| Last post | 2016-07-08 13:50 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 02/20] iommu/amd: Select IOMMU_IOVA for AMD IOMMU Joerg Roedel <joro@8bytes.org> - 2016-07-08 13:50 +0200
| From | Joerg Roedel <joro@8bytes.org> |
|---|---|
| Date | 2016-07-08 13:50 +0200 |
| Subject | [PATCH 02/20] iommu/amd: Select IOMMU_IOVA for AMD IOMMU |
| Message-ID | <rSCsa-4e3-65@gated-at.bofh.it> |
From: Joerg Roedel <jroedel@suse.de> Include the generic IOVA code to make use of it in the AMD IOMMU driver too. Signed-off-by: Joerg Roedel <jroedel@suse.de> --- drivers/iommu/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/iommu/Kconfig b/drivers/iommu/Kconfig index ad08603..0b1aabb 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 -- 1.9.1
Back to top | Article view | linux.kernel
csiph-web