From: Joerg Roedel Date: Wed, 14 Sep 2011 14:03:45 +0000 (+0200) Subject: iommu/omap: Fix build error with !IOMMU_SUPPORT X-Git-Tag: v3.2-rc1~117^2^3~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b6d45f139262aa7b1b604a67963e5c8c01304d3;p=pandora-kernel.git 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 Cc: iommu@lists.linux-foundation.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Joerg Roedel --- Reading git-diff-tree failed