aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorOhad Ben-Cohen <ohad@wizery.com>2011-08-29 00:57:44 -0400
committerJoerg Roedel <joerg.roedel@amd.com>2011-08-29 06:38:19 -0400
commit024ae884a657f8ddeeff6b472c1fe538f277980e (patch)
tree3d52368a55e41c4ef61d421f9f6d3367c1537fcb /drivers
parent4234541f1a64d9dc6d489cf8f614dc01c62360f6 (diff)
iommu: omap: add Kconfig OMAP dependency
Make CONFIG_OMAP_IOMMU depend on CONFIG_ARCH_OMAP so other allmodconfig builds won't fail. Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com> Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/iommu/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iommu/Kconfig b/drivers/iommu/Kconfig
index 432463b2e78d..d901930a8f83 100644
--- a/drivers/iommu/Kconfig
+++ b/drivers/iommu/Kconfig
@@ -110,6 +110,7 @@ config INTR_REMAP
110# OMAP IOMMU support 110# OMAP IOMMU support
111config OMAP_IOMMU 111config OMAP_IOMMU
112 bool "OMAP IOMMU Support" 112 bool "OMAP IOMMU Support"
113 depends on ARCH_OMAP
113 select IOMMU_API 114 select IOMMU_API
114 115
115config OMAP_IOVMM 116config OMAP_IOVMM