Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 1 | menuconfig USB_GSPCA |
| 2 | tristate "GSPCA based webcams" |
Jean-Francois Moine | 63eb954 | 2008-04-12 09:58:09 -0300 | [diff] [blame] | 3 | depends on VIDEO_V4L2 |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 4 | default m |
Jean-Francois Moine | 63eb954 | 2008-04-12 09:58:09 -0300 | [diff] [blame] | 5 | ---help--- |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 6 | Say Y here if you want to enable selecting webcams based |
| 7 | on the GSPCA framework. |
Jean-Francois Moine | 63eb954 | 2008-04-12 09:58:09 -0300 | [diff] [blame] | 8 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 9 | See <file:Documentation/video4linux/gspca.txt> for more info. |
Jean-Francois Moine | 63eb954 | 2008-04-12 09:58:09 -0300 | [diff] [blame] | 10 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 11 | This driver uses the Video For Linux API. You must say Y or M to |
| 12 | "Video For Linux" to use this driver. |
Jean-Francois Moine | 63eb954 | 2008-04-12 09:58:09 -0300 | [diff] [blame] | 13 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 14 | To compile this driver as modules, choose M here: the |
Jean-Francois Moine | 342b4a2 | 2008-11-22 04:17:06 -0300 | [diff] [blame] | 15 | module will be called gspca_main. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 16 | |
| 17 | |
| 18 | if USB_GSPCA && VIDEO_V4L2 |
Erik Andren | c109f81 | 2008-10-01 04:51:53 -0300 | [diff] [blame] | 19 | |
Mauro Carvalho Chehab | 0c0d06c | 2012-08-14 00:13:22 -0300 | [diff] [blame] | 20 | source "drivers/media/usb/gspca/m5602/Kconfig" |
| 21 | source "drivers/media/usb/gspca/stv06xx/Kconfig" |
| 22 | source "drivers/media/usb/gspca/gl860/Kconfig" |
Erik Andren | c109f81 | 2008-10-01 04:51:53 -0300 | [diff] [blame] | 23 | |
Jean-Francois Moine | 0a71d9c | 2009-12-20 09:09:22 -0300 | [diff] [blame] | 24 | config USB_GSPCA_BENQ |
| 25 | tristate "Benq USB Camera Driver" |
| 26 | depends on VIDEO_V4L2 && USB_GSPCA |
| 27 | help |
| 28 | Say Y here if you want support for the Benq DC E300 camera. |
| 29 | |
| 30 | To compile this driver as a module, choose M here: the |
| 31 | module will be called gspca_benq. |
| 32 | |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 33 | config USB_GSPCA_CONEX |
| 34 | tristate "Conexant Camera Driver" |
| 35 | depends on VIDEO_V4L2 && USB_GSPCA |
| 36 | help |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 37 | Say Y here if you want support for cameras based on the Conexant chip. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 38 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 39 | To compile this driver as a module, choose M here: the |
| 40 | module will be called gspca_conex. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 41 | |
Hans de Goede | 54e8bc5 | 2010-01-14 09:37:18 -0300 | [diff] [blame] | 42 | config USB_GSPCA_CPIA1 |
| 43 | tristate "cpia CPiA (version 1) Camera Driver" |
| 44 | depends on VIDEO_V4L2 && USB_GSPCA |
| 45 | help |
| 46 | Say Y here if you want support for USB cameras based on the cpia |
| 47 | CPiA chip. Note that you need atleast version 0.6.4 of libv4l for |
| 48 | applications to understand the videoformat generated by this driver. |
| 49 | |
| 50 | To compile this driver as a module, choose M here: the |
| 51 | module will be called gspca_cpia1. |
| 52 | |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 53 | config USB_GSPCA_ETOMS |
| 54 | tristate "Etoms USB Camera Driver" |
| 55 | depends on VIDEO_V4L2 && USB_GSPCA |
| 56 | help |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 57 | Say Y here if you want support for cameras based on the Etoms chip. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 58 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 59 | To compile this driver as a module, choose M here: the |
| 60 | module will be called gspca_etoms. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 61 | |
Jean-Francois Moine | 4918312 | 2008-10-05 04:55:24 -0300 | [diff] [blame] | 62 | config USB_GSPCA_FINEPIX |
| 63 | tristate "Fujifilm FinePix USB V4L2 driver" |
| 64 | depends on VIDEO_V4L2 && USB_GSPCA |
| 65 | help |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 66 | Say Y here if you want support for cameras based on the FinePix chip. |
Jean-Francois Moine | 4918312 | 2008-10-05 04:55:24 -0300 | [diff] [blame] | 67 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 68 | To compile this driver as a module, choose M here: the |
| 69 | module will be called gspca_finepix. |
Jean-Francois Moine | 4918312 | 2008-10-05 04:55:24 -0300 | [diff] [blame] | 70 | |
Theodore Kilgore | 3040b04 | 2009-08-03 04:13:23 -0300 | [diff] [blame] | 71 | config USB_GSPCA_JEILINJ |
| 72 | tristate "Jeilin JPEG USB V4L2 driver" |
| 73 | depends on VIDEO_V4L2 && USB_GSPCA |
| 74 | help |
| 75 | Say Y here if you want support for cameras based on this Jeilin chip. |
| 76 | |
| 77 | To compile this driver as a module, choose M here: the |
| 78 | module will be called gspca_jeilinj. |
| 79 | |
Theodore Kilgore | fe3449a | 2011-12-13 18:09:15 -0300 | [diff] [blame] | 80 | config USB_GSPCA_JL2005BCD |
| 81 | tristate "JL2005B/C/D USB V4L2 driver" |
| 82 | depends on VIDEO_V4L2 && USB_GSPCA |
| 83 | help |
| 84 | Say Y here if you want support for cameras based the |
| 85 | JL2005B, JL2005C, or JL2005D chip. |
| 86 | |
| 87 | To compile this driver as a module, choose M here: the |
| 88 | module will be called gspca_jl2005bcd. |
| 89 | |
Antonio Ospite | 6612155 | 2011-04-07 12:45:52 -0300 | [diff] [blame] | 90 | config USB_GSPCA_KINECT |
| 91 | tristate "Kinect sensor device USB Camera Driver" |
| 92 | depends on VIDEO_V4L2 && USB_GSPCA |
| 93 | help |
| 94 | Say Y here if you want support for the Microsoft Kinect sensor device. |
| 95 | |
| 96 | To compile this driver as a module, choose M here: the |
| 97 | module will be called gspca_kinect. |
| 98 | |
Hans de Goede | b517af7 | 2010-09-05 16:30:30 -0300 | [diff] [blame] | 99 | config USB_GSPCA_KONICA |
| 100 | tristate "Konica USB Camera V4L2 driver" |
| 101 | depends on VIDEO_V4L2 && USB_GSPCA |
| 102 | help |
| 103 | Say Y here if you want support for cameras based on the Konica chip. |
| 104 | |
| 105 | To compile this driver as a module, choose M here: the |
| 106 | module will be called gspca_konica. |
| 107 | |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 108 | config USB_GSPCA_MARS |
| 109 | tristate "Mars USB Camera Driver" |
| 110 | depends on VIDEO_V4L2 && USB_GSPCA |
| 111 | help |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 112 | Say Y here if you want support for cameras based on the Mars chip. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 113 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 114 | To compile this driver as a module, choose M here: the |
| 115 | module will be called gspca_mars. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 116 | |
Kyle Guinn | d661e62 | 2009-01-16 05:36:14 -0300 | [diff] [blame] | 117 | config USB_GSPCA_MR97310A |
| 118 | tristate "Mars-Semi MR97310A USB Camera Driver" |
| 119 | depends on VIDEO_V4L2 && USB_GSPCA |
| 120 | help |
| 121 | Say Y here if you want support for cameras based on the MR97310A chip. |
| 122 | |
| 123 | To compile this driver as a module, choose M here: the |
| 124 | module will be called gspca_mr97310a. |
| 125 | |
Jean-François Moine | ce5b2ac | 2011-03-14 08:49:28 -0300 | [diff] [blame] | 126 | config USB_GSPCA_NW80X |
| 127 | tristate "Divio based (NW80x) USB Camera Driver" |
| 128 | depends on VIDEO_V4L2 && USB_GSPCA |
| 129 | help |
| 130 | Say Y here if you want support for cameras based on the NW80x chips. |
| 131 | |
| 132 | To compile this driver as a module, choose M here: the |
| 133 | module will be called gspca_nw80x. |
| 134 | |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 135 | config USB_GSPCA_OV519 |
Hans de Goede | a511ba9 | 2009-10-16 07:13:07 -0300 | [diff] [blame] | 136 | tristate "OV51x / OVFX2 / W996xCF USB Camera Driver" |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 137 | depends on VIDEO_V4L2 && USB_GSPCA |
| 138 | help |
Hans de Goede | a511ba9 | 2009-10-16 07:13:07 -0300 | [diff] [blame] | 139 | Say Y here if you want support for cameras based on one of these: |
| 140 | OV511(+), OV518(+), OV519, OVFX2, W9967CF, W9968CF |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 141 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 142 | To compile this driver as a module, choose M here: the |
| 143 | module will be called gspca_ov519. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 144 | |
Antonio Ospite | fbb4c6d | 2008-11-22 05:23:39 -0300 | [diff] [blame] | 145 | config USB_GSPCA_OV534 |
Jean-Francois Moine | c52af79 | 2010-01-07 05:18:16 -0300 | [diff] [blame] | 146 | tristate "OV534 OV772x USB Camera Driver" |
Antonio Ospite | fbb4c6d | 2008-11-22 05:23:39 -0300 | [diff] [blame] | 147 | depends on VIDEO_V4L2 && USB_GSPCA |
| 148 | help |
Jean-Francois Moine | c52af79 | 2010-01-07 05:18:16 -0300 | [diff] [blame] | 149 | Say Y here if you want support for cameras based on the OV534 chip |
| 150 | and sensor OV772x (e.g. Sony Playstation EYE) |
Antonio Ospite | fbb4c6d | 2008-11-22 05:23:39 -0300 | [diff] [blame] | 151 | |
| 152 | To compile this driver as a module, choose M here: the |
| 153 | module will be called gspca_ov534. |
| 154 | |
Jean-Francois Moine | c52af79 | 2010-01-07 05:18:16 -0300 | [diff] [blame] | 155 | config USB_GSPCA_OV534_9 |
| 156 | tristate "OV534 OV965x USB Camera Driver" |
| 157 | depends on VIDEO_V4L2 && USB_GSPCA |
| 158 | help |
| 159 | Say Y here if you want support for cameras based on the OV534 chip |
| 160 | and sensor OV965x (e.g. Hercules Dualpix) |
| 161 | |
| 162 | To compile this driver as a module, choose M here: the |
| 163 | module will be called gspca_ov534_9. |
| 164 | |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 165 | config USB_GSPCA_PAC207 |
| 166 | tristate "Pixart PAC207 USB Camera Driver" |
| 167 | depends on VIDEO_V4L2 && USB_GSPCA |
| 168 | help |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 169 | Say Y here if you want support for cameras based on the PAC207 chip. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 170 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 171 | To compile this driver as a module, choose M here: the |
| 172 | module will be called gspca_pac207. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 173 | |
Marton Nemeth | 1408b84 | 2009-11-02 08:13:21 -0300 | [diff] [blame] | 174 | config USB_GSPCA_PAC7302 |
| 175 | tristate "Pixart PAC7302 USB Camera Driver" |
| 176 | depends on VIDEO_V4L2 && USB_GSPCA |
| 177 | help |
| 178 | Say Y here if you want support for cameras based on the PAC7302 chip. |
| 179 | |
| 180 | To compile this driver as a module, choose M here: the |
| 181 | module will be called gspca_pac7302. |
| 182 | |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 183 | config USB_GSPCA_PAC7311 |
| 184 | tristate "Pixart PAC7311 USB Camera Driver" |
| 185 | depends on VIDEO_V4L2 && USB_GSPCA |
| 186 | help |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 187 | Say Y here if you want support for cameras based on the PAC7311 chip. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 188 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 189 | To compile this driver as a module, choose M here: the |
| 190 | module will be called gspca_pac7311. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 191 | |
Hans de Goede | c27cea0 | 2011-06-05 07:44:34 -0300 | [diff] [blame] | 192 | config USB_GSPCA_SE401 |
| 193 | tristate "SE401 USB Camera Driver" |
| 194 | depends on VIDEO_V4L2 && USB_GSPCA |
| 195 | help |
| 196 | Say Y here if you want support for cameras based on the |
| 197 | Endpoints (formerly known as AOX) se401 chip. |
| 198 | |
| 199 | To compile this driver as a module, choose M here: the |
| 200 | module will be called gspca_se401. |
| 201 | |
Theodore Kilgore | 5bdd00b | 2009-12-25 05:16:32 -0300 | [diff] [blame] | 202 | config USB_GSPCA_SN9C2028 |
| 203 | tristate "SONIX Dual-Mode USB Camera Driver" |
| 204 | depends on VIDEO_V4L2 && USB_GSPCA |
| 205 | help |
| 206 | Say Y here if you want streaming support for Sonix SN9C2028 cameras. |
| 207 | These are supported as stillcams in libgphoto2/camlibs/sonix. |
| 208 | |
| 209 | To compile this driver as a module, choose M here: the |
| 210 | module will be called gspca_sn9c2028. |
| 211 | |
Brian Johnson | 26e744b | 2009-07-19 05:52:58 -0300 | [diff] [blame] | 212 | config USB_GSPCA_SN9C20X |
Mauro Carvalho Chehab | b24ed7b | 2009-08-20 09:38:44 -0300 | [diff] [blame] | 213 | tristate "SN9C20X USB Camera Driver" |
| 214 | depends on VIDEO_V4L2 && USB_GSPCA |
| 215 | help |
Brian Johnson | 26e744b | 2009-07-19 05:52:58 -0300 | [diff] [blame] | 216 | Say Y here if you want support for cameras based on the |
| 217 | sn9c20x chips (SN9C201 and SN9C202). |
| 218 | |
| 219 | To compile this driver as a module, choose M here: the |
| 220 | module will be called gspca_sn9c20x. |
| 221 | |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 222 | config USB_GSPCA_SONIXB |
Jean-Francois Moine | 342b4a2 | 2008-11-22 04:17:06 -0300 | [diff] [blame] | 223 | tristate "SONIX Bayer USB Camera Driver" |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 224 | depends on VIDEO_V4L2 && USB_GSPCA |
| 225 | help |
Jean-Francois Moine | 342b4a2 | 2008-11-22 04:17:06 -0300 | [diff] [blame] | 226 | Say Y here if you want support for cameras based on the Sonix |
| 227 | chips with Bayer format (SN9C101, SN9C102 and SN9C103). |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 228 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 229 | To compile this driver as a module, choose M here: the |
| 230 | module will be called gspca_sonixb. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 231 | |
| 232 | config USB_GSPCA_SONIXJ |
| 233 | tristate "SONIX JPEG USB Camera Driver" |
| 234 | depends on VIDEO_V4L2 && USB_GSPCA |
| 235 | help |
Jean-Francois Moine | 342b4a2 | 2008-11-22 04:17:06 -0300 | [diff] [blame] | 236 | Say Y here if you want support for cameras based on the Sonix |
| 237 | chips with JPEG format (SN9C102P, SN9C105 and >= SN9C110). |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 238 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 239 | To compile this driver as a module, choose M here: the |
| 240 | module will be called gspca_sonixj |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 241 | |
| 242 | config USB_GSPCA_SPCA500 |
| 243 | tristate "SPCA500 USB Camera Driver" |
| 244 | depends on VIDEO_V4L2 && USB_GSPCA |
| 245 | help |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 246 | Say Y here if you want support for cameras based on the SPCA500 chip. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 247 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 248 | To compile this driver as a module, choose M here: the |
| 249 | module will be called gspca_spca500. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 250 | |
| 251 | config USB_GSPCA_SPCA501 |
| 252 | tristate "SPCA501 USB Camera Driver" |
| 253 | depends on VIDEO_V4L2 && USB_GSPCA |
| 254 | help |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 255 | Say Y here if you want support for cameras based on the SPCA501 chip. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 256 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 257 | To compile this driver as a module, choose M here: the |
| 258 | module will be called gspca_spca501. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 259 | |
| 260 | config USB_GSPCA_SPCA505 |
| 261 | tristate "SPCA505 USB Camera Driver" |
| 262 | depends on VIDEO_V4L2 && USB_GSPCA |
| 263 | help |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 264 | Say Y here if you want support for cameras based on the SPCA505 chip. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 265 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 266 | To compile this driver as a module, choose M here: the |
| 267 | module will be called gspca_spca505. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 268 | |
| 269 | config USB_GSPCA_SPCA506 |
| 270 | tristate "SPCA506 USB Camera Driver" |
| 271 | depends on VIDEO_V4L2 && USB_GSPCA |
| 272 | help |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 273 | Say Y here if you want support for cameras based on the SPCA506 chip. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 274 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 275 | To compile this driver as a module, choose M here: the |
| 276 | module will be called gspca_spca506. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 277 | |
| 278 | config USB_GSPCA_SPCA508 |
| 279 | tristate "SPCA508 USB Camera Driver" |
| 280 | depends on VIDEO_V4L2 && USB_GSPCA |
| 281 | help |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 282 | Say Y here if you want support for cameras based on the SPCA508 chip. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 283 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 284 | To compile this driver as a module, choose M here: the |
| 285 | module will be called gspca_spca508. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 286 | |
| 287 | config USB_GSPCA_SPCA561 |
| 288 | tristate "SPCA561 USB Camera Driver" |
| 289 | depends on VIDEO_V4L2 && USB_GSPCA |
| 290 | help |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 291 | Say Y here if you want support for cameras based on the SPCA561 chip. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 292 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 293 | To compile this driver as a module, choose M here: the |
| 294 | module will be called gspca_spca561. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 295 | |
Jean-François Moine | 5b0ff8c | 2010-06-05 07:57:56 -0300 | [diff] [blame] | 296 | config USB_GSPCA_SPCA1528 |
| 297 | tristate "SPCA1528 USB Camera Driver" |
| 298 | depends on VIDEO_V4L2 && USB_GSPCA |
| 299 | help |
| 300 | Say Y here if you want support for cameras based on the SPCA1528 chip. |
| 301 | |
| 302 | To compile this driver as a module, choose M here: the |
| 303 | module will be called gspca_spca1528. |
| 304 | |
Adam Baker | 27d35fc | 2009-02-06 15:12:46 -0300 | [diff] [blame] | 305 | config USB_GSPCA_SQ905 |
| 306 | tristate "SQ Technologies SQ905 based USB Camera Driver" |
| 307 | depends on VIDEO_V4L2 && USB_GSPCA |
| 308 | help |
| 309 | Say Y here if you want support for cameras based on the SQ905 chip. |
| 310 | |
| 311 | To compile this driver as a module, choose M here: the |
| 312 | module will be called gspca_sq905. |
| 313 | |
Theodore Kilgore | 14a19c0 | 2009-03-25 07:13:13 -0300 | [diff] [blame] | 314 | config USB_GSPCA_SQ905C |
| 315 | tristate "SQ Technologies SQ905C based USB Camera Driver" |
| 316 | depends on VIDEO_V4L2 && USB_GSPCA |
| 317 | help |
| 318 | Say Y here if you want support for cameras based on the SQ905C chip. |
| 319 | |
| 320 | To compile this driver as a module, choose M here: the |
| 321 | module will be called gspca_sq905c. |
| 322 | |
Jean-François Moine | 618a864 | 2010-06-05 07:45:04 -0300 | [diff] [blame] | 323 | config USB_GSPCA_SQ930X |
| 324 | tristate "SQ Technologies SQ930X based USB Camera Driver" |
| 325 | depends on VIDEO_V4L2 && USB_GSPCA |
| 326 | help |
| 327 | Say Y here if you want support for cameras based on the SQ930X chip. |
| 328 | |
| 329 | To compile this driver as a module, choose M here: the |
| 330 | module will be called gspca_sq930x. |
| 331 | |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 332 | config USB_GSPCA_STK014 |
| 333 | tristate "Syntek DV4000 (STK014) USB Camera Driver" |
| 334 | depends on VIDEO_V4L2 && USB_GSPCA |
| 335 | help |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 336 | Say Y here if you want support for cameras based on the STK014 chip. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 337 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 338 | To compile this driver as a module, choose M here: the |
| 339 | module will be called gspca_stk014. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 340 | |
Hans de Goede | 21f1b93 | 2009-10-23 06:50:12 -0300 | [diff] [blame] | 341 | config USB_GSPCA_STV0680 |
| 342 | tristate "STV0680 USB Camera Driver" |
| 343 | depends on VIDEO_V4L2 && USB_GSPCA |
| 344 | help |
| 345 | Say Y here if you want support for cameras based on the STV0680 chip. |
| 346 | |
| 347 | To compile this driver as a module, choose M here: the |
| 348 | module will be called gspca_stv0680. |
| 349 | |
Jean-Francois Moine | 1abe474 | 2008-10-06 03:16:08 -0300 | [diff] [blame] | 350 | config USB_GSPCA_SUNPLUS |
| 351 | tristate "SUNPLUS USB Camera Driver" |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 352 | depends on VIDEO_V4L2 && USB_GSPCA |
| 353 | help |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 354 | Say Y here if you want support for cameras based on the Sunplus |
| 355 | SPCA504(abc) SPCA533 SPCA536 chips. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 356 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 357 | To compile this driver as a module, choose M here: the |
Jean-Francois Moine | 342b4a2 | 2008-11-22 04:17:06 -0300 | [diff] [blame] | 358 | module will be called gspca_sunplus. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 359 | |
| 360 | config USB_GSPCA_T613 |
| 361 | tristate "T613 (JPEG Compliance) USB Camera Driver" |
| 362 | depends on VIDEO_V4L2 && USB_GSPCA |
| 363 | help |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 364 | Say Y here if you want support for cameras based on the T613 chip. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 365 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 366 | To compile this driver as a module, choose M here: the |
| 367 | module will be called gspca_t613. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 368 | |
Jean-François Moine | 8f12b1a | 2011-09-22 07:49:35 -0300 | [diff] [blame] | 369 | config USB_GSPCA_TOPRO |
| 370 | tristate "TOPRO USB Camera Driver" |
| 371 | depends on VIDEO_V4L2 && USB_GSPCA |
| 372 | help |
| 373 | Say Y here if you want support for cameras based on the |
| 374 | TP6800 and TP6810 Topro chips. |
| 375 | |
| 376 | To compile this driver as a module, choose M here: the |
| 377 | module will be called gspca_topro. |
| 378 | |
Jean-Francois Moine | a2d7807 | 2008-10-07 08:42:30 -0300 | [diff] [blame] | 379 | config USB_GSPCA_TV8532 |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 380 | tristate "TV8532 USB Camera Driver" |
| 381 | depends on VIDEO_V4L2 && USB_GSPCA |
| 382 | help |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 383 | Say Y here if you want support for cameras based on the TV8531 chip. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 384 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 385 | To compile this driver as a module, choose M here: the |
| 386 | module will be called gspca_tv8532. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 387 | |
| 388 | config USB_GSPCA_VC032X |
| 389 | tristate "VC032X USB Camera Driver" |
| 390 | depends on VIDEO_V4L2 && USB_GSPCA |
| 391 | help |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 392 | Say Y here if you want support for cameras based on the VC032X chip. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 393 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 394 | To compile this driver as a module, choose M here: the |
| 395 | module will be called gspca_vc032x. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 396 | |
Hans de Goede | 49b61ec | 2011-02-21 11:06:29 -0300 | [diff] [blame] | 397 | config USB_GSPCA_VICAM |
| 398 | tristate "ViCam USB Camera Driver" |
| 399 | depends on VIDEO_V4L2 && USB_GSPCA |
| 400 | help |
| 401 | Say Y here if you want support for the 3com homeconnect camera |
| 402 | (vicam). |
| 403 | |
| 404 | To compile this driver as a module, choose M here: the |
| 405 | module will be called gspca_vicam. |
| 406 | |
Hans de Goede | 1f33de0 | 2010-09-05 16:05:22 -0300 | [diff] [blame] | 407 | config USB_GSPCA_XIRLINK_CIT |
| 408 | tristate "Xirlink C-It USB Camera Driver" |
| 409 | depends on VIDEO_V4L2 && USB_GSPCA |
| 410 | help |
| 411 | Say Y here if you want support for Xirlink C-It bases cameras. |
| 412 | |
| 413 | To compile this driver as a module, choose M here: the |
| 414 | module will be called gspca_xirlink_cit. |
| 415 | |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 416 | config USB_GSPCA_ZC3XX |
Krzysztof Helt | 93d0f03 | 2008-10-25 05:06:58 -0300 | [diff] [blame] | 417 | tristate "ZC3XX USB Camera Driver" |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 418 | depends on VIDEO_V4L2 && USB_GSPCA |
| 419 | help |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 420 | Say Y here if you want support for cameras based on the ZC3XX chip. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 421 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 422 | To compile this driver as a module, choose M here: the |
| 423 | module will be called gspca_zc3xx. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 424 | |
| 425 | endif |