[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20221215073212.1966823-1-guoren@kernel.org>
Date: Thu, 15 Dec 2022 02:32:12 -0500
From: guoren@...nel.org
To: palmer@...belt.com, prabhakar.mahadev-lad.rj@...renesas.com
Cc: linux-kernel@...r.kernel.org, linux-riscv@...ts.infradead.org,
iommu@...ts.linux.dev, Guo Ren <guoren@...ux.alibaba.com>,
kernel test robot <lkp@...el.com>,
Guo Ren <guoren@...nel.org>
Subject: [PATCH] iommu/renesas: Support riscv compile
From: Guo Ren <guoren@...ux.alibaba.com>
After riscv selects ARCH_RENESAS, we need to add ARM64 || ARM
dependency here.
Reported-by: kernel test robot <lkp@...el.com>
Signed-off-by: Guo Ren <guoren@...ux.alibaba.com>
Signed-off-by: Guo Ren <guoren@...nel.org>
---
drivers/iommu/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/iommu/Kconfig b/drivers/iommu/Kconfig
index dc5f7a156ff5..746b95b9f345 100644
--- a/drivers/iommu/Kconfig
+++ b/drivers/iommu/Kconfig
@@ -283,6 +283,7 @@ config EXYNOS_IOMMU_DEBUG
config IPMMU_VMSA
bool "Renesas VMSA-compatible IPMMU"
+ depends on ARM64 || ARM
depends on ARCH_RENESAS || (COMPILE_TEST && !GENERIC_ATOMIC64)
select IOMMU_API
select IOMMU_IO_PGTABLE_LPAE
--
2.36.1
Powered by blists - more mailing lists