aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu
diff options
context:
space:
mode:
authorOhad Ben-Cohen <ohad@wizery.com>2011-08-29 07:57:44 +0300
committerJoerg Roedel <joerg.roedel@amd.com>2011-08-29 12:38:19 +0200
commit024ae884a657f8ddeeff6b472c1fe538f277980e (patch)
tree3d52368a55e41c4ef61d421f9f6d3367c1537fcb /drivers/iommu
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/iommu')
-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
# OMAP IOMMU support
config OMAP_IOMMU
bool "OMAP IOMMU Support"
+ depends on ARCH_OMAP
select IOMMU_API
config OMAP_IOVMM