diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2014-02-08 16:21:54 -0500 |
---|---|---|
committer | Joerg Roedel <joro@8bytes.org> | 2014-03-04 10:35:33 -0500 |
commit | b83544390797ce488ccc0f9e40aa2f96661f842b (patch) | |
tree | a99148ae8c705bdb388dcc43b4dd7a8c17a71ecc | |
parent | 0414855fdc4a40da05221fc6062cccbc0c30f169 (diff) |
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 <pebolle@tiscali.nl>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Joerg Roedel <joro@8bytes.org>
-rw-r--r-- | drivers/iommu/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iommu/Kconfig b/drivers/iommu/Kconfig index 79bbc21c1d01..df56e4c74a7e 100644 --- a/drivers/iommu/Kconfig +++ b/drivers/iommu/Kconfig | |||
@@ -207,7 +207,7 @@ config SHMOBILE_IOMMU | |||
207 | bool "IOMMU for Renesas IPMMU/IPMMUI" | 207 | bool "IOMMU for Renesas IPMMU/IPMMUI" |
208 | default n | 208 | default n |
209 | depends on ARM | 209 | depends on ARM |
210 | depends on SH_MOBILE || COMPILE_TEST | 210 | depends on ARCH_SHMOBILE || COMPILE_TEST |
211 | select IOMMU_API | 211 | select IOMMU_API |
212 | select ARM_DMA_USE_IOMMU | 212 | select ARM_DMA_USE_IOMMU |
213 | select SHMOBILE_IPMMU | 213 | select SHMOBILE_IPMMU |