summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2
diff options
context:
space:
mode:
authorHari Kanigeri <h-kanigeri2@ti.com>2009-07-15 10:56:35 -0500
committerHari Kanigeri <h-kanigeri2@ti.com>2009-11-06 17:53:55 -0600
commitd3cb6d2b9db96815a1ebb6409f72b906b2b51084 (patch)
tree1415d8f92eeb18ef8b7b7bf334cd9c496cd0f247 /arch/arm/mach-omap2
parent74c0f61923c1930497aa1ac1d6858ef411d38379 (diff)
ARM:OMAP4:provide build support for omap4 iommu
This patch provides build support to build OMAP4 IOMMU module. This also adds the changes to Kconfig file to make iommu option visible in menuconfig. Signed-off-by: Hari Kanigeri <h-kanigeri2@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r--arch/arm/mach-omap2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile
index 71506f325d63..1c190b72a60b 100644
--- a/arch/arm/mach-omap2/Makefile
+++ b/arch/arm/mach-omap2/Makefile
@@ -41,7 +41,7 @@ obj-$(CONFIG_ARCH_OMAP3) += clock34xx.o
iommu-y += iommu2.o
iommu-$(CONFIG_ARCH_OMAP3) += omap3-iommu.o
-
+iommu-$(CONFIG_ARCH_OMAP4) += omap4-iommu.o
obj-$(CONFIG_OMAP_IOMMU) += $(iommu-y)
# Specific board support