aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/usbvideo/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/usbvideo/Kconfig')
-rw-r--r--drivers/media/video/usbvideo/Kconfig45
1 files changed, 0 insertions, 45 deletions
diff --git a/drivers/media/video/usbvideo/Kconfig b/drivers/media/video/usbvideo/Kconfig
deleted file mode 100644
index dfa7fc68a657..000000000000
--- a/drivers/media/video/usbvideo/Kconfig
+++ /dev/null
@@ -1,45 +0,0 @@
1config VIDEO_USBVIDEO
2 tristate
3
4config USB_VICAM
5 tristate "USB 3com HomeConnect (aka vicam) support (EXPERIMENTAL)"
6 depends on VIDEO_V4L1 && EXPERIMENTAL
7 select VIDEO_USBVIDEO
8 ---help---
9 Say Y here if you have 3com homeconnect camera (vicam).
10
11 To compile this driver as a module, choose M here: the
12 module will be called vicam.
13
14config USB_IBMCAM
15 tristate "USB IBM (Xirlink) C-it Camera support (DEPRECATED)"
16 depends on VIDEO_V4L1
17 select VIDEO_USBVIDEO
18 ---help---
19 This driver is DEPRECATED please use the gspca xirlink_cit module
20 instead.
21
22 Say Y here if you want to connect a IBM "C-It" camera, also known as
23 "Xirlink PC Camera" to your computer's USB port.
24
25 To compile this driver as a module, choose M here: the
26 module will be called ibmcam.
27
28 This camera has several configuration options which
29 can be specified when you load the module. Read
30 <file:Documentation/video4linux/ibmcam.txt> to learn more.
31
32config USB_KONICAWC
33 tristate "USB Konica Webcam support (DEPRECATED)"
34 depends on VIDEO_V4L1
35 select VIDEO_USBVIDEO
36 ---help---
37 This driver is DEPRECATED (and known to crash) please use the
38 gspca konica module instead.
39
40 Say Y here if you want support for webcams based on a Konica
41 chipset. This is known to work with the Intel YC76 webcam.
42
43 To compile this driver as a module, choose M here: the
44 module will be called konicawc.
45