diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2014-01-02 18:06:08 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-05-25 10:18:42 -0400 |
commit | 2a0a5472af5caa0d0df334abb9975dc496f045da (patch) | |
tree | e6981f7cc0127340febff0021f398b7300345c47 /drivers/media/platform/Kconfig | |
parent | 9a8c7fffa2293417d0245fb9f618564d7dee04a6 (diff) |
[media] omap3isp: Use the ARM DMA IOMMU-aware operations
Attach an ARM DMA I/O virtual address space to the ISP device. This
switches to the IOMMU-aware ARM DMA backend, we can thus remove the
explicit calls to the OMAP IOMMU map and unmap functions.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Sakari Ailus <sakari.ailus@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/platform/Kconfig')
-rw-r--r-- | drivers/media/platform/Kconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/media/platform/Kconfig b/drivers/media/platform/Kconfig index 20f1655e6d75..8108c698b548 100644 --- a/drivers/media/platform/Kconfig +++ b/drivers/media/platform/Kconfig | |||
@@ -93,7 +93,9 @@ config VIDEO_M32R_AR_M64278 | |||
93 | 93 | ||
94 | config VIDEO_OMAP3 | 94 | config VIDEO_OMAP3 |
95 | tristate "OMAP 3 Camera support" | 95 | tristate "OMAP 3 Camera support" |
96 | depends on OMAP_IOVMM && VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API && ARCH_OMAP3 | 96 | depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API && ARCH_OMAP3 |
97 | select ARM_DMA_USE_IOMMU | ||
98 | select OMAP_IOMMU | ||
97 | ---help--- | 99 | ---help--- |
98 | Driver for an OMAP 3 camera controller. | 100 | Driver for an OMAP 3 camera controller. |
99 | 101 | ||