1 # SPDX-License-Identifier: GPL-2.0-only
3 tristate "GSPCA based webcams"
5 depends on INPUT || INPUT=n
6 select VIDEOBUF2_VMALLOC
8 Say Y here if you want to enable selecting webcams based
9 on the GSPCA framework.
11 See <file:Documentation/admin-guide/media/gspca-cardlist.rst> for more info.
13 This driver uses the Video For Linux API. You must say Y or M to
14 "Video For Linux" to use this driver.
16 To compile this driver as modules, choose M here: the
17 module will be called gspca_main.
19 if USB_GSPCA && VIDEO_DEV
22 tristate "Benq USB Camera Driver"
23 depends on VIDEO_DEV && USB_GSPCA
25 Say Y here if you want support for the Benq DC E300 camera.
27 To compile this driver as a module, choose M here: the
28 module will be called gspca_benq.
30 config USB_GSPCA_CONEX
31 tristate "Conexant Camera Driver"
32 depends on VIDEO_DEV && USB_GSPCA
34 Say Y here if you want support for cameras based on the Conexant chip.
36 To compile this driver as a module, choose M here: the
37 module will be called gspca_conex.
39 config USB_GSPCA_CPIA1
40 tristate "cpia CPiA (version 1) Camera Driver"
41 depends on VIDEO_DEV && USB_GSPCA
43 Say Y here if you want support for USB cameras based on the cpia
44 CPiA chip. Note that you need at least version 0.6.4 of libv4l for
45 applications to understand the videoformat generated by this driver.
47 To compile this driver as a module, choose M here: the
48 module will be called gspca_cpia1.
50 config USB_GSPCA_DTCS033
51 tristate "DTCS033 (Scopium) USB Astro-Camera Driver"
52 depends on VIDEO_DEV && USB_GSPCA
54 Say Y here if you want support for the Scopium camera
55 for planetary astrophotography.
57 To compile this driver as a module, choose M here: the
58 module will be called gspca_dtcs033.
60 config USB_GSPCA_ETOMS
61 tristate "Etoms USB Camera Driver"
62 depends on VIDEO_DEV && USB_GSPCA
64 Say Y here if you want support for cameras based on the Etoms chip.
66 To compile this driver as a module, choose M here: the
67 module will be called gspca_etoms.
69 config USB_GSPCA_FINEPIX
70 tristate "Fujifilm FinePix USB V4L2 driver"
71 depends on VIDEO_DEV && USB_GSPCA
73 Say Y here if you want support for cameras based on the FinePix chip.
75 To compile this driver as a module, choose M here: the
76 module will be called gspca_finepix.
78 config USB_GSPCA_JEILINJ
79 tristate "Jeilin JPEG USB V4L2 driver"
80 depends on VIDEO_DEV && USB_GSPCA
82 Say Y here if you want support for cameras based on this Jeilin chip.
84 To compile this driver as a module, choose M here: the
85 module will be called gspca_jeilinj.
87 config USB_GSPCA_JL2005BCD
88 tristate "JL2005B/C/D USB V4L2 driver"
89 depends on VIDEO_DEV && USB_GSPCA
91 Say Y here if you want support for cameras based the
92 JL2005B, JL2005C, or JL2005D chip.
94 To compile this driver as a module, choose M here: the
95 module will be called gspca_jl2005bcd.
97 config USB_GSPCA_KINECT
98 tristate "Kinect sensor device USB Camera Driver"
99 depends on VIDEO_DEV && USB_GSPCA
101 Say Y here if you want support for the Microsoft Kinect sensor device.
103 To compile this driver as a module, choose M here: the
104 module will be called gspca_kinect.
106 config USB_GSPCA_KONICA
107 tristate "Konica USB Camera V4L2 driver"
108 depends on VIDEO_DEV && USB_GSPCA
110 Say Y here if you want support for cameras based on the Konica chip.
112 To compile this driver as a module, choose M here: the
113 module will be called gspca_konica.
115 config USB_GSPCA_MARS
116 tristate "Mars USB Camera Driver"
117 depends on VIDEO_DEV && USB_GSPCA
119 Say Y here if you want support for cameras based on the Mars chip.
121 To compile this driver as a module, choose M here: the
122 module will be called gspca_mars.
124 config USB_GSPCA_MR97310A
125 tristate "Mars-Semi MR97310A USB Camera Driver"
126 depends on VIDEO_DEV && USB_GSPCA
128 Say Y here if you want support for cameras based on the MR97310A chip.
130 To compile this driver as a module, choose M here: the
131 module will be called gspca_mr97310a.
133 config USB_GSPCA_NW80X
134 tristate "Divio based (NW80x) USB Camera Driver"
135 depends on VIDEO_DEV && USB_GSPCA
137 Say Y here if you want support for cameras based on the NW80x chips.
139 To compile this driver as a module, choose M here: the
140 module will be called gspca_nw80x.
142 config USB_GSPCA_OV519
143 tristate "OV51x / OVFX2 / W996xCF USB Camera Driver"
144 depends on VIDEO_DEV && USB_GSPCA
146 Say Y here if you want support for cameras based on one of these:
147 OV511(+), OV518(+), OV519, OVFX2, W9967CF, W9968CF
149 To compile this driver as a module, choose M here: the
150 module will be called gspca_ov519.
152 config USB_GSPCA_OV534
153 tristate "OV534 OV772x USB Camera Driver"
154 depends on VIDEO_DEV && USB_GSPCA
156 Say Y here if you want support for cameras based on the OV534 chip
157 and sensor OV772x (e.g. Sony Playstation EYE)
159 To compile this driver as a module, choose M here: the
160 module will be called gspca_ov534.
162 config USB_GSPCA_OV534_9
163 tristate "OV534 OV965x USB Camera Driver"
164 depends on VIDEO_DEV && USB_GSPCA
166 Say Y here if you want support for cameras based on the OV534 chip
167 and sensor OV965x (e.g. Hercules Dualpix)
169 To compile this driver as a module, choose M here: the
170 module will be called gspca_ov534_9.
172 config USB_GSPCA_PAC207
173 tristate "Pixart PAC207 USB Camera Driver"
174 depends on VIDEO_DEV && USB_GSPCA
176 Say Y here if you want support for cameras based on the PAC207 chip.
178 To compile this driver as a module, choose M here: the
179 module will be called gspca_pac207.
181 config USB_GSPCA_PAC7302
182 tristate "Pixart PAC7302 USB Camera Driver"
183 depends on VIDEO_DEV && USB_GSPCA
185 Say Y here if you want support for cameras based on the PAC7302 chip.
187 To compile this driver as a module, choose M here: the
188 module will be called gspca_pac7302.
190 config USB_GSPCA_PAC7311
191 tristate "Pixart PAC7311 USB Camera Driver"
192 depends on VIDEO_DEV && USB_GSPCA
194 Say Y here if you want support for cameras based on the PAC7311 chip.
196 To compile this driver as a module, choose M here: the
197 module will be called gspca_pac7311.
199 config USB_GSPCA_SE401
200 tristate "SE401 USB Camera Driver"
201 depends on VIDEO_DEV && USB_GSPCA
203 Say Y here if you want support for cameras based on the
204 Endpoints (formerly known as AOX) se401 chip.
206 To compile this driver as a module, choose M here: the
207 module will be called gspca_se401.
209 config USB_GSPCA_SN9C2028
210 tristate "SONIX Dual-Mode USB Camera Driver"
211 depends on VIDEO_DEV && USB_GSPCA
213 Say Y here if you want streaming support for Sonix SN9C2028 cameras.
214 These are supported as stillcams in libgphoto2/camlibs/sonix.
216 To compile this driver as a module, choose M here: the
217 module will be called gspca_sn9c2028.
219 config USB_GSPCA_SN9C20X
220 tristate "SN9C20X USB Camera Driver"
221 depends on VIDEO_DEV && USB_GSPCA
223 Say Y here if you want support for cameras based on the
224 sn9c20x chips (SN9C201 and SN9C202).
226 To compile this driver as a module, choose M here: the
227 module will be called gspca_sn9c20x.
229 config USB_GSPCA_SONIXB
230 tristate "SONIX Bayer USB Camera Driver"
231 depends on VIDEO_DEV && USB_GSPCA
233 Say Y here if you want support for cameras based on the Sonix
234 chips with Bayer format (SN9C101, SN9C102 and SN9C103).
236 To compile this driver as a module, choose M here: the
237 module will be called gspca_sonixb.
239 config USB_GSPCA_SONIXJ
240 tristate "SONIX JPEG USB Camera Driver"
241 depends on VIDEO_DEV && USB_GSPCA
243 Say Y here if you want support for cameras based on the Sonix
244 chips with JPEG format (SN9C102P, SN9C105 and >= SN9C110).
246 To compile this driver as a module, choose M here: the
247 module will be called gspca_sonixj
249 config USB_GSPCA_SPCA1528
250 tristate "SPCA1528 USB Camera Driver"
251 depends on VIDEO_DEV && USB_GSPCA
253 Say Y here if you want support for cameras based on the SPCA1528 chip.
255 To compile this driver as a module, choose M here: the
256 module will be called gspca_spca1528.
258 config USB_GSPCA_SPCA500
259 tristate "SPCA500 USB Camera Driver"
260 depends on VIDEO_DEV && USB_GSPCA
262 Say Y here if you want support for cameras based on the SPCA500 chip.
264 To compile this driver as a module, choose M here: the
265 module will be called gspca_spca500.
267 config USB_GSPCA_SPCA501
268 tristate "SPCA501 USB Camera Driver"
269 depends on VIDEO_DEV && USB_GSPCA
271 Say Y here if you want support for cameras based on the SPCA501 chip.
273 To compile this driver as a module, choose M here: the
274 module will be called gspca_spca501.
276 config USB_GSPCA_SPCA505
277 tristate "SPCA505 USB Camera Driver"
278 depends on VIDEO_DEV && USB_GSPCA
280 Say Y here if you want support for cameras based on the SPCA505 chip.
282 To compile this driver as a module, choose M here: the
283 module will be called gspca_spca505.
285 config USB_GSPCA_SPCA506
286 tristate "SPCA506 USB Camera Driver"
287 depends on VIDEO_DEV && USB_GSPCA
289 Say Y here if you want support for cameras based on the SPCA506 chip.
291 To compile this driver as a module, choose M here: the
292 module will be called gspca_spca506.
294 config USB_GSPCA_SPCA508
295 tristate "SPCA508 USB Camera Driver"
296 depends on VIDEO_DEV && USB_GSPCA
298 Say Y here if you want support for cameras based on the SPCA508 chip.
300 To compile this driver as a module, choose M here: the
301 module will be called gspca_spca508.
303 config USB_GSPCA_SPCA561
304 tristate "SPCA561 USB Camera Driver"
305 depends on VIDEO_DEV && USB_GSPCA
307 Say Y here if you want support for cameras based on the SPCA561 chip.
309 To compile this driver as a module, choose M here: the
310 module will be called gspca_spca561.
312 config USB_GSPCA_SQ905
313 tristate "SQ Technologies SQ905 based USB Camera Driver"
314 depends on VIDEO_DEV && USB_GSPCA
316 Say Y here if you want support for cameras based on the SQ905 chip.
318 To compile this driver as a module, choose M here: the
319 module will be called gspca_sq905.
321 config USB_GSPCA_SQ905C
322 tristate "SQ Technologies SQ905C based USB Camera Driver"
323 depends on VIDEO_DEV && USB_GSPCA
325 Say Y here if you want support for cameras based on the SQ905C chip.
327 To compile this driver as a module, choose M here: the
328 module will be called gspca_sq905c.
330 config USB_GSPCA_SQ930X
331 tristate "SQ Technologies SQ930X based USB Camera Driver"
332 depends on VIDEO_DEV && USB_GSPCA
334 Say Y here if you want support for cameras based on the SQ930X chip.
336 To compile this driver as a module, choose M here: the
337 module will be called gspca_sq930x.
339 config USB_GSPCA_STK014
340 tristate "Syntek DV4000 (STK014) USB Camera Driver"
341 depends on VIDEO_DEV && USB_GSPCA
343 Say Y here if you want support for cameras based on the STK014 chip.
345 To compile this driver as a module, choose M here: the
346 module will be called gspca_stk014.
348 config USB_GSPCA_STK1135
349 tristate "Syntek STK1135 USB Camera Driver"
350 depends on VIDEO_DEV && USB_GSPCA
352 Say Y here if you want support for cameras based on the STK1135 chip.
354 To compile this driver as a module, choose M here: the
355 module will be called gspca_stk1135.
357 config USB_GSPCA_STV0680
358 tristate "STV0680 USB Camera Driver"
359 depends on VIDEO_DEV && USB_GSPCA
361 Say Y here if you want support for cameras based on the STV0680 chip.
363 To compile this driver as a module, choose M here: the
364 module will be called gspca_stv0680.
366 config USB_GSPCA_SUNPLUS
367 tristate "SUNPLUS USB Camera Driver"
368 depends on VIDEO_DEV && USB_GSPCA
370 Say Y here if you want support for cameras based on the Sunplus
371 SPCA504(abc) SPCA533 SPCA536 chips.
373 To compile this driver as a module, choose M here: the
374 module will be called gspca_sunplus.
376 config USB_GSPCA_T613
377 tristate "T613 (JPEG Compliance) USB Camera Driver"
378 depends on VIDEO_DEV && USB_GSPCA
380 Say Y here if you want support for cameras based on the T613 chip.
382 To compile this driver as a module, choose M here: the
383 module will be called gspca_t613.
385 config USB_GSPCA_TOPRO
386 tristate "TOPRO USB Camera Driver"
387 depends on VIDEO_DEV && USB_GSPCA
389 Say Y here if you want support for cameras based on the
390 TP6800 and TP6810 Topro chips.
392 To compile this driver as a module, choose M here: the
393 module will be called gspca_topro.
395 config USB_GSPCA_TOUPTEK
396 tristate "Touptek USB Camera Driver"
397 depends on VIDEO_DEV && USB_GSPCA
399 Say Y here if you want support for cameras based on the ToupTek UCMOS
400 / AmScope MU series camera.
402 To compile this driver as a module, choose M here: the
403 module will be called gspca_touptek.
405 config USB_GSPCA_TV8532
406 tristate "TV8532 USB Camera Driver"
407 depends on VIDEO_DEV && USB_GSPCA
409 Say Y here if you want support for cameras based on the TV8531 chip.
411 To compile this driver as a module, choose M here: the
412 module will be called gspca_tv8532.
414 config USB_GSPCA_VC032X
415 tristate "VC032X USB Camera Driver"
416 depends on VIDEO_DEV && USB_GSPCA
418 Say Y here if you want support for cameras based on the VC032X chip.
420 To compile this driver as a module, choose M here: the
421 module will be called gspca_vc032x.
423 config USB_GSPCA_VICAM
424 tristate "ViCam USB Camera Driver"
425 depends on VIDEO_DEV && USB_GSPCA
427 Say Y here if you want support for the 3com homeconnect camera
430 To compile this driver as a module, choose M here: the
431 module will be called gspca_vicam.
433 config USB_GSPCA_XIRLINK_CIT
434 tristate "Xirlink C-It USB Camera Driver"
435 depends on VIDEO_DEV && USB_GSPCA
437 Say Y here if you want support for Xirlink C-It bases cameras.
439 To compile this driver as a module, choose M here: the
440 module will be called gspca_xirlink_cit.
442 config USB_GSPCA_ZC3XX
443 tristate "ZC3XX USB Camera Driver"
444 depends on VIDEO_DEV && USB_GSPCA
446 Say Y here if you want support for cameras based on the ZC3XX chip.
448 To compile this driver as a module, choose M here: the
449 module will be called gspca_zc3xx.
451 source "drivers/media/usb/gspca/gl860/Kconfig"
452 source "drivers/media/usb/gspca/m5602/Kconfig"
453 source "drivers/media/usb/gspca/stv06xx/Kconfig"