diff options
-rw-r--r-- | arch/arm/mach-omap2/omap-iommu.c | 2 | ||||
-rw-r--r-- | arch/arm/plat-omap/Kconfig | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/omap-iommu.c b/arch/arm/mach-omap2/omap-iommu.c index 6be548cdd800..3fc5dc7233da 100644 --- a/arch/arm/mach-omap2/omap-iommu.c +++ b/arch/arm/mach-omap2/omap-iommu.c | |||
@@ -37,7 +37,7 @@ static struct iommu_device omap3_devices[] = { | |||
37 | .da_end = 0xFFFFF000, | 37 | .da_end = 0xFFFFF000, |
38 | }, | 38 | }, |
39 | }, | 39 | }, |
40 | #if defined(CONFIG_MPU_BRIDGE_IOMMU) | 40 | #if defined(CONFIG_OMAP_IOMMU_IVA2) |
41 | { | 41 | { |
42 | .base = 0x5d000000, | 42 | .base = 0x5d000000, |
43 | .irq = 28, | 43 | .irq = 28, |
diff --git a/arch/arm/plat-omap/Kconfig b/arch/arm/plat-omap/Kconfig index 92c5bb7909f5..5e63e5069e0d 100644 --- a/arch/arm/plat-omap/Kconfig +++ b/arch/arm/plat-omap/Kconfig | |||
@@ -109,6 +109,9 @@ config OMAP_IOMMU_DEBUG | |||
109 | 109 | ||
110 | Say N unless you know you need this. | 110 | Say N unless you know you need this. |
111 | 111 | ||
112 | config OMAP_IOMMU_IVA2 | ||
113 | bool | ||
114 | |||
112 | choice | 115 | choice |
113 | prompt "System timer" | 116 | prompt "System timer" |
114 | default OMAP_32K_TIMER if !ARCH_OMAP15XX | 117 | default OMAP_32K_TIMER if !ARCH_OMAP15XX |