From: Ohad Ben-Cohen Date: Mon, 29 Aug 2011 04:57:44 +0000 (+0300) Subject: iommu: omap: add Kconfig OMAP dependency X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=024ae884a657f8ddeeff6b472c1fe538f277980e;p=linux-beck.git 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 Signed-off-by: Ohad Ben-Cohen Signed-off-by: Joerg Roedel --- 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