summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/omap/Kconfig
diff options
context:
space:
mode:
authorVaibhav Hiremath2010-04-11 15:41:49 +0200
committerMauro Carvalho Chehab2010-05-19 17:58:10 +0200
commit5c7ab6348e7b3fcca2b8ee548306c774472971e2 (patch)
tree3d4c1e776b45b3148b73b029d4104b358a5c51c1 /drivers/media/video/omap/Kconfig
parentV4L/DVB: v4l spec: document new events (diff)
downloadkernel-qcow2-linux-5c7ab6348e7b3fcca2b8ee548306c774472971e2.tar.gz
kernel-qcow2-linux-5c7ab6348e7b3fcca2b8ee548306c774472971e2.tar.xz
kernel-qcow2-linux-5c7ab6348e7b3fcca2b8ee548306c774472971e2.zip
V4L/DVB: V4L2: Add support for OMAP2/3 V4L2 display driver on top of DSS2
Features Supported - 1. Provides V4L2 user interface for the video pipelines of DSS 2. Basic streaming working on LCD, DVI and TV. 3. Works on latest DSS2 library from Tomi 4. Support for various pixel formats like YUV, UYVY, RGB32, RGB24, RGB565 5. Supports Alpha blending. 6. Supports Color keying both source and destination. 7. Supports rotation. 8. Supports cropping. 9. Supports Background color setting. 10. Allocated buffers to only needed size Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com> Reviewed-by: Hans Verkuil <hverkuil@xs4all.nl> Reviewed-by: Muralidharan Karicheri <mkaricheri@gmail.com> Signed-off-by: Murailidharan Karicheri <mkaricheri@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/omap/Kconfig')
-rw-r--r--drivers/media/video/omap/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/media/video/omap/Kconfig b/drivers/media/video/omap/Kconfig
new file mode 100644
index 000000000000..97c53949ca89
--- /dev/null
+++ b/drivers/media/video/omap/Kconfig
@@ -0,0 +1,11 @@
+config VIDEO_OMAP2_VOUT
+ tristate "OMAP2/OMAP3 V4L2-Display driver"
+ depends on ARCH_OMAP24XX || ARCH_OMAP34XX
+ select VIDEOBUF_GEN
+ select VIDEOBUF_DMA_SG
+ select OMAP2_DSS
+ select OMAP2_VRAM
+ select OMAP2_VRFB
+ default n
+ ---help---
+ V4L2 Display driver support for OMAP2/3 based boards.