diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-01-06 21:32:12 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-01-06 21:32:12 -0500 |
commit | 9e9bc9736756f25d6c47b4eba0ebf25b20a6f153 (patch) | |
tree | 647240f479c5f23910c3e6194d1c35b6ba54d75e /drivers/media/video/usbvideo/Kconfig | |
parent | 3c0cb7c31c206aaedb967e44b98442bbeb17a6c4 (diff) | |
parent | e3c92215198cb6aa00ad38db2780faa6b72e0a3f (diff) |
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6
* 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6: (255 commits)
[media] radio-aimslab.c: Fix gcc 4.5+ bug
[media] cx25821: Fix compilation breakage due to BKL dependency
[media] v4l2-compat-ioctl32: fix compile warning
[media] zoran: fix compiler warning
[media] tda18218: fix compile warning
[media] ngene: fix compile warning
[media] DVB: IR support for TechnoTrend CT-3650
[media] cx23885, cimax2.c: Fix case of two CAM insertion irq
[media] ir-nec-decoder: fix repeat key issue
[media] staging: se401 depends on USB
[media] staging: usbvideo/vicam depends on USB
[media] soc_camera: Add the ability to bind regulators to soc_camedra devices
[media] V4L2: Add a v4l2-subdev (soc-camera) driver for OmniVision OV2640 sensor
[media] v4l: soc-camera: switch to .unlocked_ioctl
[media] v4l: ov772x: simplify pointer dereference
[media] ov9640: fix OmniVision OV9640 sensor driver's priv data retrieving
[media] ov9640: use macro to request OmniVision OV9640 sensor private data
[media] ivtv-i2c: Fix two warnings
[media] staging/lirc: Update lirc TODO files
[media] cx88: Remove the obsolete i2c_adapter.id field
...
Diffstat (limited to 'drivers/media/video/usbvideo/Kconfig')
-rw-r--r-- | drivers/media/video/usbvideo/Kconfig | 45 |
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 @@ | |||
1 | config VIDEO_USBVIDEO | ||
2 | tristate | ||
3 | |||
4 | config 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 | |||
14 | config 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 | |||
32 | config 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 | |||