diff options
author | Jonathan Corbet <corbet-v4l@lwn.net> | 2006-11-04 07:26:00 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-12-10 05:51:14 -0500 |
commit | 111f33564e19b2b5f70e3df9a8f92c08c1c91fd9 (patch) | |
tree | a9e547912fc4c835540a19feb2e3e5c35a3a3526 /drivers/media/video/Kconfig | |
parent | d905b382d797a213e15868cbf3204f50ed52e30b (diff) |
V4L/DVB (4798): OmniVision OV7670 driver
This patch adds a V4L2 driver for the OmniVision OV7670 camera.
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r-- | drivers/media/video/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index 4ea1d0ebf5fd..c95735cd688c 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -184,6 +184,14 @@ config VIDEO_KS0127 | |||
184 | To compile this driver as a module, choose M here: the | 184 | To compile this driver as a module, choose M here: the |
185 | module will be called ks0127. | 185 | module will be called ks0127. |
186 | 186 | ||
187 | config VIDEO_OV7670 | ||
188 | tristate "OmniVision OV7670 sensor support" | ||
189 | depends on I2C && VIDEO_V4L2 | ||
190 | ---help--- | ||
191 | This is a Video4Linux2 sensor-level driver for the OmniVision | ||
192 | OV7670 VGA camera. It currently only works with the M88ALP01 | ||
193 | controller. | ||
194 | |||
187 | config VIDEO_SAA7110 | 195 | config VIDEO_SAA7110 |
188 | tristate "Philips SAA7110 video decoder" | 196 | tristate "Philips SAA7110 video decoder" |
189 | depends on VIDEO_V4L1 && I2C | 197 | depends on VIDEO_V4L1 && I2C |