diff options
author | Alan Cox <alan@redhat.com> | 2006-02-26 22:09:05 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-02-26 22:09:05 -0500 |
commit | ab33d5071de7a33616842882c11b5eb52a6c26a1 (patch) | |
tree | 5484a1a0d671e7191a47a1b51d5e1ae67fc8916f /drivers/media/video/Kconfig | |
parent | f05cce863fa399dd79c5aa3896d608b8b86d8030 (diff) |
V4L/DVB (3376): Add cpia2 camera support
There has been a CPIA2 driver out of kernel for a long time and it has
been pretty clean for some time too. This is an import of the
sourceforge driver which has been stripped of
- 2.4 back compatibility
- 2.4 old style MJPEG ioctls
A couple of functions have been made static and the docs have been
repackaged into Documentation/video4linux. The rvmalloc/free functions now
match the cpia driver again. Other than that this is the code as is.
Tested on x86-64 with a QX5 microscope.
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
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 d82c8a30ba44..f6889f771053 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -142,6 +142,16 @@ config VIDEO_CPIA_USB | |||
142 | otherwise say N. This will not work with the Creative Webcam III. | 142 | otherwise say N. This will not work with the Creative Webcam III. |
143 | It is also available as a module (cpia_usb). | 143 | It is also available as a module (cpia_usb). |
144 | 144 | ||
145 | config VIDEO_CPIA2 | ||
146 | tristate "CPiA2 Video For Linux" | ||
147 | depends on VIDEO_DEV | ||
148 | ---help--- | ||
149 | This is the video4linux driver for cameras based on Vision's CPiA2 | ||
150 | (Colour Processor Interface ASIC), such as the Digital Blue QX5 | ||
151 | Microscope. If you have one of these cameras, say Y here | ||
152 | |||
153 | This driver is also available as a module (cpia2). | ||
154 | |||
145 | config VIDEO_SAA5246A | 155 | config VIDEO_SAA5246A |
146 | tristate "SAA5246A, SAA5281 Teletext processor" | 156 | tristate "SAA5246A, SAA5281 Teletext processor" |
147 | depends on VIDEO_DEV && I2C | 157 | depends on VIDEO_DEV && I2C |