From d2c6ccd714cc19d1c0eb1cee071c99c0340b1e1f Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 30 Mar 2016 10:13:28 +0800 Subject: [PATCH] iommu/rockchip: enable upstream iommu build on ARM64 platform Change-Id: Ied95b0a8d531210729a960b90dab81f1e25e9035 Signed-off-by: Simon --- drivers/iommu/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/iommu/Kconfig b/drivers/iommu/Kconfig index d3a32dc950c7..f19b51474980 100644 --- a/drivers/iommu/Kconfig +++ b/drivers/iommu/Kconfig @@ -210,7 +210,7 @@ config OMAP_IOMMU_DEBUG config ROCKCHIP_IOMMU bool "Rockchip IOMMU Support" - depends on ARM + depends on ARM || ARM64 depends on ARCH_ROCKCHIP || COMPILE_TEST select IOMMU_API select ARM_DMA_USE_IOMMU -- 2.34.1