From: Paul Bolle Date: Sat, 8 Feb 2014 21:21:54 +0000 (+0100) Subject: iommu/shmobile: Depend on ARCH_SHMOBILE X-Git-Tag: v4.14-rc1~7742^2^5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b83544390797ce488ccc0f9e40aa2f96661f842b;p=platform%2Fkernel%2Flinux-rpi.git iommu/shmobile: Depend on ARCH_SHMOBILE Commit 78a2e12f51d9 ("iommu: shmobile: Enable driver compilation with COMPILE_TEST") added an optional dependency on SH_MOBILE. But that Kconfig symbol doesn't exist. It seems ARCH_SHMOBILE was intended. Use that. Signed-off-by: Paul Bolle Acked-by: Laurent Pinchart Signed-off-by: Joerg Roedel --- diff --git a/drivers/iommu/Kconfig b/drivers/iommu/Kconfig index 79bbc21..df56e4c 100644 --- a/drivers/iommu/Kconfig +++ b/drivers/iommu/Kconfig @@ -207,7 +207,7 @@ config SHMOBILE_IOMMU bool "IOMMU for Renesas IPMMU/IPMMUI" default n depends on ARM - depends on SH_MOBILE || COMPILE_TEST + depends on ARCH_SHMOBILE || COMPILE_TEST select IOMMU_API select ARM_DMA_USE_IOMMU select SHMOBILE_IPMMU