diff options
author | Bastian Hecht <hechtb@googlemail.com> | 2011-06-24 06:57:36 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-07-27 16:56:09 -0400 |
commit | b52a851d9182e8a20704152d537c7e19ed34cc99 (patch) | |
tree | f97df2e3dc02a2850d3a46d56262fc29439143ec /drivers/media/video/Kconfig | |
parent | cb74cf5349a6a9225bbab278a808d5a0739c3b2c (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/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index 176ac49e9c73..f574dc012cad 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 | ||
851 | config 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 | |||
851 | config SOC_CAMERA_OV6650 | 857 | config 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 |