diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2006-03-14 00:52:20 -0300 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-21 08:53:24 -0800 |
commit | 49444fe1239cc26882d1b1fdcc658b3bdf8df942 (patch) | |
tree | f1e567475419a2f4a6cc17cbd8a721f8eb312ddc /drivers/media/video/cpia2/Kconfig | |
parent | f6fe8c6a429bb44d95091e67f8e39662cd4e6fc3 (diff) | |
download | blackbird-obmc-linux-49444fe1239cc26882d1b1fdcc658b3bdf8df942.tar.gz blackbird-obmc-linux-49444fe1239cc26882d1b1fdcc658b3bdf8df942.zip |
V4L/DVB (3496): Cpia2: move Kconfig build logic into cpia2/Kconfig
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cpia2/Kconfig')
-rw-r--r-- | drivers/media/video/cpia2/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/media/video/cpia2/Kconfig b/drivers/media/video/cpia2/Kconfig new file mode 100644 index 000000000000..1c09ef981226 --- /dev/null +++ b/drivers/media/video/cpia2/Kconfig @@ -0,0 +1,9 @@ +config VIDEO_CPIA2 + tristate "CPiA2 Video For Linux" + depends on VIDEO_DEV + ---help--- + This is the video4linux driver for cameras based on Vision's CPiA2 + (Colour Processor Interface ASIC), such as the Digital Blue QX5 + Microscope. If you have one of these cameras, say Y here + + This driver is also available as a module (cpia2). |