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