summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/soc_camera/Kconfig
diff options
context:
space:
mode:
authorRobert Jarzmik <robert.jarzmik@free.fr>2015-09-06 08:42:13 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2016-03-03 07:29:17 -0300
commit1e77d55ac9c089ea8c9e5f2375d1cac3f29a99af (patch)
tree1aa12274593fe18ba72dc52efeec7dbcf20ea3d9 /drivers/media/platform/soc_camera/Kconfig
parente5853918d6dc971957b7daf2a2abd4b7eba37887 (diff)
downloadop-kernel-dev-1e77d55ac9c089ea8c9e5f2375d1cac3f29a99af.zip
op-kernel-dev-1e77d55ac9c089ea8c9e5f2375d1cac3f29a99af.tar.gz
[media] pxa_camera: conversion to dmaengine
Convert pxa_camera to dmaengine. This removes all DMA registers manipulation in favor of the more generic dmaengine API. The functional level should be the same as before. The biggest change is in the sg_split() function, which splits a videobuf-dma into several scatterlists for 3 planes captures (Y, U, V). Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr> [g.liakhovetski@gmx.de: fix a function prototype, use bool, struct init] Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/platform/soc_camera/Kconfig')
-rw-r--r--drivers/media/platform/soc_camera/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/platform/soc_camera/Kconfig b/drivers/media/platform/soc_camera/Kconfig
index f2776cd..e5e2d6c 100644
--- a/drivers/media/platform/soc_camera/Kconfig
+++ b/drivers/media/platform/soc_camera/Kconfig
@@ -30,6 +30,7 @@ config VIDEO_PXA27x
tristate "PXA27x Quick Capture Interface driver"
depends on VIDEO_DEV && PXA27x && SOC_CAMERA
select VIDEOBUF_DMA_SG
+ select SG_SPLIT
---help---
This is a v4l2 driver for the PXA27x Quick Capture Interface
OpenPOWER on IntegriCloud