diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2010-06-14 14:47:50 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-09-21 20:31:08 +0200 |
commit | 0a54b86a71dfec88d9b12f0e003ebc4ebb4b1f0a (patch) | |
tree | 5b4f0d31515ba48ee88b8701c692fdfdf0d449ca /drivers/media/video/Kconfig | |
parent | [media] omap3isp: video: Avoid crashes when pipeline set stream operation fails (diff) | |
download | linux-0a54b86a71dfec88d9b12f0e003ebc4ebb4b1f0a.tar.xz linux-0a54b86a71dfec88d9b12f0e003ebc4ebb4b1f0a.zip |
[media] mt9t001: Aptina (Micron) MT9T001 3MP sensor driver
The MT9T001 is a parallel 3MP sensor from Aptina (formerly Micron)
controlled through I2C.
The driver creates a V4L2 subdevice. It currently supports binning and
cropping, and the gain, exposure, test pattern and black level controls.
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 f41ae69eb681..4a10086bb460 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig @@ -474,6 +474,13 @@ config VIDEO_MT9P031 This is a Video4Linux2 sensor-level driver for the Aptina (Micron) mt9p031 5 Mpixel camera. +config VIDEO_MT9T001 + tristate "Aptina MT9T001 support" + depends on I2C && VIDEO_V4L2 + ---help--- + This is a Video4Linux2 sensor-level driver for the Aptina + (Micron) mt0t001 3 Mpixel camera. + config VIDEO_MT9V011 tristate "Micron mt9v011 sensor support" depends on I2C && VIDEO_V4L2 |