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)
commit7b6d45f139262aa7b1b604a67963e5c8c01304d3
tree037053c8d38952c3018e6a0bbeae131f61c0f873
parent5e1b612cb16f446996398bd23b6cd59ea0206938
iommu/omap: Fix build error with !IOMMU_SUPPORT

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
This page took 0.024936 seconds and 5 git commands to generate.