[PATCH v4 15/22] iommu/config: add build dependency for dmar

From: Jacob Pan
Date: Mon Apr 16 2018 - 17:50:23 EST


Intel VT-d interrupts come from both IRQ remapping and DMA remapping.
In order to report non-recoverable faults back to device driver, we
need to have access to IOMMU fault reporting APIs. This patch adds
build depenency to DMAR code where fault IRQ handlers can selectively
report faults.

Signed-off-by: Jacob Pan <jacob.jun.pan@xxxxxxxxxxxxxxx>
---
drivers/iommu/Kconfig | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/iommu/Kconfig b/drivers/iommu/Kconfig
index 73590ba..8d8b63f 100644
--- a/drivers/iommu/Kconfig
+++ b/drivers/iommu/Kconfig
@@ -139,6 +139,7 @@ config AMD_IOMMU_V2
# Intel IOMMU support
config DMAR_TABLE
bool
+ select IOMMU_API

config INTEL_IOMMU
bool "Support for Intel IOMMU using DMA Remapping Devices"
--
2.7.4