]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
V4L/DVB (3496): Cpia2: move Kconfig build logic into cpia2/Kconfig
authorMichael Krufky <mkrufky@linuxtv.org>
Tue, 14 Mar 2006 03:52:20 +0000 (00:52 -0300)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 21 Mar 2006 16:53:24 +0000 (08:53 -0800)
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/Kconfig
drivers/media/video/cpia2/Kconfig [new file with mode: 0644]

index a76036ff9a9c0879251045e2e5f2de2a25216892..ee0eed441a647e4e502f6496cdca5ca3151a606a 100644 (file)
@@ -142,15 +142,7 @@ config VIDEO_CPIA_USB
          otherwise say N. This will not work with the Creative Webcam III.
          It is also available as a module (cpia_usb).
 
-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).
+source "drivers/media/video/cpia2/Kconfig"
 
 config VIDEO_SAA5246A
        tristate "SAA5246A, SAA5281 Teletext processor"
diff --git a/drivers/media/video/cpia2/Kconfig b/drivers/media/video/cpia2/Kconfig
new file mode 100644 (file)
index 0000000..1c09ef9
--- /dev/null
@@ -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).