diff options
author | Arnd Bergmann <arnd@arndb.de> | 2013-03-05 23:16:48 +0100 |
---|---|---|
committer | Joerg Roedel <joro@8bytes.org> | 2013-03-09 18:54:34 +0100 |
commit | ae1915892b4774655a5dc01039ce94efdff4b3fc (patch) | |
tree | 201b7bf9fd3b8b9572ea733d4d8cdabdb03d3590 /drivers/iommu | |
parent | e2f1a3bd8cdc046ece133a9e9ee6bd94727225b1 (diff) | |
download | linux-3.10-ae1915892b4774655a5dc01039ce94efdff4b3fc.tar.gz linux-3.10-ae1915892b4774655a5dc01039ce94efdff4b3fc.tar.bz2 linux-3.10-ae1915892b4774655a5dc01039ce94efdff4b3fc.zip |
iommu: OMAP: build only on OMAP2+
The OMAP IOMMU driver intentionally fails to build on OMAP1
platforms, so we should not allow enabling it there.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Joerg Roedel <joro@8bytes.org>
Cc: iommu@lists.linux-foundation.org
Cc: Ohad Ben-Cohen <ohad@wizery.com>
Cc: Tony Lindgren <tony@atomide.com>
Cc: Omar Ramirez Luna <omar.luna@linaro.org>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Joerg Roedel <joro@8bytes.org>
Diffstat (limited to 'drivers/iommu')
-rw-r--r-- | drivers/iommu/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iommu/Kconfig b/drivers/iommu/Kconfig index 5c514d0711d..c332fb98480 100644 --- a/drivers/iommu/Kconfig +++ b/drivers/iommu/Kconfig @@ -130,7 +130,7 @@ config IRQ_REMAP # OMAP IOMMU support config OMAP_IOMMU bool "OMAP IOMMU Support" - depends on ARCH_OMAP + depends on ARCH_OMAP2PLUS select IOMMU_API config OMAP_IOVMM |