diff options
| author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-06-29 05:41:26 -0300 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-06-29 05:41:26 -0300 |
| commit | cec46d3ee957c58f44aa2d013e22cca96b7ea6ee (patch) | |
| tree | ca157f8690d0ad898315f04549d588d0906910e6 /linux/drivers/media/video/Kconfig | |
| parent | bb4a3773913e20573cc6c6c22db484453612ffe6 (diff) | |
| download | mediapointer-dvb-s2-cec46d3ee957c58f44aa2d013e22cca96b7ea6ee.tar.gz mediapointer-dvb-s2-cec46d3ee957c58f44aa2d013e22cca96b7ea6ee.tar.bz2 | |
Add a driver for mt9v011 sensor
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Adds driver for mt9v011 based on its datasheet, available at:
http://download.micron.com/pdf/datasheets/imaging/MT9V011.pdf
The driver was tested with a webcam that will be added on a next patch.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/video/Kconfig')
| -rw-r--r-- | linux/drivers/media/video/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/linux/drivers/media/video/Kconfig b/linux/drivers/media/video/Kconfig index 061e147f6..84b6fc155 100644 --- a/linux/drivers/media/video/Kconfig +++ b/linux/drivers/media/video/Kconfig @@ -312,6 +312,14 @@ config VIDEO_OV7670 OV7670 VGA camera. It currently only works with the M88ALP01 controller. +config VIDEO_MT9V011 + tristate "Micron mt9v011 sensor support" + depends on I2C && VIDEO_V4L2 + ---help--- + This is a Video4Linux2 sensor-level driver for the Micron + mt0v011 1.3 Mpixel camera. It currently only works with the + em28xx driver. + config VIDEO_TCM825X tristate "TCM825x camera sensor support" depends on I2C && VIDEO_V4L2 |
