]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
iommu/omap: Fix build error with !IOMMU_SUPPORT
authorJoerg Roedel <joerg.roedel@amd.com>
Wed, 14 Sep 2011 14:03:45 +0000 (16:03 +0200)
committerJoerg Roedel <joerg.roedel@amd.com>
Wed, 14 Sep 2011 14:06:04 +0000 (16:06 +0200)
Without this patch it is possible to select the VIDEO_OMAP3
driver which then selects OMAP_IOVMM. But the omap iommu
driver is not compiled without IOMMU_SUPPORT enabled. Fix
that by forcing OMAP_IOMMU and OMAP_IOVMM are enabled before
VIDEO_OMAP3 can be selected.

Cc: Ohad Ben-Cohen <ohad@wizery.com>
Cc: iommu@lists.linux-foundation.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
drivers/iommu/Kconfig
drivers/media/video/Kconfig

index d901930a8f83d4c7b3aa877e67ef5f61220b8297..ae46776c1b80e536eb650bcc57627d314140e93b 100644 (file)
@@ -114,8 +114,8 @@ config OMAP_IOMMU
        select IOMMU_API
 
 config OMAP_IOVMM
-       tristate
-       select OMAP_IOMMU
+       tristate "OMAP IO Virtual Memory Manager Support"
+       depends on OMAP_IOMMU
 
 config OMAP_IOMMU_DEBUG
        tristate "Export OMAP IOMMU/IOVMM internals in DebugFS"
index 6a25fad56655ce25a85a9ea21e406fb72d287de6..620106937ec6e51b56b0028f30ac6588d87b5c09 100644 (file)
@@ -763,8 +763,7 @@ source "drivers/media/video/m5mols/Kconfig"
 
 config VIDEO_OMAP3
        tristate "OMAP 3 Camera support (EXPERIMENTAL)"
-       select OMAP_IOVMM
-       depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API && ARCH_OMAP3 && EXPERIMENTAL
+       depends on OMAP_IOVMM && VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API && ARCH_OMAP3 && EXPERIMENTAL
        ---help---
          Driver for an OMAP 3 camera controller.