Path: csiph.com!news.mixmin.net!aioe.org!gothmog.csi.it!bofh.it!news.nic.it!robomod From: Joerg Roedel Newsgroups: linux.kernel Subject: [PATCH 02/20] iommu/amd: Select IOMMU_IOVA for AMD IOMMU Date: Fri, 08 Jul 2016 13:50:02 +0200 Message-ID: References: Dkim-Signature: v=1; a=rsa-sha256; c=simple/simple; d=8bytes.org; s=mail-1; t=1467978323; bh=tBn7BQ5b5AOe1CihYT3DQs4J3hdFlLPTRPz5dx4iT1Q=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=oK9trzFrNE/i02NO3luGoE4BEYAWX38bYCRZx8jLHIQMcZ2xosjG6+PTyZzOkeAae s2J1CZuEA6+p9ga69GxP9KK+nmHHZWlEXKMmnMoiyktkDSVx/obpISPRmlb907Iq4V ArE3M/NshnuC9XxmLJk5jCbsrR7MLU8X2NFL8tyhahrwDBKRtFSOrpM7rBeMhPfDn/ UnKOz0TzjLZbLxUrer0v5lIr4zqNlVYRDKoenSFklLYtt/VgA7a0GBjzj5HUCeKa2g QeLbvE77wPQPoFwmbjjCFAQwuSh/mWKIEdT2ess3Ez+VdACMf/iBLDemjNuV5ZTOH7 k1YITKr0lJK3Q== X-Mailer: git-send-email 1.9.1 Sender: robomod@news.nic.it List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Approved: robomod@news.nic.it Lines: 24 Organization: linux.* mail to news gateway X-Original-Cc: linux-kernel@vger.kernel.org, Suravee Suthikulpanit , Vincent.Wan@amd.com, Joerg Roedel X-Original-Date: Fri, 8 Jul 2016 13:44:53 +0200 X-Original-Message-ID: <1467978311-28322-3-git-send-email-joro@8bytes.org> X-Original-References: <1467978311-28322-1-git-send-email-joro@8bytes.org> X-Original-Sender: linux-kernel-owner@vger.kernel.org Xref: csiph.com linux.kernel:1439354 From: Joerg Roedel Include the generic IOVA code to make use of it in the AMD IOMMU driver too. Signed-off-by: Joerg Roedel --- 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