diff options
author | Andrew Chew <achew@nvidia.com> | 2012-08-08 13:35:33 -0700 |
---|---|---|
committer | Winnie Hsu <whsu@nvidia.com> | 2012-12-17 11:32:42 -0800 |
commit | 8410f55a21b22ea2dee38bb46e918edd6e99c167 (patch) | |
tree | 28bfc83cf1c657e801178708eb586ca5c33dbbfb /drivers/media/video/Kconfig | |
parent | 384596a7268916b87d7cea679a6264ff2f65f61b (diff) |
media: ov5640: Add Omnivision OV5640 support
Based on ov5642 driver. There seem to be some register differences,
so forking the driver to make those changes.
Change-Id: Idb4a79757cbbcd15d5456ce82a708f433faaff7a
Signed-off-by: Andrew Chew <achew@nvidia.com>
Signed-off-by: Bryan Wu <pengw@nvidia.com>
Reviewed-on: http://git-master/r/169836
Reviewed-by: Winnie Hsu <whsu@nvidia.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 1d392bf0d521..7968ea979d1f 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig @@ -854,6 +854,12 @@ config SOC_CAMERA_OV2640 help This is a ov2640 camera driver +config SOC_CAMERA_OV5640 + tristate "ov5640 camera support" + depends on SOC_CAMERA && I2C + help + This is a V4L2 camera driver for the OmniVision OV5640 sensor + config SOC_CAMERA_OV5642 tristate "ov5642 camera support" depends on SOC_CAMERA && I2C |