aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/Kconfig
diff options
context:
space:
mode:
authorPawel Osciak <p.osciak@samsung.com>2010-10-11 09:56:41 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-03-21 19:31:34 -0400
commite23ccc0ad9258634e6d52cedf473b35dc34416c7 (patch)
tree1fafec2a8c5d9258be169410b2fa8d8614b33d1e /drivers/media/video/Kconfig
parent52a3082fea41ffe77003be76ac1496d60bb7908e (diff)
[media] v4l: add videobuf2 Video for Linux 2 driver framework
Videobuf2 is a Video for Linux 2 API-compatible driver framework for multimedia devices. It acts as an intermediate layer between userspace applications and device drivers. It also provides low-level, modular memory management functions for drivers. Videobuf2 eases driver development, reduces drivers' code size and aids in proper and consistent implementation of V4L2 API in drivers. Videobuf2 memory management backend is fully modular. This allows custom memory management routines for devices and platforms with non-standard memory management requirements to be plugged in, without changing the high-level buffer management functions and API. The framework provides: - implementations of streaming I/O V4L2 ioctls and file operations - high-level video buffer, video queue and state management functions - video buffer memory allocation and management Signed-off-by: Pawel Osciak <p.osciak@samsung.com> Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> CC: Pawel Osciak <pawel@osciak.com> Reviewed-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r--drivers/media/video/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig
index aa021600e9df..a4a6aa703c26 100644
--- a/drivers/media/video/Kconfig
+++ b/drivers/media/video/Kconfig
@@ -44,6 +44,9 @@ config V4L2_MEM2MEM_DEV
44 tristate 44 tristate
45 depends on VIDEOBUF_GEN 45 depends on VIDEOBUF_GEN
46 46
47config VIDEOBUF2_CORE
48 tristate
49
47# 50#
48# Multimedia Video device configuration 51# Multimedia Video device configuration
49# 52#