diff options
author | Andrew Chew <achew@nvidia.com> | 2011-02-17 19:14:33 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-03-21 20:32:16 -0300 |
commit | 9bd060e492a2725c55404988ceed473a090bd04d (patch) | |
tree | e21b632e608111d5be28e982150af1ca5bee7dde /drivers/media/video/Kconfig | |
parent | 787d0f9d5ca3e98f23af94037094a9a3fafec665 (diff) | |
download | linux-9bd060e492a2725c55404988ceed473a090bd04d.tar.gz linux-9bd060e492a2725c55404988ceed473a090bd04d.tar.bz2 linux-9bd060e492a2725c55404988ceed473a090bd04d.zip |
[media] V4L: Initial submit of OV9740 driver
This soc_camera driver is for Omnivision's OV9740 sensor. This initial
submission provides support for YUV422 output at 1280x720 (720p), which is
the sensor's native resolution. 640x480 (VGA) is also supported, with
cropping and scaling performed by the sensor's ISP.
This driver is heavily based off of the existing OV9640 driver.
Signed-off-by: Andrew Chew <achew@nvidia.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 cf81bd536a71..e2f5a69aa400 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig @@ -838,6 +838,12 @@ config SOC_CAMERA_OV9640 help This is a ov9640 camera driver +config SOC_CAMERA_OV9740 + tristate "ov9740 camera support" + depends on SOC_CAMERA && I2C + help + This is a ov9740 camera driver + config MX1_VIDEO bool |