Michael Krufky | 26ffb95 | 2006-03-29 15:15:21 -0300 | [diff] [blame] | 1 | config VIDEO_USBVIDEO |
| 2 | tristate |
| 3 | |
| 4 | config USB_VICAM |
| 5 | tristate "USB 3com HomeConnect (aka vicam) support (EXPERIMENTAL)" |
Jan Engelhardt | c5da5af | 2007-05-02 10:06:23 -0300 | [diff] [blame] | 6 | depends on VIDEO_V4L1 && EXPERIMENTAL |
Michael Krufky | 26ffb95 | 2006-03-29 15:15:21 -0300 | [diff] [blame] | 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" |
Jan Engelhardt | c5da5af | 2007-05-02 10:06:23 -0300 | [diff] [blame] | 16 | depends on VIDEO_V4L1 |
Michael Krufky | 26ffb95 | 2006-03-29 15:15:21 -0300 | [diff] [blame] | 17 | select VIDEO_USBVIDEO |
| 18 | ---help--- |
| 19 | Say Y here if you want to connect a IBM "C-It" camera, also known as |
Michael Krufky | 1864cfb | 2006-04-02 03:14:11 -0300 | [diff] [blame] | 20 | "Xirlink PC Camera" to your computer's USB port. |
Michael Krufky | 26ffb95 | 2006-03-29 15:15:21 -0300 | [diff] [blame] | 21 | |
| 22 | To compile this driver as a module, choose M here: the |
| 23 | module will be called ibmcam. |
| 24 | |
| 25 | This camera has several configuration options which |
| 26 | can be specified when you load the module. Read |
Michael Krufky | 1864cfb | 2006-04-02 03:14:11 -0300 | [diff] [blame] | 27 | <file:Documentation/video4linux/ibmcam.txt> to learn more. |
Michael Krufky | 26ffb95 | 2006-03-29 15:15:21 -0300 | [diff] [blame] | 28 | |
| 29 | config USB_KONICAWC |
| 30 | tristate "USB Konica Webcam support" |
Jan Engelhardt | c5da5af | 2007-05-02 10:06:23 -0300 | [diff] [blame] | 31 | depends on VIDEO_V4L1 |
Michael Krufky | 26ffb95 | 2006-03-29 15:15:21 -0300 | [diff] [blame] | 32 | select VIDEO_USBVIDEO |
| 33 | ---help--- |
| 34 | Say Y here if you want support for webcams based on a Konica |
| 35 | chipset. This is known to work with the Intel YC76 webcam. |
| 36 | |
| 37 | To compile this driver as a module, choose M here: the |
| 38 | module will be called konicawc. |
jayakumar.video@gmail.com | e48a9c6 | 2006-05-17 15:01:07 -0300 | [diff] [blame] | 39 | |
| 40 | config USB_QUICKCAM_MESSENGER |
Hans de Goede | 119893b2 | 2009-06-18 05:20:51 -0300 | [diff] [blame] | 41 | tristate "USB Logitech Quickcam Messenger (DEPRECATED)" |
Jan Engelhardt | c5da5af | 2007-05-02 10:06:23 -0300 | [diff] [blame] | 42 | depends on VIDEO_V4L1 |
jayakumar.video@gmail.com | e48a9c6 | 2006-05-17 15:01:07 -0300 | [diff] [blame] | 43 | select VIDEO_USBVIDEO |
| 44 | ---help--- |
Hans de Goede | 119893b2 | 2009-06-18 05:20:51 -0300 | [diff] [blame] | 45 | This driver is DEPRECATED please use the gspca stv06xx module |
| 46 | instead. |
| 47 | |
jayakumar.video@gmail.com | e48a9c6 | 2006-05-17 15:01:07 -0300 | [diff] [blame] | 48 | Say Y or M here to enable support for the USB Logitech Quickcam |
| 49 | Messenger webcam. |
| 50 | |
| 51 | To compile this driver as a module, choose M here: the |
| 52 | module will be called quickcam_messenger. |
| 53 | |