blob: 3fd94fe7e1eb1652b7dfc5df4d5983f3733eb65b [file] [log] [blame]
Erik Andreneeb00c62008-10-03 15:47:03 -03001menuconfig USB_GSPCA
2 tristate "GSPCA based webcams"
Jean-Francois Moine63eb9542008-04-12 09:58:09 -03003 depends on VIDEO_V4L2
Randy Dunlapd5c00762015-02-23 15:20:22 -03004 depends on INPUT || INPUT=n
Erik Andreneeb00c62008-10-03 15:47:03 -03005 default m
Jean-Francois Moine63eb9542008-04-12 09:58:09 -03006 ---help---
Frederic Cand95c730b2008-10-25 05:03:19 -03007 Say Y here if you want to enable selecting webcams based
8 on the GSPCA framework.
Jean-Francois Moine63eb9542008-04-12 09:58:09 -03009
Frederic Cand95c730b2008-10-25 05:03:19 -030010 See <file:Documentation/video4linux/gspca.txt> for more info.
Jean-Francois Moine63eb9542008-04-12 09:58:09 -030011
Frederic Cand95c730b2008-10-25 05:03:19 -030012 This driver uses the Video For Linux API. You must say Y or M to
13 "Video For Linux" to use this driver.
Jean-Francois Moine63eb9542008-04-12 09:58:09 -030014
Frederic Cand95c730b2008-10-25 05:03:19 -030015 To compile this driver as modules, choose M here: the
Jean-Francois Moine342b4a22008-11-22 04:17:06 -030016 module will be called gspca_main.
Erik Andreneeb00c62008-10-03 15:47:03 -030017
18
19if USB_GSPCA && VIDEO_V4L2
Erik Andrenc109f812008-10-01 04:51:53 -030020
Mauro Carvalho Chehab0c0d06c2012-08-14 00:13:22 -030021source "drivers/media/usb/gspca/m5602/Kconfig"
22source "drivers/media/usb/gspca/stv06xx/Kconfig"
23source "drivers/media/usb/gspca/gl860/Kconfig"
Erik Andrenc109f812008-10-01 04:51:53 -030024
Jean-Francois Moine0a71d9c2009-12-20 09:09:22 -030025config USB_GSPCA_BENQ
26 tristate "Benq USB Camera Driver"
27 depends on VIDEO_V4L2 && USB_GSPCA
28 help
29 Say Y here if you want support for the Benq DC E300 camera.
30
31 To compile this driver as a module, choose M here: the
32 module will be called gspca_benq.
33
Erik Andreneeb00c62008-10-03 15:47:03 -030034config USB_GSPCA_CONEX
35 tristate "Conexant Camera Driver"
36 depends on VIDEO_V4L2 && USB_GSPCA
37 help
Frederic Cand95c730b2008-10-25 05:03:19 -030038 Say Y here if you want support for cameras based on the Conexant chip.
Erik Andreneeb00c62008-10-03 15:47:03 -030039
Frederic Cand95c730b2008-10-25 05:03:19 -030040 To compile this driver as a module, choose M here: the
41 module will be called gspca_conex.
Erik Andreneeb00c62008-10-03 15:47:03 -030042
Hans de Goede54e8bc52010-01-14 09:37:18 -030043config USB_GSPCA_CPIA1
44 tristate "cpia CPiA (version 1) Camera Driver"
45 depends on VIDEO_V4L2 && USB_GSPCA
46 help
47 Say Y here if you want support for USB cameras based on the cpia
48 CPiA chip. Note that you need atleast version 0.6.4 of libv4l for
49 applications to understand the videoformat generated by this driver.
50
51 To compile this driver as a module, choose M here: the
52 module will be called gspca_cpia1.
53
Robert Butora30ece902014-03-24 19:41:38 -030054config USB_GSPCA_DTCS033
55 tristate "DTCS033 (Scopium) USB Astro-Camera Driver"
56 depends on VIDEO_V4L2 && USB_GSPCA
57 help
58 Say Y here if you want support for the Scopium camera
59 for planetary astrophotography.
60
61 To compile this driver as a module, choose M here: the
62 module will be called gspca_dtcs033.
63
Erik Andreneeb00c62008-10-03 15:47:03 -030064config USB_GSPCA_ETOMS
65 tristate "Etoms USB Camera Driver"
66 depends on VIDEO_V4L2 && USB_GSPCA
67 help
Frederic Cand95c730b2008-10-25 05:03:19 -030068 Say Y here if you want support for cameras based on the Etoms chip.
Erik Andreneeb00c62008-10-03 15:47:03 -030069
Frederic Cand95c730b2008-10-25 05:03:19 -030070 To compile this driver as a module, choose M here: the
71 module will be called gspca_etoms.
Erik Andreneeb00c62008-10-03 15:47:03 -030072
Jean-Francois Moine49183122008-10-05 04:55:24 -030073config USB_GSPCA_FINEPIX
74 tristate "Fujifilm FinePix USB V4L2 driver"
75 depends on VIDEO_V4L2 && USB_GSPCA
76 help
Frederic Cand95c730b2008-10-25 05:03:19 -030077 Say Y here if you want support for cameras based on the FinePix chip.
Jean-Francois Moine49183122008-10-05 04:55:24 -030078
Frederic Cand95c730b2008-10-25 05:03:19 -030079 To compile this driver as a module, choose M here: the
80 module will be called gspca_finepix.
Jean-Francois Moine49183122008-10-05 04:55:24 -030081
Theodore Kilgore3040b042009-08-03 04:13:23 -030082config USB_GSPCA_JEILINJ
83 tristate "Jeilin JPEG USB V4L2 driver"
84 depends on VIDEO_V4L2 && USB_GSPCA
85 help
86 Say Y here if you want support for cameras based on this Jeilin chip.
87
88 To compile this driver as a module, choose M here: the
89 module will be called gspca_jeilinj.
90
Theodore Kilgorefe3449a2011-12-13 18:09:15 -030091config USB_GSPCA_JL2005BCD
92 tristate "JL2005B/C/D USB V4L2 driver"
93 depends on VIDEO_V4L2 && USB_GSPCA
94 help
95 Say Y here if you want support for cameras based the
96 JL2005B, JL2005C, or JL2005D chip.
97
98 To compile this driver as a module, choose M here: the
99 module will be called gspca_jl2005bcd.
100
Antonio Ospite66121552011-04-07 12:45:52 -0300101config USB_GSPCA_KINECT
102 tristate "Kinect sensor device USB Camera Driver"
103 depends on VIDEO_V4L2 && USB_GSPCA
104 help
105 Say Y here if you want support for the Microsoft Kinect sensor device.
106
107 To compile this driver as a module, choose M here: the
108 module will be called gspca_kinect.
109
Hans de Goedeb517af72010-09-05 16:30:30 -0300110config USB_GSPCA_KONICA
111 tristate "Konica USB Camera V4L2 driver"
112 depends on VIDEO_V4L2 && USB_GSPCA
113 help
114 Say Y here if you want support for cameras based on the Konica chip.
115
116 To compile this driver as a module, choose M here: the
117 module will be called gspca_konica.
118
Erik Andreneeb00c62008-10-03 15:47:03 -0300119config USB_GSPCA_MARS
120 tristate "Mars USB Camera Driver"
121 depends on VIDEO_V4L2 && USB_GSPCA
122 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300123 Say Y here if you want support for cameras based on the Mars chip.
Erik Andreneeb00c62008-10-03 15:47:03 -0300124
Frederic Cand95c730b2008-10-25 05:03:19 -0300125 To compile this driver as a module, choose M here: the
126 module will be called gspca_mars.
Erik Andreneeb00c62008-10-03 15:47:03 -0300127
Kyle Guinnd661e622009-01-16 05:36:14 -0300128config USB_GSPCA_MR97310A
129 tristate "Mars-Semi MR97310A USB Camera Driver"
130 depends on VIDEO_V4L2 && USB_GSPCA
131 help
132 Say Y here if you want support for cameras based on the MR97310A chip.
133
134 To compile this driver as a module, choose M here: the
135 module will be called gspca_mr97310a.
136
Jean-François Moinece5b2ac2011-03-14 08:49:28 -0300137config USB_GSPCA_NW80X
138 tristate "Divio based (NW80x) USB Camera Driver"
139 depends on VIDEO_V4L2 && USB_GSPCA
140 help
141 Say Y here if you want support for cameras based on the NW80x chips.
142
143 To compile this driver as a module, choose M here: the
144 module will be called gspca_nw80x.
145
Erik Andreneeb00c62008-10-03 15:47:03 -0300146config USB_GSPCA_OV519
Hans de Goedea511ba92009-10-16 07:13:07 -0300147 tristate "OV51x / OVFX2 / W996xCF USB Camera Driver"
Erik Andreneeb00c62008-10-03 15:47:03 -0300148 depends on VIDEO_V4L2 && USB_GSPCA
149 help
Hans de Goedea511ba92009-10-16 07:13:07 -0300150 Say Y here if you want support for cameras based on one of these:
151 OV511(+), OV518(+), OV519, OVFX2, W9967CF, W9968CF
Erik Andreneeb00c62008-10-03 15:47:03 -0300152
Frederic Cand95c730b2008-10-25 05:03:19 -0300153 To compile this driver as a module, choose M here: the
154 module will be called gspca_ov519.
Erik Andreneeb00c62008-10-03 15:47:03 -0300155
Antonio Ospitefbb4c6d2008-11-22 05:23:39 -0300156config USB_GSPCA_OV534
Jean-Francois Moinec52af792010-01-07 05:18:16 -0300157 tristate "OV534 OV772x USB Camera Driver"
Antonio Ospitefbb4c6d2008-11-22 05:23:39 -0300158 depends on VIDEO_V4L2 && USB_GSPCA
159 help
Jean-Francois Moinec52af792010-01-07 05:18:16 -0300160 Say Y here if you want support for cameras based on the OV534 chip
161 and sensor OV772x (e.g. Sony Playstation EYE)
Antonio Ospitefbb4c6d2008-11-22 05:23:39 -0300162
163 To compile this driver as a module, choose M here: the
164 module will be called gspca_ov534.
165
Jean-Francois Moinec52af792010-01-07 05:18:16 -0300166config USB_GSPCA_OV534_9
167 tristate "OV534 OV965x USB Camera Driver"
168 depends on VIDEO_V4L2 && USB_GSPCA
169 help
170 Say Y here if you want support for cameras based on the OV534 chip
171 and sensor OV965x (e.g. Hercules Dualpix)
172
173 To compile this driver as a module, choose M here: the
174 module will be called gspca_ov534_9.
175
Erik Andreneeb00c62008-10-03 15:47:03 -0300176config USB_GSPCA_PAC207
177 tristate "Pixart PAC207 USB Camera Driver"
178 depends on VIDEO_V4L2 && USB_GSPCA
179 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300180 Say Y here if you want support for cameras based on the PAC207 chip.
Erik Andreneeb00c62008-10-03 15:47:03 -0300181
Frederic Cand95c730b2008-10-25 05:03:19 -0300182 To compile this driver as a module, choose M here: the
183 module will be called gspca_pac207.
Erik Andreneeb00c62008-10-03 15:47:03 -0300184
Marton Nemeth1408b842009-11-02 08:13:21 -0300185config USB_GSPCA_PAC7302
186 tristate "Pixart PAC7302 USB Camera Driver"
187 depends on VIDEO_V4L2 && USB_GSPCA
188 help
189 Say Y here if you want support for cameras based on the PAC7302 chip.
190
191 To compile this driver as a module, choose M here: the
192 module will be called gspca_pac7302.
193
Erik Andreneeb00c62008-10-03 15:47:03 -0300194config USB_GSPCA_PAC7311
195 tristate "Pixart PAC7311 USB Camera Driver"
196 depends on VIDEO_V4L2 && USB_GSPCA
197 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300198 Say Y here if you want support for cameras based on the PAC7311 chip.
Erik Andreneeb00c62008-10-03 15:47:03 -0300199
Frederic Cand95c730b2008-10-25 05:03:19 -0300200 To compile this driver as a module, choose M here: the
201 module will be called gspca_pac7311.
Erik Andreneeb00c62008-10-03 15:47:03 -0300202
Hans de Goedec27cea02011-06-05 07:44:34 -0300203config USB_GSPCA_SE401
204 tristate "SE401 USB Camera Driver"
205 depends on VIDEO_V4L2 && USB_GSPCA
206 help
207 Say Y here if you want support for cameras based on the
208 Endpoints (formerly known as AOX) se401 chip.
209
210 To compile this driver as a module, choose M here: the
211 module will be called gspca_se401.
212
Theodore Kilgore5bdd00b2009-12-25 05:16:32 -0300213config USB_GSPCA_SN9C2028
214 tristate "SONIX Dual-Mode USB Camera Driver"
215 depends on VIDEO_V4L2 && USB_GSPCA
216 help
217 Say Y here if you want streaming support for Sonix SN9C2028 cameras.
218 These are supported as stillcams in libgphoto2/camlibs/sonix.
219
220 To compile this driver as a module, choose M here: the
221 module will be called gspca_sn9c2028.
222
Brian Johnson26e744b2009-07-19 05:52:58 -0300223config USB_GSPCA_SN9C20X
Mauro Carvalho Chehabb24ed7b2009-08-20 09:38:44 -0300224 tristate "SN9C20X USB Camera Driver"
225 depends on VIDEO_V4L2 && USB_GSPCA
226 help
Brian Johnson26e744b2009-07-19 05:52:58 -0300227 Say Y here if you want support for cameras based on the
228 sn9c20x chips (SN9C201 and SN9C202).
229
230 To compile this driver as a module, choose M here: the
231 module will be called gspca_sn9c20x.
232
Erik Andreneeb00c62008-10-03 15:47:03 -0300233config USB_GSPCA_SONIXB
Jean-Francois Moine342b4a22008-11-22 04:17:06 -0300234 tristate "SONIX Bayer USB Camera Driver"
Erik Andreneeb00c62008-10-03 15:47:03 -0300235 depends on VIDEO_V4L2 && USB_GSPCA
236 help
Jean-Francois Moine342b4a22008-11-22 04:17:06 -0300237 Say Y here if you want support for cameras based on the Sonix
238 chips with Bayer format (SN9C101, SN9C102 and SN9C103).
Erik Andreneeb00c62008-10-03 15:47:03 -0300239
Frederic Cand95c730b2008-10-25 05:03:19 -0300240 To compile this driver as a module, choose M here: the
241 module will be called gspca_sonixb.
Erik Andreneeb00c62008-10-03 15:47:03 -0300242
243config USB_GSPCA_SONIXJ
244 tristate "SONIX JPEG USB Camera Driver"
245 depends on VIDEO_V4L2 && USB_GSPCA
246 help
Jean-Francois Moine342b4a22008-11-22 04:17:06 -0300247 Say Y here if you want support for cameras based on the Sonix
248 chips with JPEG format (SN9C102P, SN9C105 and >= SN9C110).
Erik Andreneeb00c62008-10-03 15:47:03 -0300249
Frederic Cand95c730b2008-10-25 05:03:19 -0300250 To compile this driver as a module, choose M here: the
251 module will be called gspca_sonixj
Erik Andreneeb00c62008-10-03 15:47:03 -0300252
253config USB_GSPCA_SPCA500
254 tristate "SPCA500 USB Camera Driver"
255 depends on VIDEO_V4L2 && USB_GSPCA
256 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300257 Say Y here if you want support for cameras based on the SPCA500 chip.
Erik Andreneeb00c62008-10-03 15:47:03 -0300258
Frederic Cand95c730b2008-10-25 05:03:19 -0300259 To compile this driver as a module, choose M here: the
260 module will be called gspca_spca500.
Erik Andreneeb00c62008-10-03 15:47:03 -0300261
262config USB_GSPCA_SPCA501
263 tristate "SPCA501 USB Camera Driver"
264 depends on VIDEO_V4L2 && USB_GSPCA
265 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300266 Say Y here if you want support for cameras based on the SPCA501 chip.
Erik Andreneeb00c62008-10-03 15:47:03 -0300267
Frederic Cand95c730b2008-10-25 05:03:19 -0300268 To compile this driver as a module, choose M here: the
269 module will be called gspca_spca501.
Erik Andreneeb00c62008-10-03 15:47:03 -0300270
271config USB_GSPCA_SPCA505
272 tristate "SPCA505 USB Camera Driver"
273 depends on VIDEO_V4L2 && USB_GSPCA
274 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300275 Say Y here if you want support for cameras based on the SPCA505 chip.
Erik Andreneeb00c62008-10-03 15:47:03 -0300276
Frederic Cand95c730b2008-10-25 05:03:19 -0300277 To compile this driver as a module, choose M here: the
278 module will be called gspca_spca505.
Erik Andreneeb00c62008-10-03 15:47:03 -0300279
280config USB_GSPCA_SPCA506
281 tristate "SPCA506 USB Camera Driver"
282 depends on VIDEO_V4L2 && USB_GSPCA
283 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300284 Say Y here if you want support for cameras based on the SPCA506 chip.
Erik Andreneeb00c62008-10-03 15:47:03 -0300285
Frederic Cand95c730b2008-10-25 05:03:19 -0300286 To compile this driver as a module, choose M here: the
287 module will be called gspca_spca506.
Erik Andreneeb00c62008-10-03 15:47:03 -0300288
289config USB_GSPCA_SPCA508
290 tristate "SPCA508 USB Camera Driver"
291 depends on VIDEO_V4L2 && USB_GSPCA
292 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300293 Say Y here if you want support for cameras based on the SPCA508 chip.
Erik Andreneeb00c62008-10-03 15:47:03 -0300294
Frederic Cand95c730b2008-10-25 05:03:19 -0300295 To compile this driver as a module, choose M here: the
296 module will be called gspca_spca508.
Erik Andreneeb00c62008-10-03 15:47:03 -0300297
298config USB_GSPCA_SPCA561
299 tristate "SPCA561 USB Camera Driver"
300 depends on VIDEO_V4L2 && USB_GSPCA
301 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300302 Say Y here if you want support for cameras based on the SPCA561 chip.
Erik Andreneeb00c62008-10-03 15:47:03 -0300303
Frederic Cand95c730b2008-10-25 05:03:19 -0300304 To compile this driver as a module, choose M here: the
305 module will be called gspca_spca561.
Erik Andreneeb00c62008-10-03 15:47:03 -0300306
Jean-François Moine5b0ff8c2010-06-05 07:57:56 -0300307config USB_GSPCA_SPCA1528
308 tristate "SPCA1528 USB Camera Driver"
309 depends on VIDEO_V4L2 && USB_GSPCA
310 help
311 Say Y here if you want support for cameras based on the SPCA1528 chip.
312
313 To compile this driver as a module, choose M here: the
314 module will be called gspca_spca1528.
315
Adam Baker27d35fc2009-02-06 15:12:46 -0300316config USB_GSPCA_SQ905
317 tristate "SQ Technologies SQ905 based USB Camera Driver"
318 depends on VIDEO_V4L2 && USB_GSPCA
319 help
320 Say Y here if you want support for cameras based on the SQ905 chip.
321
322 To compile this driver as a module, choose M here: the
323 module will be called gspca_sq905.
324
Theodore Kilgore14a19c02009-03-25 07:13:13 -0300325config USB_GSPCA_SQ905C
326 tristate "SQ Technologies SQ905C based USB Camera Driver"
327 depends on VIDEO_V4L2 && USB_GSPCA
328 help
329 Say Y here if you want support for cameras based on the SQ905C chip.
330
331 To compile this driver as a module, choose M here: the
332 module will be called gspca_sq905c.
333
Jean-François Moine618a8642010-06-05 07:45:04 -0300334config USB_GSPCA_SQ930X
335 tristate "SQ Technologies SQ930X based USB Camera Driver"
336 depends on VIDEO_V4L2 && USB_GSPCA
337 help
338 Say Y here if you want support for cameras based on the SQ930X chip.
339
340 To compile this driver as a module, choose M here: the
341 module will be called gspca_sq930x.
342
Erik Andreneeb00c62008-10-03 15:47:03 -0300343config USB_GSPCA_STK014
344 tristate "Syntek DV4000 (STK014) USB Camera Driver"
345 depends on VIDEO_V4L2 && USB_GSPCA
346 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300347 Say Y here if you want support for cameras based on the STK014 chip.
Erik Andreneeb00c62008-10-03 15:47:03 -0300348
Frederic Cand95c730b2008-10-25 05:03:19 -0300349 To compile this driver as a module, choose M here: the
350 module will be called gspca_stk014.
Erik Andreneeb00c62008-10-03 15:47:03 -0300351
Ondrej Zary4ab06202013-08-20 10:03:59 -0300352config USB_GSPCA_STK1135
353 tristate "Syntek STK1135 USB Camera Driver"
354 depends on VIDEO_V4L2 && USB_GSPCA
355 help
356 Say Y here if you want support for cameras based on the STK1135 chip.
357
358 To compile this driver as a module, choose M here: the
359 module will be called gspca_stk1135.
360
Hans de Goede21f1b932009-10-23 06:50:12 -0300361config USB_GSPCA_STV0680
362 tristate "STV0680 USB Camera Driver"
363 depends on VIDEO_V4L2 && USB_GSPCA
364 help
365 Say Y here if you want support for cameras based on the STV0680 chip.
366
367 To compile this driver as a module, choose M here: the
368 module will be called gspca_stv0680.
369
Jean-Francois Moine1abe4742008-10-06 03:16:08 -0300370config USB_GSPCA_SUNPLUS
371 tristate "SUNPLUS USB Camera Driver"
Erik Andreneeb00c62008-10-03 15:47:03 -0300372 depends on VIDEO_V4L2 && USB_GSPCA
373 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300374 Say Y here if you want support for cameras based on the Sunplus
375 SPCA504(abc) SPCA533 SPCA536 chips.
Erik Andreneeb00c62008-10-03 15:47:03 -0300376
Frederic Cand95c730b2008-10-25 05:03:19 -0300377 To compile this driver as a module, choose M here: the
Jean-Francois Moine342b4a22008-11-22 04:17:06 -0300378 module will be called gspca_sunplus.
Erik Andreneeb00c62008-10-03 15:47:03 -0300379
380config USB_GSPCA_T613
381 tristate "T613 (JPEG Compliance) USB Camera Driver"
382 depends on VIDEO_V4L2 && USB_GSPCA
383 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300384 Say Y here if you want support for cameras based on the T613 chip.
Erik Andreneeb00c62008-10-03 15:47:03 -0300385
Frederic Cand95c730b2008-10-25 05:03:19 -0300386 To compile this driver as a module, choose M here: the
387 module will be called gspca_t613.
Erik Andreneeb00c62008-10-03 15:47:03 -0300388
Jean-François Moine8f12b1a2011-09-22 07:49:35 -0300389config USB_GSPCA_TOPRO
390 tristate "TOPRO USB Camera Driver"
391 depends on VIDEO_V4L2 && USB_GSPCA
392 help
393 Say Y here if you want support for cameras based on the
394 TP6800 and TP6810 Topro chips.
395
396 To compile this driver as a module, choose M here: the
397 module will be called gspca_topro.
398
John McMaster7cc42d92014-11-30 23:27:53 -0300399config USB_GSPCA_TOUPTEK
400 tristate "Touptek USB Camera Driver"
401 depends on VIDEO_V4L2 && USB_GSPCA
402 help
403 Say Y here if you want support for cameras based on the ToupTek UCMOS
404 / AmScope MU series camera.
405
406 To compile this driver as a module, choose M here: the
407 module will be called gspca_touptek.
408
Jean-Francois Moinea2d78072008-10-07 08:42:30 -0300409config USB_GSPCA_TV8532
Erik Andreneeb00c62008-10-03 15:47:03 -0300410 tristate "TV8532 USB Camera Driver"
411 depends on VIDEO_V4L2 && USB_GSPCA
412 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300413 Say Y here if you want support for cameras based on the TV8531 chip.
Erik Andreneeb00c62008-10-03 15:47:03 -0300414
Frederic Cand95c730b2008-10-25 05:03:19 -0300415 To compile this driver as a module, choose M here: the
416 module will be called gspca_tv8532.
Erik Andreneeb00c62008-10-03 15:47:03 -0300417
418config USB_GSPCA_VC032X
419 tristate "VC032X USB Camera Driver"
420 depends on VIDEO_V4L2 && USB_GSPCA
421 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300422 Say Y here if you want support for cameras based on the VC032X chip.
Erik Andreneeb00c62008-10-03 15:47:03 -0300423
Frederic Cand95c730b2008-10-25 05:03:19 -0300424 To compile this driver as a module, choose M here: the
425 module will be called gspca_vc032x.
Erik Andreneeb00c62008-10-03 15:47:03 -0300426
Hans de Goede49b61ec2011-02-21 11:06:29 -0300427config USB_GSPCA_VICAM
428 tristate "ViCam USB Camera Driver"
429 depends on VIDEO_V4L2 && USB_GSPCA
430 help
431 Say Y here if you want support for the 3com homeconnect camera
432 (vicam).
433
434 To compile this driver as a module, choose M here: the
435 module will be called gspca_vicam.
436
Hans de Goede1f33de02010-09-05 16:05:22 -0300437config USB_GSPCA_XIRLINK_CIT
438 tristate "Xirlink C-It USB Camera Driver"
439 depends on VIDEO_V4L2 && USB_GSPCA
440 help
441 Say Y here if you want support for Xirlink C-It bases cameras.
442
443 To compile this driver as a module, choose M here: the
444 module will be called gspca_xirlink_cit.
445
Erik Andreneeb00c62008-10-03 15:47:03 -0300446config USB_GSPCA_ZC3XX
Krzysztof Helt93d0f032008-10-25 05:06:58 -0300447 tristate "ZC3XX USB Camera Driver"
Erik Andreneeb00c62008-10-03 15:47:03 -0300448 depends on VIDEO_V4L2 && USB_GSPCA
449 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300450 Say Y here if you want support for cameras based on the ZC3XX chip.
Erik Andreneeb00c62008-10-03 15:47:03 -0300451
Frederic Cand95c730b2008-10-25 05:03:19 -0300452 To compile this driver as a module, choose M here: the
453 module will be called gspca_zc3xx.
Erik Andreneeb00c62008-10-03 15:47:03 -0300454
455endif