diff options
author | Detlev Casanova <detlev.casanova@gmail.com> | 2011-04-05 08:06:21 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-05-20 08:29:49 -0400 |
commit | 0f2ce168c850b4ea4b0d71f59c5603bdee85b6b5 (patch) | |
tree | 159beb5ca619cf7ba3b8b07e9cf552491a28132c /drivers/media/video/Kconfig | |
parent | 9d8e1b5490a4fd2fa71bf3b39e7f1ce513daebcd (diff) |
[media] v4l: Add mt9v032 sensor driver
The MT9V032 is a parallel wide VGA sensor from Aptina (formerly Micron)
controlled through I2C.
The driver creates a V4L2 subdevice. It currently supports binning and
cropping, and the gain, auto gain, exposure, auto exposure and test
pattern controls.
Signed-off-by: Detlev Casanova <detlev.casanova@gmail.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
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 00f51dd121f3..3d259204616d 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -337,6 +337,13 @@ config VIDEO_MT9V011 | |||
337 | mt0v011 1.3 Mpixel camera. It currently only works with the | 337 | mt0v011 1.3 Mpixel camera. It currently only works with the |
338 | em28xx driver. | 338 | em28xx driver. |
339 | 339 | ||
340 | config VIDEO_MT9V032 | ||
341 | tristate "Micron MT9V032 sensor support" | ||
342 | depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API | ||
343 | ---help--- | ||
344 | This is a Video4Linux2 sensor-level driver for the Micron | ||
345 | MT9V032 752x480 CMOS sensor. | ||
346 | |||
340 | config VIDEO_TCM825X | 347 | config VIDEO_TCM825X |
341 | tristate "TCM825x camera sensor support" | 348 | tristate "TCM825x camera sensor support" |
342 | depends on I2C && VIDEO_V4L2 | 349 | depends on I2C && VIDEO_V4L2 |