diff options
author | Hans de Goede <hdegoede@redhat.com> | 2010-09-05 15:30:30 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-10-20 23:04:46 -0400 |
commit | b517af722860dcf9878754217575137be35ea0cc (patch) | |
tree | c9ae1b01d7df221f640fb72d91b01c916522cbfe /drivers/media/video/usbvideo | |
parent | 1fddcf0e8b3b6e6405b051da0a6faa93ea7af5cf (diff) |
V4L/DVB: gspca_konica: New gspca subdriver for konica chipset using cams
This new driver replaces the (known to not work / crash) usbvideo konicawc
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 e5822b1125ed..dfa7fc68a657 100644 --- a/drivers/media/video/usbvideo/Kconfig +++ b/drivers/media/video/usbvideo/Kconfig | |||
@@ -30,10 +30,13 @@ config USB_IBMCAM | |||
30 | <file:Documentation/video4linux/ibmcam.txt> to learn more. | 30 | <file:Documentation/video4linux/ibmcam.txt> to learn more. |
31 | 31 | ||
32 | config USB_KONICAWC | 32 | config USB_KONICAWC |
33 | tristate "USB Konica Webcam support" | 33 | tristate "USB Konica Webcam support (DEPRECATED)" |
34 | depends on VIDEO_V4L1 | 34 | depends on VIDEO_V4L1 |
35 | select VIDEO_USBVIDEO | 35 | select VIDEO_USBVIDEO |
36 | ---help--- | 36 | ---help--- |
37 | This driver is DEPRECATED (and known to crash) please use the | ||
38 | gspca konica module instead. | ||
39 | |||
37 | Say Y here if you want support for webcams based on a Konica | 40 | Say Y here if you want support for webcams based on a Konica |
38 | chipset. This is known to work with the Intel YC76 webcam. | 41 | chipset. This is known to work with the Intel YC76 webcam. |
39 | 42 | ||