diff options
author | Hans de Goede <hdegoede@redhat.com> | 2010-07-04 07:03:19 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-10-20 23:04:45 -0400 |
commit | 7b7736c451d6e5724ff0d591fecdd89b37617b59 (patch) | |
tree | bf68f28d8169b7fb1c7831d47e5f0b89bcc88ad5 /drivers/media/video/usbvideo | |
parent | 59f8b0bf3c12598cf4a5b333b0287774dbbdbe1f (diff) |
V4L/DVB: Mark usbvideo ibmcam driver as deprecated
Mark usbvideo ibmcam driver as deprecated, it is replaced by the new
gscpa xirlink_cit driver.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/usbvideo')
-rw-r--r-- | drivers/media/video/usbvideo/Kconfig | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/media/video/usbvideo/Kconfig b/drivers/media/video/usbvideo/Kconfig index d6e16959f78b..e5822b1125ed 100644 --- a/drivers/media/video/usbvideo/Kconfig +++ b/drivers/media/video/usbvideo/Kconfig | |||
@@ -12,10 +12,13 @@ config USB_VICAM | |||
12 | module will be called vicam. | 12 | module will be called vicam. |
13 | 13 | ||
14 | config USB_IBMCAM | 14 | config USB_IBMCAM |
15 | tristate "USB IBM (Xirlink) C-it Camera support" | 15 | tristate "USB IBM (Xirlink) C-it Camera support (DEPRECATED)" |
16 | depends on VIDEO_V4L1 | 16 | depends on VIDEO_V4L1 |
17 | select VIDEO_USBVIDEO | 17 | select VIDEO_USBVIDEO |
18 | ---help--- | 18 | ---help--- |
19 | This driver is DEPRECATED please use the gspca xirlink_cit module | ||
20 | instead. | ||
21 | |||
19 | Say Y here if you want to connect a IBM "C-It" camera, also known as | 22 | Say Y here if you want to connect a IBM "C-It" camera, also known as |
20 | "Xirlink PC Camera" to your computer's USB port. | 23 | "Xirlink PC Camera" to your computer's USB port. |
21 | 24 | ||