diff options
author | Scott Jiang <scott.jiang.linux@gmail.com> | 2012-03-08 17:44:16 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-03-19 15:04:26 -0300 |
commit | f877ed9780f43da51a4544e5b90b7f4a145964ff (patch) | |
tree | 084e1351d08e2aa6b3fdcbc7796bd6ac35619a22 /drivers/media/video/Kconfig | |
parent | 202ea1f05b15e9fee05426d5c6f1d16201d4687f (diff) | |
download | blackbird-op-linux-f877ed9780f43da51a4544e5b90b7f4a145964ff.tar.gz blackbird-op-linux-f877ed9780f43da51a4544e5b90b7f4a145964ff.zip |
[media] vs6624: add vs6624 sensor driver
This is a v4l2 sensor-level driver for the ST VS6624 camera.
Signed-off-by: Scott Jiang <scott.jiang.linux@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r-- | drivers/media/video/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index cf0a1f656c64..e618ca6e71ba 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig @@ -477,6 +477,16 @@ config VIDEO_OV7670 OV7670 VGA camera. It currently only works with the M88ALP01 controller. +config VIDEO_VS6624 + tristate "ST VS6624 sensor support" + depends on VIDEO_V4L2 && I2C + ---help--- + This is a Video4Linux2 sensor-level driver for the ST VS6624 + camera. + + To compile this driver as a module, choose M here: the + module will be called vs6624. + config VIDEO_MT9P031 tristate "Aptina MT9P031 support" depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |