blob: 5d920e584de724c4a73e3b366a54f91d376718a3 [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
Erik Andreneeb00c62008-10-03 15:47:03 -030080config USB_GSPCA_MARS
81 tristate "Mars USB Camera Driver"
82 depends on VIDEO_V4L2 && USB_GSPCA
83 help
Frederic Cand95c730b2008-10-25 05:03:19 -030084 Say Y here if you want support for cameras based on the Mars chip.
Erik Andreneeb00c62008-10-03 15:47:03 -030085
Frederic Cand95c730b2008-10-25 05:03:19 -030086 To compile this driver as a module, choose M here: the
87 module will be called gspca_mars.
Erik Andreneeb00c62008-10-03 15:47:03 -030088
Kyle Guinnd661e622009-01-16 05:36:14 -030089config USB_GSPCA_MR97310A
90 tristate "Mars-Semi MR97310A USB Camera Driver"
91 depends on VIDEO_V4L2 && USB_GSPCA
92 help
93 Say Y here if you want support for cameras based on the MR97310A chip.
94
95 To compile this driver as a module, choose M here: the
96 module will be called gspca_mr97310a.
97
Erik Andreneeb00c62008-10-03 15:47:03 -030098config USB_GSPCA_OV519
Hans de Goedea511ba92009-10-16 07:13:07 -030099 tristate "OV51x / OVFX2 / W996xCF USB Camera Driver"
Erik Andreneeb00c62008-10-03 15:47:03 -0300100 depends on VIDEO_V4L2 && USB_GSPCA
101 help
Hans de Goedea511ba92009-10-16 07:13:07 -0300102 Say Y here if you want support for cameras based on one of these:
103 OV511(+), OV518(+), OV519, OVFX2, W9967CF, W9968CF
Erik Andreneeb00c62008-10-03 15:47:03 -0300104
Frederic Cand95c730b2008-10-25 05:03:19 -0300105 To compile this driver as a module, choose M here: the
106 module will be called gspca_ov519.
Erik Andreneeb00c62008-10-03 15:47:03 -0300107
Antonio Ospitefbb4c6d2008-11-22 05:23:39 -0300108config USB_GSPCA_OV534
Jean-Francois Moinec52af792010-01-07 05:18:16 -0300109 tristate "OV534 OV772x USB Camera Driver"
Antonio Ospitefbb4c6d2008-11-22 05:23:39 -0300110 depends on VIDEO_V4L2 && USB_GSPCA
111 help
Jean-Francois Moinec52af792010-01-07 05:18:16 -0300112 Say Y here if you want support for cameras based on the OV534 chip
113 and sensor OV772x (e.g. Sony Playstation EYE)
Antonio Ospitefbb4c6d2008-11-22 05:23:39 -0300114
115 To compile this driver as a module, choose M here: the
116 module will be called gspca_ov534.
117
Jean-Francois Moinec52af792010-01-07 05:18:16 -0300118config USB_GSPCA_OV534_9
119 tristate "OV534 OV965x 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 OV534 chip
123 and sensor OV965x (e.g. Hercules Dualpix)
124
125 To compile this driver as a module, choose M here: the
126 module will be called gspca_ov534_9.
127
Erik Andreneeb00c62008-10-03 15:47:03 -0300128config USB_GSPCA_PAC207
129 tristate "Pixart PAC207 USB Camera Driver"
130 depends on VIDEO_V4L2 && USB_GSPCA
131 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300132 Say Y here if you want support for cameras based on the PAC207 chip.
Erik Andreneeb00c62008-10-03 15:47:03 -0300133
Frederic Cand95c730b2008-10-25 05:03:19 -0300134 To compile this driver as a module, choose M here: the
135 module will be called gspca_pac207.
Erik Andreneeb00c62008-10-03 15:47:03 -0300136
Marton Nemeth1408b842009-11-02 08:13:21 -0300137config USB_GSPCA_PAC7302
138 tristate "Pixart PAC7302 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 PAC7302 chip.
142
143 To compile this driver as a module, choose M here: the
144 module will be called gspca_pac7302.
145
Erik Andreneeb00c62008-10-03 15:47:03 -0300146config USB_GSPCA_PAC7311
147 tristate "Pixart PAC7311 USB Camera Driver"
148 depends on VIDEO_V4L2 && USB_GSPCA
149 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300150 Say Y here if you want support for cameras based on the PAC7311 chip.
Erik Andreneeb00c62008-10-03 15:47:03 -0300151
Frederic Cand95c730b2008-10-25 05:03:19 -0300152 To compile this driver as a module, choose M here: the
153 module will be called gspca_pac7311.
Erik Andreneeb00c62008-10-03 15:47:03 -0300154
Theodore Kilgore5bdd00b2009-12-25 05:16:32 -0300155config USB_GSPCA_SN9C2028
156 tristate "SONIX Dual-Mode USB Camera Driver"
157 depends on VIDEO_V4L2 && USB_GSPCA
158 help
159 Say Y here if you want streaming support for Sonix SN9C2028 cameras.
160 These are supported as stillcams in libgphoto2/camlibs/sonix.
161
162 To compile this driver as a module, choose M here: the
163 module will be called gspca_sn9c2028.
164
Brian Johnson26e744b2009-07-19 05:52:58 -0300165config USB_GSPCA_SN9C20X
Mauro Carvalho Chehabb24ed7b2009-08-20 09:38:44 -0300166 tristate "SN9C20X USB Camera Driver"
167 depends on VIDEO_V4L2 && USB_GSPCA
168 help
Brian Johnson26e744b2009-07-19 05:52:58 -0300169 Say Y here if you want support for cameras based on the
170 sn9c20x chips (SN9C201 and SN9C202).
171
172 To compile this driver as a module, choose M here: the
173 module will be called gspca_sn9c20x.
174
Erik Andreneeb00c62008-10-03 15:47:03 -0300175config USB_GSPCA_SONIXB
Jean-Francois Moine342b4a22008-11-22 04:17:06 -0300176 tristate "SONIX Bayer USB Camera Driver"
Erik Andreneeb00c62008-10-03 15:47:03 -0300177 depends on VIDEO_V4L2 && USB_GSPCA
178 help
Jean-Francois Moine342b4a22008-11-22 04:17:06 -0300179 Say Y here if you want support for cameras based on the Sonix
180 chips with Bayer format (SN9C101, SN9C102 and SN9C103).
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_sonixb.
Erik Andreneeb00c62008-10-03 15:47:03 -0300184
185config USB_GSPCA_SONIXJ
186 tristate "SONIX JPEG USB Camera Driver"
187 depends on VIDEO_V4L2 && USB_GSPCA
188 help
Jean-Francois Moine342b4a22008-11-22 04:17:06 -0300189 Say Y here if you want support for cameras based on the Sonix
190 chips with JPEG format (SN9C102P, SN9C105 and >= SN9C110).
Erik Andreneeb00c62008-10-03 15:47:03 -0300191
Frederic Cand95c730b2008-10-25 05:03:19 -0300192 To compile this driver as a module, choose M here: the
193 module will be called gspca_sonixj
Erik Andreneeb00c62008-10-03 15:47:03 -0300194
195config USB_GSPCA_SPCA500
196 tristate "SPCA500 USB Camera Driver"
197 depends on VIDEO_V4L2 && USB_GSPCA
198 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300199 Say Y here if you want support for cameras based on the SPCA500 chip.
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_spca500.
Erik Andreneeb00c62008-10-03 15:47:03 -0300203
204config USB_GSPCA_SPCA501
205 tristate "SPCA501 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 SPCA501 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_spca501.
Erik Andreneeb00c62008-10-03 15:47:03 -0300212
213config USB_GSPCA_SPCA505
214 tristate "SPCA505 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 SPCA505 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_spca505.
Erik Andreneeb00c62008-10-03 15:47:03 -0300221
222config USB_GSPCA_SPCA506
223 tristate "SPCA506 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 SPCA506 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_spca506.
Erik Andreneeb00c62008-10-03 15:47:03 -0300230
231config USB_GSPCA_SPCA508
232 tristate "SPCA508 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 SPCA508 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_spca508.
Erik Andreneeb00c62008-10-03 15:47:03 -0300239
240config USB_GSPCA_SPCA561
241 tristate "SPCA561 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 SPCA561 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_spca561.
Erik Andreneeb00c62008-10-03 15:47:03 -0300248
Adam Baker27d35fc2009-02-06 15:12:46 -0300249config USB_GSPCA_SQ905
250 tristate "SQ Technologies SQ905 based USB Camera Driver"
251 depends on VIDEO_V4L2 && USB_GSPCA
252 help
253 Say Y here if you want support for cameras based on the SQ905 chip.
254
255 To compile this driver as a module, choose M here: the
256 module will be called gspca_sq905.
257
Theodore Kilgore14a19c02009-03-25 07:13:13 -0300258config USB_GSPCA_SQ905C
259 tristate "SQ Technologies SQ905C based 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 SQ905C chip.
263
264 To compile this driver as a module, choose M here: the
265 module will be called gspca_sq905c.
266
Erik Andreneeb00c62008-10-03 15:47:03 -0300267config USB_GSPCA_STK014
268 tristate "Syntek DV4000 (STK014) USB Camera Driver"
269 depends on VIDEO_V4L2 && USB_GSPCA
270 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300271 Say Y here if you want support for cameras based on the STK014 chip.
Erik Andreneeb00c62008-10-03 15:47:03 -0300272
Frederic Cand95c730b2008-10-25 05:03:19 -0300273 To compile this driver as a module, choose M here: the
274 module will be called gspca_stk014.
Erik Andreneeb00c62008-10-03 15:47:03 -0300275
Hans de Goede21f1b932009-10-23 06:50:12 -0300276config USB_GSPCA_STV0680
277 tristate "STV0680 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 STV0680 chip.
281
282 To compile this driver as a module, choose M here: the
283 module will be called gspca_stv0680.
284
Jean-Francois Moine1abe4742008-10-06 03:16:08 -0300285config USB_GSPCA_SUNPLUS
286 tristate "SUNPLUS USB Camera Driver"
Erik Andreneeb00c62008-10-03 15:47:03 -0300287 depends on VIDEO_V4L2 && USB_GSPCA
288 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300289 Say Y here if you want support for cameras based on the Sunplus
290 SPCA504(abc) SPCA533 SPCA536 chips.
Erik Andreneeb00c62008-10-03 15:47:03 -0300291
Frederic Cand95c730b2008-10-25 05:03:19 -0300292 To compile this driver as a module, choose M here: the
Jean-Francois Moine342b4a22008-11-22 04:17:06 -0300293 module will be called gspca_sunplus.
Erik Andreneeb00c62008-10-03 15:47:03 -0300294
295config USB_GSPCA_T613
296 tristate "T613 (JPEG Compliance) USB Camera Driver"
297 depends on VIDEO_V4L2 && USB_GSPCA
298 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300299 Say Y here if you want support for cameras based on the T613 chip.
Erik Andreneeb00c62008-10-03 15:47:03 -0300300
Frederic Cand95c730b2008-10-25 05:03:19 -0300301 To compile this driver as a module, choose M here: the
302 module will be called gspca_t613.
Erik Andreneeb00c62008-10-03 15:47:03 -0300303
Jean-Francois Moinea2d78072008-10-07 08:42:30 -0300304config USB_GSPCA_TV8532
Erik Andreneeb00c62008-10-03 15:47:03 -0300305 tristate "TV8532 USB Camera Driver"
306 depends on VIDEO_V4L2 && USB_GSPCA
307 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300308 Say Y here if you want support for cameras based on the TV8531 chip.
Erik Andreneeb00c62008-10-03 15:47:03 -0300309
Frederic Cand95c730b2008-10-25 05:03:19 -0300310 To compile this driver as a module, choose M here: the
311 module will be called gspca_tv8532.
Erik Andreneeb00c62008-10-03 15:47:03 -0300312
313config USB_GSPCA_VC032X
314 tristate "VC032X USB Camera Driver"
315 depends on VIDEO_V4L2 && USB_GSPCA
316 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300317 Say Y here if you want support for cameras based on the VC032X chip.
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
320 module will be called gspca_vc032x.
Erik Andreneeb00c62008-10-03 15:47:03 -0300321
322config USB_GSPCA_ZC3XX
Krzysztof Helt93d0f032008-10-25 05:06:58 -0300323 tristate "ZC3XX USB Camera Driver"
Erik Andreneeb00c62008-10-03 15:47:03 -0300324 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 ZC3XX 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_zc3xx.
Erik Andreneeb00c62008-10-03 15:47:03 -0300330
331endif