diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2006-03-13 22:52:20 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-21 11:53:24 -0500 |
commit | 49444fe1239cc26882d1b1fdcc658b3bdf8df942 (patch) | |
tree | f1e567475419a2f4a6cc17cbd8a721f8eb312ddc /drivers/media/video/Kconfig | |
parent | f6fe8c6a429bb44d95091e67f8e39662cd4e6fc3 (diff) |
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/Kconfig')
-rw-r--r-- | drivers/media/video/Kconfig | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index a76036ff9a9c..ee0eed441a64 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -142,15 +142,7 @@ 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 | 145 | source "drivers/media/video/cpia2/Kconfig" |
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 | 146 | ||
155 | config VIDEO_SAA5246A | 147 | config VIDEO_SAA5246A |
156 | tristate "SAA5246A, SAA5281 Teletext processor" | 148 | tristate "SAA5246A, SAA5281 Teletext processor" |