summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/Kconfig
diff options
context:
space:
mode:
authorLaurent Pinchart2016-02-12 01:49:14 +0100
committerMauro Carvalho Chehab2016-06-17 13:11:45 +0200
commit94fcdf829793b141dc93e20a2bbd9eeaa44ea25f (patch)
tree9c2ef626dc7a1befd422de1340bb61834bd5c556 /drivers/media/platform/Kconfig
parent[media] v4l: vsp1: Don't handle clocks manually (diff)
downloadkernel-qcow2-linux-94fcdf829793b141dc93e20a2bbd9eeaa44ea25f.tar.gz
kernel-qcow2-linux-94fcdf829793b141dc93e20a2bbd9eeaa44ea25f.tar.xz
kernel-qcow2-linux-94fcdf829793b141dc93e20a2bbd9eeaa44ea25f.zip
[media] v4l: vsp1: Add FCP support
On some platforms the VSP performs memory accesses through an FCP. When that's the case get a reference to the FCP from the VSP DT node and enable/disable it at runtime as needed. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/platform/Kconfig')
-rw-r--r--drivers/media/platform/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/platform/Kconfig b/drivers/media/platform/Kconfig
index d6fe4fe924e7..9d0a3ffe36d2 100644
--- a/drivers/media/platform/Kconfig
+++ b/drivers/media/platform/Kconfig
@@ -265,6 +265,7 @@ config VIDEO_RENESAS_VSP1
tristate "Renesas VSP1 Video Processing Engine"
depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API && HAS_DMA
depends on (ARCH_RENESAS && OF) || COMPILE_TEST
+ depends on !ARM64 || VIDEO_RENESAS_FCP
select VIDEOBUF2_DMA_CONTIG
---help---
This is a V4L2 driver for the Renesas VSP1 video processing engine.