summaryrefslogtreecommitdiffstats
path: root/drivers/iommu
diff options
context:
space:
mode:
authorOhad Ben-Cohen2011-08-29 06:57:44 +0200
committerJoerg Roedel2011-08-29 12:38:19 +0200
commit024ae884a657f8ddeeff6b472c1fe538f277980e (patch)
tree3d52368a55e41c4ef61d421f9f6d3367c1537fcb /drivers/iommu
parentomap: iommu: Fix up mutex->spin_lock conversion of iommu_lock (diff)
downloadkernel-qcow2-linux-024ae884a657f8ddeeff6b472c1fe538f277980e.tar.gz
kernel-qcow2-linux-024ae884a657f8ddeeff6b472c1fe538f277980e.tar.xz
kernel-qcow2-linux-024ae884a657f8ddeeff6b472c1fe538f277980e.zip
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