[PATCH RFC PREVIEW 2/6] iommu: Make IOMMU_IOPF selectable in Kconfig
From: Klaus Jensen
Date: Mon Aug 26 2024 - 07:41:13 EST
From: Joel Granados <j.granados@xxxxxxxxxxx>
IOMMU_IOPF is no longer selectable through INTEL_IOMMU_SVM effectively
severing their relation and allowing them to be used independently.
Signed-off-by: Joel Granados <j.granados@xxxxxxxxxxx>
---
drivers/iommu/Kconfig | 2 +-
drivers/iommu/intel/Kconfig | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/iommu/Kconfig b/drivers/iommu/Kconfig
index a82f10054aec..d3ee8a0ad4a6 100644
--- a/drivers/iommu/Kconfig
+++ b/drivers/iommu/Kconfig
@@ -164,7 +164,7 @@ config IOMMU_SVA
bool
config IOMMU_IOPF
- bool
+ bool "Enable IO page fault in IOMMU"
config FSL_PAMU
bool "Freescale IOMMU support"
diff --git a/drivers/iommu/intel/Kconfig b/drivers/iommu/intel/Kconfig
index f52fb39c968e..fb5a4593c197 100644
--- a/drivers/iommu/intel/Kconfig
+++ b/drivers/iommu/intel/Kconfig
@@ -51,7 +51,6 @@ config INTEL_IOMMU_SVM
depends on X86_64
select MMU_NOTIFIER
select IOMMU_SVA
- select IOMMU_IOPF
help
Shared Virtual Memory (SVM) provides a facility for devices
to access DMA resources through process address space by
--
2.45.2