aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/Kconfig
diff options
context:
space:
mode:
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>2012-10-05 06:43:41 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-12-20 11:23:10 -0500
commit05efa71bdc0e352edc9189fdf66af6e96eadd1c9 (patch)
tree95877b4e9df2e645840cea95255db452e1459179 /drivers/media/platform/Kconfig
parentb1252eb83fe57b838c19e2c65cba685c93696693 (diff)
[media] media: add a VEU MEM2MEM format conversion and scaling driver
Video Engine Unit (VEU) is an IP block, found in multiple SuperH and ARM- based sh-mobile and r-mobile SoCs, capable of processing video data. It can perform colour-space conversion, scaling and several filtering transformations. This patch adds an initial implementation of a mem2mem V4L2 driver for VEU. So far only conversion from NV12 to RGB565 is supported. Further functionality shall be added in the future. This driver is based on a VEU vidix driver by Magnus Damm. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Acked-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/platform/Kconfig')
-rw-r--r--drivers/media/platform/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/media/platform/Kconfig b/drivers/media/platform/Kconfig
index 3dcfea612c42..c071b079de23 100644
--- a/drivers/media/platform/Kconfig
+++ b/drivers/media/platform/Kconfig
@@ -202,6 +202,15 @@ config VIDEO_SAMSUNG_EXYNOS_GSC
202 help 202 help
203 This is a v4l2 driver for Samsung EXYNOS5 SoC G-Scaler. 203 This is a v4l2 driver for Samsung EXYNOS5 SoC G-Scaler.
204 204
205config VIDEO_SH_VEU
206 tristate "SuperH VEU mem2mem video processing driver"
207 depends on VIDEO_DEV && VIDEO_V4L2
208 select VIDEOBUF2_DMA_CONTIG
209 select V4L2_MEM2MEM_DEV
210 help
211 Support for the Video Engine Unit (VEU) on SuperH and
212 SH-Mobile SoCs.
213
205endif # V4L_MEM2MEM_DRIVERS 214endif # V4L_MEM2MEM_DRIVERS
206 215
207menuconfig V4L_TEST_DRIVERS 216menuconfig V4L_TEST_DRIVERS