aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/Kconfig
diff options
context:
space:
mode:
authorBastian Hecht <hechtb@googlemail.com>2011-06-24 06:57:36 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-07-27 16:56:09 -0400
commitb52a851d9182e8a20704152d537c7e19ed34cc99 (patch)
treef97df2e3dc02a2850d3a46d56262fc29439143ec /drivers/media/video/Kconfig
parentcb74cf5349a6a9225bbab278a808d5a0739c3b2c (diff)
[media] V4L: initial driver for ov5642 CMOS sensor
This is an initial driver release for the Omnivision 5642 CMOS sensor. Signed-off-by: Bastian Hecht <hechtb@gmail.com> Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r--drivers/media/video/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig
index 176ac49e9c7..f574dc012ca 100644
--- a/drivers/media/video/Kconfig
+++ b/drivers/media/video/Kconfig
@@ -848,6 +848,12 @@ config SOC_CAMERA_OV2640
848 help 848 help
849 This is a ov2640 camera driver 849 This is a ov2640 camera driver
850 850
851config SOC_CAMERA_OV5642
852 tristate "ov5642 camera support"
853 depends on SOC_CAMERA && I2C
854 help
855 This is a V4L2 camera driver for the OmniVision OV5642 sensor
856
851config SOC_CAMERA_OV6650 857config SOC_CAMERA_OV6650
852 tristate "ov6650 sensor support" 858 tristate "ov6650 sensor support"
853 depends on SOC_CAMERA && I2C 859 depends on SOC_CAMERA && I2C