diff options
author | Anatolij Gustschin <agust@denx.de> | 2010-07-02 09:10:09 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-08-02 14:34:44 -0400 |
commit | 95c5d605ca6fd6ab5ab0f6d097ff97d5aa2f9235 (patch) | |
tree | eac70a00f5e9b98eac2fb31980dea619dcafaf21 /drivers/media/video/Kconfig | |
parent | 2bb00fe6336687f08e0a3733bce2343a821af843 (diff) |
V4L/DVB: v4l: Add MPC5121e VIU video capture driver
Adds support for Video-In (VIU) unit of Freescale
MPC5121e. The driver supports RGB888/RGB565 formats,
capture and overlay on MPC5121e DIU frame buffer.
Signed-off-by: Hongjun Chen <hong-jun.chen@freescale.com>
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r-- | drivers/media/video/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index 11c256ba0395..c627f776c1e9 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -524,6 +524,18 @@ config VIDEO_SH_VOU | |||
524 | help | 524 | help |
525 | Support for the Video Output Unit (VOU) on SuperH SoCs. | 525 | Support for the Video Output Unit (VOU) on SuperH SoCs. |
526 | 526 | ||
527 | config VIDEO_VIU | ||
528 | tristate "Freescale VIU Video Driver" | ||
529 | depends on VIDEO_V4L2 && PPC_MPC512x | ||
530 | select VIDEOBUF_DMA_CONTIG | ||
531 | default y | ||
532 | ---help--- | ||
533 | Support for Freescale VIU video driver. This device captures | ||
534 | video data, or overlays video on DIU frame buffer. | ||
535 | |||
536 | Say Y here if you want to enable VIU device on MPC5121e Rev2+. | ||
537 | In doubt, say N. | ||
538 | |||
527 | config VIDEO_VIVI | 539 | config VIDEO_VIVI |
528 | tristate "Virtual Video Driver" | 540 | tristate "Virtual Video Driver" |
529 | depends on VIDEO_DEV && VIDEO_V4L2 && !SPARC32 && !SPARC64 | 541 | depends on VIDEO_DEV && VIDEO_V4L2 && !SPARC32 && !SPARC64 |