blob: dda56ff834f42c09625f54c971497d6cee17a4bf [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
Erik Andreneeb00c62008-10-03 15:47:03 -03004 default m
Jean-Francois Moine63eb9542008-04-12 09:58:09 -03005 ---help---
Frederic Cand95c730b2008-10-25 05:03:19 -03006 Say Y here if you want to enable selecting webcams based
7 on the GSPCA framework.
Jean-Francois Moine63eb9542008-04-12 09:58:09 -03008
Frederic Cand95c730b2008-10-25 05:03:19 -03009 See <file:Documentation/video4linux/gspca.txt> for more info.
Jean-Francois Moine63eb9542008-04-12 09:58:09 -030010
Frederic Cand95c730b2008-10-25 05:03:19 -030011 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 Moine63eb9542008-04-12 09:58:09 -030013
Frederic Cand95c730b2008-10-25 05:03:19 -030014 To compile this driver as modules, choose M here: the
Jean-Francois Moine342b4a22008-11-22 04:17:06 -030015 module will be called gspca_main.
Erik Andreneeb00c62008-10-03 15:47:03 -030016
17
18if USB_GSPCA && VIDEO_V4L2
Erik Andrenc109f812008-10-01 04:51:53 -030019
20source "drivers/media/video/gspca/m5602/Kconfig"
Erik Andren4c988342008-12-29 07:35:23 -030021source "drivers/media/video/gspca/stv06xx/Kconfig"
Olivier Lorin4f7cb882009-09-15 14:17:07 -030022source "drivers/media/video/gspca/gl860/Kconfig"
Erik Andrenc109f812008-10-01 04:51:53 -030023
Jean-Francois Moine0a71d9c2009-12-20 09:09:22 -030024config 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 Andreneeb00c62008-10-03 15:47:03 -030033config USB_GSPCA_CONEX
34 tristate "Conexant Camera Driver"
35 depends on VIDEO_V4L2 && USB_GSPCA
36 help
Frederic Cand95c730b2008-10-25 05:03:19 -030037 Say Y here if you want support for cameras based on the Conexant chip.
Erik Andreneeb00c62008-10-03 15:47:03 -030038
Frederic Cand95c730b2008-10-25 05:03:19 -030039 To compile this driver as a module, choose M here: the
40 module will be called gspca_conex.
Erik Andreneeb00c62008-10-03 15:47:03 -030041
Hans de Goede54e8bc52010-01-14 09:37:18 -030042config 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 Andreneeb00c62008-10-03 15:47:03 -030053config USB_GSPCA_ETOMS
54 tristate "Etoms USB Camera Driver"
55 depends on VIDEO_V4L2 && USB_GSPCA
56 help
Frederic Cand95c730b2008-10-25 05:03:19 -030057 Say Y here if you want support for cameras based on the Etoms chip.
Erik Andreneeb00c62008-10-03 15:47:03 -030058
Frederic Cand95c730b2008-10-25 05:03:19 -030059 To compile this driver as a module, choose M here: the
60 module will be called gspca_etoms.
Erik Andreneeb00c62008-10-03 15:47:03 -030061
Jean-Francois Moine49183122008-10-05 04:55:24 -030062config USB_GSPCA_FINEPIX
63 tristate "Fujifilm FinePix USB V4L2 driver"
64 depends on VIDEO_V4L2 && USB_GSPCA
65 help
Frederic Cand95c730b2008-10-25 05:03:19 -030066 Say Y here if you want support for cameras based on the FinePix chip.
Jean-Francois Moine49183122008-10-05 04:55:24 -030067
Frederic Cand95c730b2008-10-25 05:03:19 -030068 To compile this driver as a module, choose M here: the
69 module will be called gspca_finepix.
Jean-Francois Moine49183122008-10-05 04:55:24 -030070
Theodore Kilgore3040b042009-08-03 04:13:23 -030071config 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
Hans de Goedeb517af72010-09-05 16:30:30 -030080config USB_GSPCA_KONICA
81 tristate "Konica USB Camera V4L2 driver"
82 depends on VIDEO_V4L2 && USB_GSPCA
83 help
84 Say Y here if you want support for cameras based on the Konica chip.
85
86 To compile this driver as a module, choose M here: the
87 module will be called gspca_konica.
88
Erik Andreneeb00c62008-10-03 15:47:03 -030089config USB_GSPCA_MARS
90 tristate "Mars USB Camera Driver"
91 depends on VIDEO_V4L2 && USB_GSPCA
92 help
Frederic Cand95c730b2008-10-25 05:03:19 -030093 Say Y here if you want support for cameras based on the Mars chip.
Erik Andreneeb00c62008-10-03 15:47:03 -030094
Frederic Cand95c730b2008-10-25 05:03:19 -030095 To compile this driver as a module, choose M here: the
96 module will be called gspca_mars.
Erik Andreneeb00c62008-10-03 15:47:03 -030097
Kyle Guinnd661e622009-01-16 05:36:14 -030098config USB_GSPCA_MR97310A
99 tristate "Mars-Semi MR97310A USB Camera Driver"
100 depends on VIDEO_V4L2 && USB_GSPCA
101 help
102 Say Y here if you want support for cameras based on the MR97310A chip.
103
104 To compile this driver as a module, choose M here: the
105 module will be called gspca_mr97310a.
106
Erik Andreneeb00c62008-10-03 15:47:03 -0300107config USB_GSPCA_OV519
Hans de Goedea511ba92009-10-16 07:13:07 -0300108 tristate "OV51x / OVFX2 / W996xCF USB Camera Driver"
Erik Andreneeb00c62008-10-03 15:47:03 -0300109 depends on VIDEO_V4L2 && USB_GSPCA
110 help
Hans de Goedea511ba92009-10-16 07:13:07 -0300111 Say Y here if you want support for cameras based on one of these:
112 OV511(+), OV518(+), OV519, OVFX2, W9967CF, W9968CF
Erik Andreneeb00c62008-10-03 15:47:03 -0300113
Frederic Cand95c730b2008-10-25 05:03:19 -0300114 To compile this driver as a module, choose M here: the
115 module will be called gspca_ov519.
Erik Andreneeb00c62008-10-03 15:47:03 -0300116
Antonio Ospitefbb4c6d2008-11-22 05:23:39 -0300117config USB_GSPCA_OV534
Jean-Francois Moinec52af792010-01-07 05:18:16 -0300118 tristate "OV534 OV772x USB Camera Driver"
Antonio Ospitefbb4c6d2008-11-22 05:23:39 -0300119 depends on VIDEO_V4L2 && USB_GSPCA
120 help
Jean-Francois Moinec52af792010-01-07 05:18:16 -0300121 Say Y here if you want support for cameras based on the OV534 chip
122 and sensor OV772x (e.g. Sony Playstation EYE)
Antonio Ospitefbb4c6d2008-11-22 05:23:39 -0300123
124 To compile this driver as a module, choose M here: the
125 module will be called gspca_ov534.
126
Jean-Francois Moinec52af792010-01-07 05:18:16 -0300127config USB_GSPCA_OV534_9
128 tristate "OV534 OV965x 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 OV534 chip
132 and sensor OV965x (e.g. Hercules Dualpix)
133
134 To compile this driver as a module, choose M here: the
135 module will be called gspca_ov534_9.
136
Erik Andreneeb00c62008-10-03 15:47:03 -0300137config USB_GSPCA_PAC207
138 tristate "Pixart PAC207 USB Camera Driver"
139 depends on VIDEO_V4L2 && USB_GSPCA
140 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300141 Say Y here if you want support for cameras based on the PAC207 chip.
Erik Andreneeb00c62008-10-03 15:47:03 -0300142
Frederic Cand95c730b2008-10-25 05:03:19 -0300143 To compile this driver as a module, choose M here: the
144 module will be called gspca_pac207.
Erik Andreneeb00c62008-10-03 15:47:03 -0300145
Marton Nemeth1408b842009-11-02 08:13:21 -0300146config USB_GSPCA_PAC7302
147 tristate "Pixart PAC7302 USB Camera Driver"
148 depends on VIDEO_V4L2 && USB_GSPCA
149 help
150 Say Y here if you want support for cameras based on the PAC7302 chip.
151
152 To compile this driver as a module, choose M here: the
153 module will be called gspca_pac7302.
154
Erik Andreneeb00c62008-10-03 15:47:03 -0300155config USB_GSPCA_PAC7311
156 tristate "Pixart PAC7311 USB Camera Driver"
157 depends on VIDEO_V4L2 && USB_GSPCA
158 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300159 Say Y here if you want support for cameras based on the PAC7311 chip.
Erik Andreneeb00c62008-10-03 15:47:03 -0300160
Frederic Cand95c730b2008-10-25 05:03:19 -0300161 To compile this driver as a module, choose M here: the
162 module will be called gspca_pac7311.
Erik Andreneeb00c62008-10-03 15:47:03 -0300163
Theodore Kilgore5bdd00b2009-12-25 05:16:32 -0300164config USB_GSPCA_SN9C2028
165 tristate "SONIX Dual-Mode USB Camera Driver"
166 depends on VIDEO_V4L2 && USB_GSPCA
167 help
168 Say Y here if you want streaming support for Sonix SN9C2028 cameras.
169 These are supported as stillcams in libgphoto2/camlibs/sonix.
170
171 To compile this driver as a module, choose M here: the
172 module will be called gspca_sn9c2028.
173
Brian Johnson26e744b2009-07-19 05:52:58 -0300174config USB_GSPCA_SN9C20X
Mauro Carvalho Chehabb24ed7b2009-08-20 09:38:44 -0300175 tristate "SN9C20X USB Camera Driver"
176 depends on VIDEO_V4L2 && USB_GSPCA
177 help
Brian Johnson26e744b2009-07-19 05:52:58 -0300178 Say Y here if you want support for cameras based on the
179 sn9c20x chips (SN9C201 and SN9C202).
180
181 To compile this driver as a module, choose M here: the
182 module will be called gspca_sn9c20x.
183
Erik Andreneeb00c62008-10-03 15:47:03 -0300184config USB_GSPCA_SONIXB
Jean-Francois Moine342b4a22008-11-22 04:17:06 -0300185 tristate "SONIX Bayer USB Camera Driver"
Erik Andreneeb00c62008-10-03 15:47:03 -0300186 depends on VIDEO_V4L2 && USB_GSPCA
187 help
Jean-Francois Moine342b4a22008-11-22 04:17:06 -0300188 Say Y here if you want support for cameras based on the Sonix
189 chips with Bayer format (SN9C101, SN9C102 and SN9C103).
Erik Andreneeb00c62008-10-03 15:47:03 -0300190
Frederic Cand95c730b2008-10-25 05:03:19 -0300191 To compile this driver as a module, choose M here: the
192 module will be called gspca_sonixb.
Erik Andreneeb00c62008-10-03 15:47:03 -0300193
194config USB_GSPCA_SONIXJ
195 tristate "SONIX JPEG USB Camera Driver"
196 depends on VIDEO_V4L2 && USB_GSPCA
197 help
Jean-Francois Moine342b4a22008-11-22 04:17:06 -0300198 Say Y here if you want support for cameras based on the Sonix
199 chips with JPEG format (SN9C102P, SN9C105 and >= SN9C110).
Erik Andreneeb00c62008-10-03 15:47:03 -0300200
Frederic Cand95c730b2008-10-25 05:03:19 -0300201 To compile this driver as a module, choose M here: the
202 module will be called gspca_sonixj
Erik Andreneeb00c62008-10-03 15:47:03 -0300203
204config USB_GSPCA_SPCA500
205 tristate "SPCA500 USB Camera Driver"
206 depends on VIDEO_V4L2 && USB_GSPCA
207 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300208 Say Y here if you want support for cameras based on the SPCA500 chip.
Erik Andreneeb00c62008-10-03 15:47:03 -0300209
Frederic Cand95c730b2008-10-25 05:03:19 -0300210 To compile this driver as a module, choose M here: the
211 module will be called gspca_spca500.
Erik Andreneeb00c62008-10-03 15:47:03 -0300212
213config USB_GSPCA_SPCA501
214 tristate "SPCA501 USB Camera Driver"
215 depends on VIDEO_V4L2 && USB_GSPCA
216 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300217 Say Y here if you want support for cameras based on the SPCA501 chip.
Erik Andreneeb00c62008-10-03 15:47:03 -0300218
Frederic Cand95c730b2008-10-25 05:03:19 -0300219 To compile this driver as a module, choose M here: the
220 module will be called gspca_spca501.
Erik Andreneeb00c62008-10-03 15:47:03 -0300221
222config USB_GSPCA_SPCA505
223 tristate "SPCA505 USB Camera Driver"
224 depends on VIDEO_V4L2 && USB_GSPCA
225 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300226 Say Y here if you want support for cameras based on the SPCA505 chip.
Erik Andreneeb00c62008-10-03 15:47:03 -0300227
Frederic Cand95c730b2008-10-25 05:03:19 -0300228 To compile this driver as a module, choose M here: the
229 module will be called gspca_spca505.
Erik Andreneeb00c62008-10-03 15:47:03 -0300230
231config USB_GSPCA_SPCA506
232 tristate "SPCA506 USB Camera Driver"
233 depends on VIDEO_V4L2 && USB_GSPCA
234 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300235 Say Y here if you want support for cameras based on the SPCA506 chip.
Erik Andreneeb00c62008-10-03 15:47:03 -0300236
Frederic Cand95c730b2008-10-25 05:03:19 -0300237 To compile this driver as a module, choose M here: the
238 module will be called gspca_spca506.
Erik Andreneeb00c62008-10-03 15:47:03 -0300239
240config USB_GSPCA_SPCA508
241 tristate "SPCA508 USB Camera Driver"
242 depends on VIDEO_V4L2 && USB_GSPCA
243 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300244 Say Y here if you want support for cameras based on the SPCA508 chip.
Erik Andreneeb00c62008-10-03 15:47:03 -0300245
Frederic Cand95c730b2008-10-25 05:03:19 -0300246 To compile this driver as a module, choose M here: the
247 module will be called gspca_spca508.
Erik Andreneeb00c62008-10-03 15:47:03 -0300248
249config USB_GSPCA_SPCA561
250 tristate "SPCA561 USB Camera Driver"
251 depends on VIDEO_V4L2 && USB_GSPCA
252 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300253 Say Y here if you want support for cameras based on the SPCA561 chip.
Erik Andreneeb00c62008-10-03 15:47:03 -0300254
Frederic Cand95c730b2008-10-25 05:03:19 -0300255 To compile this driver as a module, choose M here: the
256 module will be called gspca_spca561.
Erik Andreneeb00c62008-10-03 15:47:03 -0300257
Jean-François Moine5b0ff8c2010-06-05 07:57:56 -0300258config USB_GSPCA_SPCA1528
259 tristate "SPCA1528 USB Camera Driver"
260 depends on VIDEO_V4L2 && USB_GSPCA
261 help
262 Say Y here if you want support for cameras based on the SPCA1528 chip.
263
264 To compile this driver as a module, choose M here: the
265 module will be called gspca_spca1528.
266
Adam Baker27d35fc2009-02-06 15:12:46 -0300267config USB_GSPCA_SQ905
268 tristate "SQ Technologies SQ905 based USB Camera Driver"
269 depends on VIDEO_V4L2 && USB_GSPCA
270 help
271 Say Y here if you want support for cameras based on the SQ905 chip.
272
273 To compile this driver as a module, choose M here: the
274 module will be called gspca_sq905.
275
Theodore Kilgore14a19c02009-03-25 07:13:13 -0300276config USB_GSPCA_SQ905C
277 tristate "SQ Technologies SQ905C based USB Camera Driver"
278 depends on VIDEO_V4L2 && USB_GSPCA
279 help
280 Say Y here if you want support for cameras based on the SQ905C chip.
281
282 To compile this driver as a module, choose M here: the
283 module will be called gspca_sq905c.
284
Jean-François Moine618a8642010-06-05 07:45:04 -0300285config USB_GSPCA_SQ930X
286 tristate "SQ Technologies SQ930X based USB Camera Driver"
287 depends on VIDEO_V4L2 && USB_GSPCA
288 help
289 Say Y here if you want support for cameras based on the SQ930X chip.
290
291 To compile this driver as a module, choose M here: the
292 module will be called gspca_sq930x.
293
Erik Andreneeb00c62008-10-03 15:47:03 -0300294config USB_GSPCA_STK014
295 tristate "Syntek DV4000 (STK014) USB Camera Driver"
296 depends on VIDEO_V4L2 && USB_GSPCA
297 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300298 Say Y here if you want support for cameras based on the STK014 chip.
Erik Andreneeb00c62008-10-03 15:47:03 -0300299
Frederic Cand95c730b2008-10-25 05:03:19 -0300300 To compile this driver as a module, choose M here: the
301 module will be called gspca_stk014.
Erik Andreneeb00c62008-10-03 15:47:03 -0300302
Hans de Goede21f1b932009-10-23 06:50:12 -0300303config USB_GSPCA_STV0680
304 tristate "STV0680 USB Camera Driver"
305 depends on VIDEO_V4L2 && USB_GSPCA
306 help
307 Say Y here if you want support for cameras based on the STV0680 chip.
308
309 To compile this driver as a module, choose M here: the
310 module will be called gspca_stv0680.
311
Jean-Francois Moine1abe4742008-10-06 03:16:08 -0300312config USB_GSPCA_SUNPLUS
313 tristate "SUNPLUS USB Camera Driver"
Erik Andreneeb00c62008-10-03 15:47:03 -0300314 depends on VIDEO_V4L2 && USB_GSPCA
315 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300316 Say Y here if you want support for cameras based on the Sunplus
317 SPCA504(abc) SPCA533 SPCA536 chips.
Erik Andreneeb00c62008-10-03 15:47:03 -0300318
Frederic Cand95c730b2008-10-25 05:03:19 -0300319 To compile this driver as a module, choose M here: the
Jean-Francois Moine342b4a22008-11-22 04:17:06 -0300320 module will be called gspca_sunplus.
Erik Andreneeb00c62008-10-03 15:47:03 -0300321
322config USB_GSPCA_T613
323 tristate "T613 (JPEG Compliance) USB Camera Driver"
324 depends on VIDEO_V4L2 && USB_GSPCA
325 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300326 Say Y here if you want support for cameras based on the T613 chip.
Erik Andreneeb00c62008-10-03 15:47:03 -0300327
Frederic Cand95c730b2008-10-25 05:03:19 -0300328 To compile this driver as a module, choose M here: the
329 module will be called gspca_t613.
Erik Andreneeb00c62008-10-03 15:47:03 -0300330
Jean-Francois Moinea2d78072008-10-07 08:42:30 -0300331config USB_GSPCA_TV8532
Erik Andreneeb00c62008-10-03 15:47:03 -0300332 tristate "TV8532 USB Camera Driver"
333 depends on VIDEO_V4L2 && USB_GSPCA
334 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300335 Say Y here if you want support for cameras based on the TV8531 chip.
Erik Andreneeb00c62008-10-03 15:47:03 -0300336
Frederic Cand95c730b2008-10-25 05:03:19 -0300337 To compile this driver as a module, choose M here: the
338 module will be called gspca_tv8532.
Erik Andreneeb00c62008-10-03 15:47:03 -0300339
340config USB_GSPCA_VC032X
341 tristate "VC032X USB Camera Driver"
342 depends on VIDEO_V4L2 && USB_GSPCA
343 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300344 Say Y here if you want support for cameras based on the VC032X chip.
Erik Andreneeb00c62008-10-03 15:47:03 -0300345
Frederic Cand95c730b2008-10-25 05:03:19 -0300346 To compile this driver as a module, choose M here: the
347 module will be called gspca_vc032x.
Erik Andreneeb00c62008-10-03 15:47:03 -0300348
Hans de Goede1f33de02010-09-05 16:05:22 -0300349config USB_GSPCA_XIRLINK_CIT
350 tristate "Xirlink C-It USB Camera Driver"
351 depends on VIDEO_V4L2 && USB_GSPCA
352 help
353 Say Y here if you want support for Xirlink C-It bases cameras.
354
355 To compile this driver as a module, choose M here: the
356 module will be called gspca_xirlink_cit.
357
Erik Andreneeb00c62008-10-03 15:47:03 -0300358config USB_GSPCA_ZC3XX
Krzysztof Helt93d0f032008-10-25 05:06:58 -0300359 tristate "ZC3XX USB Camera Driver"
Erik Andreneeb00c62008-10-03 15:47:03 -0300360 depends on VIDEO_V4L2 && USB_GSPCA
361 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300362 Say Y here if you want support for cameras based on the ZC3XX chip.
Erik Andreneeb00c62008-10-03 15:47:03 -0300363
Frederic Cand95c730b2008-10-25 05:03:19 -0300364 To compile this driver as a module, choose M here: the
365 module will be called gspca_zc3xx.
Erik Andreneeb00c62008-10-03 15:47:03 -0300366
367endif