diff options
author | Guennadi Liakhovetski <lg@denx.de> | 2009-02-23 10:13:24 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 11:42:53 -0400 |
commit | 4f67130ad35d6760c27984cf94b13a8cb85e4034 (patch) | |
tree | 926d5f4f5acb4ea49d97b96eed2296ad97e79840 /drivers/media/video/Kconfig | |
parent | 70e1d353e5d70551c5f69d464c4d194afae62f63 (diff) |
V4L/DVB (10674): soc-camera: camera host driver for i.MX3x SoCs
Tested with 8 bit Bayer and 8 bit monochrome video.
create mode 100644 arch/arm/plat-mxc/include/mach/mx3_camera.h
create mode 100644 drivers/media/video/mx3_camera.c
Signed-off-by: Guennadi Liakhovetski <lg@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 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index 19cf3b8f67c4..3e4ce4aade3e 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -779,6 +779,13 @@ config SOC_CAMERA_OV772X | |||
779 | help | 779 | help |
780 | This is a ov772x camera driver | 780 | This is a ov772x camera driver |
781 | 781 | ||
782 | config VIDEO_MX3 | ||
783 | tristate "i.MX3x Camera Sensor Interface driver" | ||
784 | depends on VIDEO_DEV && MX3_IPU && SOC_CAMERA | ||
785 | select VIDEOBUF_DMA_CONTIG | ||
786 | ---help--- | ||
787 | This is a v4l2 driver for the i.MX3x Camera Sensor Interface | ||
788 | |||
782 | config VIDEO_PXA27x | 789 | config VIDEO_PXA27x |
783 | tristate "PXA27x Quick Capture Interface driver" | 790 | tristate "PXA27x Quick Capture Interface driver" |
784 | depends on VIDEO_DEV && PXA27x && SOC_CAMERA | 791 | depends on VIDEO_DEV && PXA27x && SOC_CAMERA |