[PATCH 2/2] iommu/dma: enable IOMMU_DMA for RISC-V
From: Andrew Jones
Date: Fri May 08 2026 - 17:26:03 EST
From: Tomasz Jeznach <tjeznach@xxxxxxxxxxxx>
With iommu/riscv driver available we can enable IOMMU_DMA support
for RISC-V architecture.
Signed-off-by: Tomasz Jeznach <tjeznach@xxxxxxxxxxxx>
Signed-off-by: Andrew Jones <andrew.jones@xxxxxxxxxxxxxxxx>
Reviewed-by: Nutty Liu <nutty.liu@xxxxxxxxxxx>
---
drivers/iommu/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/iommu/Kconfig b/drivers/iommu/Kconfig
index f86262b11416..34d8a792339f 100644
--- a/drivers/iommu/Kconfig
+++ b/drivers/iommu/Kconfig
@@ -151,7 +151,7 @@ config OF_IOMMU
# IOMMU-agnostic DMA-mapping layer
config IOMMU_DMA
- def_bool ARM64 || X86 || S390
+ def_bool ARM64 || X86 || S390 || RISCV
select DMA_OPS_HELPERS
select IOMMU_API
select IOMMU_IOVA
--
2.43.0