From eba29296f5be5a7bf6c5783de1e91329fad37d2a Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 30 Mar 2016 10:22:02 +0800 Subject: [PATCH] iommu/rockchip: enable upstream iommu on ARM64 platform Change-Id: I8470750d63b890322d48bc47c07c516f2e3ba270 Signed-off-by: Simon --- arch/arm64/configs/rockchip_cros_defconfig | 1 + arch/arm64/configs/rockchip_defconfig | 1 + 2 files changed, 2 insertions(+) diff --git a/arch/arm64/configs/rockchip_cros_defconfig b/arch/arm64/configs/rockchip_cros_defconfig index 8cf4080deb3f..6010ca9cd281 100644 --- a/arch/arm64/configs/rockchip_cros_defconfig +++ b/arch/arm64/configs/rockchip_cros_defconfig @@ -517,6 +517,7 @@ CONFIG_ION_ROCKCHIP=y CONFIG_COMMON_CLK_RK808=y # CONFIG_COMMON_CLK_XGENE is not set CONFIG_MAILBOX=y +CONFIG_ROCKCHIP_IOMMU=y CONFIG_RK_IOMMU=y CONFIG_RK_IOVMM=y CONFIG_ROCKCHIP_PM_DOMAINS=y diff --git a/arch/arm64/configs/rockchip_defconfig b/arch/arm64/configs/rockchip_defconfig index 1d9e12f0a749..400a58f71ac0 100755 --- a/arch/arm64/configs/rockchip_defconfig +++ b/arch/arm64/configs/rockchip_defconfig @@ -515,6 +515,7 @@ CONFIG_ION_ROCKCHIP=y CONFIG_COMMON_CLK_RK808=y # CONFIG_COMMON_CLK_XGENE is not set CONFIG_MAILBOX=y +CONFIG_ROCKCHIP_IOMMU=y CONFIG_RK_IOMMU=y CONFIG_RK_IOVMM=y CONFIG_ROCKCHIP_PM_DOMAINS=y -- 2.34.1