From 497f9d7feebb49760e1ab7a41c4e97a2d99e7f5d Mon Sep 17 00:00:00 2001 From: Michael Krufky Date: Tue, 14 Mar 2006 00:52:20 -0300 Subject: [PATCH] --- yaml --- r: 21731 b: refs/heads/master c: 49444fe1239cc26882d1b1fdcc658b3bdf8df942 h: refs/heads/master i: 21729: 05a6aad60c29f27e8fe23751cf0b2da841cfa88a 21727: 35d4433b0041908d1a6394f082a3e9e58b9c31fd v: v3 --- [refs] | 2 +- trunk/drivers/media/video/Kconfig | 10 +--------- trunk/drivers/media/video/cpia2/Kconfig | 9 +++++++++ 3 files changed, 11 insertions(+), 10 deletions(-) create mode 100644 trunk/drivers/media/video/cpia2/Kconfig diff --git a/[refs] b/[refs] index 1b3efd11337c..e1b0d853bb27 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f6fe8c6a429bb44d95091e67f8e39662cd4e6fc3 +refs/heads/master: 49444fe1239cc26882d1b1fdcc658b3bdf8df942 diff --git a/trunk/drivers/media/video/Kconfig b/trunk/drivers/media/video/Kconfig index a76036ff9a9c..ee0eed441a64 100644 --- a/trunk/drivers/media/video/Kconfig +++ b/trunk/drivers/media/video/Kconfig @@ -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/trunk/drivers/media/video/cpia2/Kconfig b/trunk/drivers/media/video/cpia2/Kconfig new file mode 100644 index 000000000000..1c09ef981226 --- /dev/null +++ b/trunk/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).