blob: e0060c1f0544c9b08b12b0f32deb45f29044a1c4 [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
175config USB_GSPCA_SN9C20X_EVDEV
Mauro Carvalho Chehab17d8dfe82009-08-14 01:45:57 -0300176 bool "Enable evdev support"
Randy Dunlapb6b85042009-08-26 03:34:16 -0300177 depends on USB_GSPCA_SN9C20X && INPUT
Mauro Carvalho Chehab17d8dfe82009-08-14 01:45:57 -0300178 ---help---
179 Say Y here in order to enable evdev support for sn9c20x webcam button.
Brian Johnson26e744b2009-07-19 05:52:58 -0300180
Erik Andreneeb00c62008-10-03 15:47:03 -0300181config USB_GSPCA_SONIXB
Jean-Francois Moine342b4a22008-11-22 04:17:06 -0300182 tristate "SONIX Bayer USB Camera Driver"
Erik Andreneeb00c62008-10-03 15:47:03 -0300183 depends on VIDEO_V4L2 && USB_GSPCA
184 help
Jean-Francois Moine342b4a22008-11-22 04:17:06 -0300185 Say Y here if you want support for cameras based on the Sonix
186 chips with Bayer format (SN9C101, SN9C102 and SN9C103).
Erik Andreneeb00c62008-10-03 15:47:03 -0300187
Frederic Cand95c730b2008-10-25 05:03:19 -0300188 To compile this driver as a module, choose M here: the
189 module will be called gspca_sonixb.
Erik Andreneeb00c62008-10-03 15:47:03 -0300190
191config USB_GSPCA_SONIXJ
192 tristate "SONIX JPEG USB Camera Driver"
193 depends on VIDEO_V4L2 && USB_GSPCA
194 help
Jean-Francois Moine342b4a22008-11-22 04:17:06 -0300195 Say Y here if you want support for cameras based on the Sonix
196 chips with JPEG format (SN9C102P, SN9C105 and >= SN9C110).
Erik Andreneeb00c62008-10-03 15:47:03 -0300197
Frederic Cand95c730b2008-10-25 05:03:19 -0300198 To compile this driver as a module, choose M here: the
199 module will be called gspca_sonixj
Erik Andreneeb00c62008-10-03 15:47:03 -0300200
201config USB_GSPCA_SPCA500
202 tristate "SPCA500 USB Camera Driver"
203 depends on VIDEO_V4L2 && USB_GSPCA
204 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300205 Say Y here if you want support for cameras based on the SPCA500 chip.
Erik Andreneeb00c62008-10-03 15:47:03 -0300206
Frederic Cand95c730b2008-10-25 05:03:19 -0300207 To compile this driver as a module, choose M here: the
208 module will be called gspca_spca500.
Erik Andreneeb00c62008-10-03 15:47:03 -0300209
210config USB_GSPCA_SPCA501
211 tristate "SPCA501 USB Camera Driver"
212 depends on VIDEO_V4L2 && USB_GSPCA
213 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300214 Say Y here if you want support for cameras based on the SPCA501 chip.
Erik Andreneeb00c62008-10-03 15:47:03 -0300215
Frederic Cand95c730b2008-10-25 05:03:19 -0300216 To compile this driver as a module, choose M here: the
217 module will be called gspca_spca501.
Erik Andreneeb00c62008-10-03 15:47:03 -0300218
219config USB_GSPCA_SPCA505
220 tristate "SPCA505 USB Camera Driver"
221 depends on VIDEO_V4L2 && USB_GSPCA
222 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300223 Say Y here if you want support for cameras based on the SPCA505 chip.
Erik Andreneeb00c62008-10-03 15:47:03 -0300224
Frederic Cand95c730b2008-10-25 05:03:19 -0300225 To compile this driver as a module, choose M here: the
226 module will be called gspca_spca505.
Erik Andreneeb00c62008-10-03 15:47:03 -0300227
228config USB_GSPCA_SPCA506
229 tristate "SPCA506 USB Camera Driver"
230 depends on VIDEO_V4L2 && USB_GSPCA
231 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300232 Say Y here if you want support for cameras based on the SPCA506 chip.
Erik Andreneeb00c62008-10-03 15:47:03 -0300233
Frederic Cand95c730b2008-10-25 05:03:19 -0300234 To compile this driver as a module, choose M here: the
235 module will be called gspca_spca506.
Erik Andreneeb00c62008-10-03 15:47:03 -0300236
237config USB_GSPCA_SPCA508
238 tristate "SPCA508 USB Camera Driver"
239 depends on VIDEO_V4L2 && USB_GSPCA
240 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300241 Say Y here if you want support for cameras based on the SPCA508 chip.
Erik Andreneeb00c62008-10-03 15:47:03 -0300242
Frederic Cand95c730b2008-10-25 05:03:19 -0300243 To compile this driver as a module, choose M here: the
244 module will be called gspca_spca508.
Erik Andreneeb00c62008-10-03 15:47:03 -0300245
246config USB_GSPCA_SPCA561
247 tristate "SPCA561 USB Camera Driver"
248 depends on VIDEO_V4L2 && USB_GSPCA
249 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300250 Say Y here if you want support for cameras based on the SPCA561 chip.
Erik Andreneeb00c62008-10-03 15:47:03 -0300251
Frederic Cand95c730b2008-10-25 05:03:19 -0300252 To compile this driver as a module, choose M here: the
253 module will be called gspca_spca561.
Erik Andreneeb00c62008-10-03 15:47:03 -0300254
Adam Baker27d35fc2009-02-06 15:12:46 -0300255config USB_GSPCA_SQ905
256 tristate "SQ Technologies SQ905 based USB Camera Driver"
257 depends on VIDEO_V4L2 && USB_GSPCA
258 help
259 Say Y here if you want support for cameras based on the SQ905 chip.
260
261 To compile this driver as a module, choose M here: the
262 module will be called gspca_sq905.
263
Theodore Kilgore14a19c02009-03-25 07:13:13 -0300264config USB_GSPCA_SQ905C
265 tristate "SQ Technologies SQ905C based USB Camera Driver"
266 depends on VIDEO_V4L2 && USB_GSPCA
267 help
268 Say Y here if you want support for cameras based on the SQ905C chip.
269
270 To compile this driver as a module, choose M here: the
271 module will be called gspca_sq905c.
272
Erik Andreneeb00c62008-10-03 15:47:03 -0300273config USB_GSPCA_STK014
274 tristate "Syntek DV4000 (STK014) USB Camera Driver"
275 depends on VIDEO_V4L2 && USB_GSPCA
276 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300277 Say Y here if you want support for cameras based on the STK014 chip.
Erik Andreneeb00c62008-10-03 15:47:03 -0300278
Frederic Cand95c730b2008-10-25 05:03:19 -0300279 To compile this driver as a module, choose M here: the
280 module will be called gspca_stk014.
Erik Andreneeb00c62008-10-03 15:47:03 -0300281
Hans de Goede21f1b932009-10-23 06:50:12 -0300282config USB_GSPCA_STV0680
283 tristate "STV0680 USB Camera Driver"
284 depends on VIDEO_V4L2 && USB_GSPCA
285 help
286 Say Y here if you want support for cameras based on the STV0680 chip.
287
288 To compile this driver as a module, choose M here: the
289 module will be called gspca_stv0680.
290
Jean-Francois Moine1abe4742008-10-06 03:16:08 -0300291config USB_GSPCA_SUNPLUS
292 tristate "SUNPLUS USB Camera Driver"
Erik Andreneeb00c62008-10-03 15:47:03 -0300293 depends on VIDEO_V4L2 && USB_GSPCA
294 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300295 Say Y here if you want support for cameras based on the Sunplus
296 SPCA504(abc) SPCA533 SPCA536 chips.
Erik Andreneeb00c62008-10-03 15:47:03 -0300297
Frederic Cand95c730b2008-10-25 05:03:19 -0300298 To compile this driver as a module, choose M here: the
Jean-Francois Moine342b4a22008-11-22 04:17:06 -0300299 module will be called gspca_sunplus.
Erik Andreneeb00c62008-10-03 15:47:03 -0300300
301config USB_GSPCA_T613
302 tristate "T613 (JPEG Compliance) USB Camera Driver"
303 depends on VIDEO_V4L2 && USB_GSPCA
304 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300305 Say Y here if you want support for cameras based on the T613 chip.
Erik Andreneeb00c62008-10-03 15:47:03 -0300306
Frederic Cand95c730b2008-10-25 05:03:19 -0300307 To compile this driver as a module, choose M here: the
308 module will be called gspca_t613.
Erik Andreneeb00c62008-10-03 15:47:03 -0300309
Jean-Francois Moinea2d78072008-10-07 08:42:30 -0300310config USB_GSPCA_TV8532
Erik Andreneeb00c62008-10-03 15:47:03 -0300311 tristate "TV8532 USB Camera Driver"
312 depends on VIDEO_V4L2 && USB_GSPCA
313 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300314 Say Y here if you want support for cameras based on the TV8531 chip.
Erik Andreneeb00c62008-10-03 15:47:03 -0300315
Frederic Cand95c730b2008-10-25 05:03:19 -0300316 To compile this driver as a module, choose M here: the
317 module will be called gspca_tv8532.
Erik Andreneeb00c62008-10-03 15:47:03 -0300318
319config USB_GSPCA_VC032X
320 tristate "VC032X USB Camera Driver"
321 depends on VIDEO_V4L2 && USB_GSPCA
322 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300323 Say Y here if you want support for cameras based on the VC032X chip.
Erik Andreneeb00c62008-10-03 15:47:03 -0300324
Frederic Cand95c730b2008-10-25 05:03:19 -0300325 To compile this driver as a module, choose M here: the
326 module will be called gspca_vc032x.
Erik Andreneeb00c62008-10-03 15:47:03 -0300327
328config USB_GSPCA_ZC3XX
Krzysztof Helt93d0f032008-10-25 05:06:58 -0300329 tristate "ZC3XX USB Camera Driver"
Erik Andreneeb00c62008-10-03 15:47:03 -0300330 depends on VIDEO_V4L2 && USB_GSPCA
331 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300332 Say Y here if you want support for cameras based on the ZC3XX chip.
Erik Andreneeb00c62008-10-03 15:47:03 -0300333
Frederic Cand95c730b2008-10-25 05:03:19 -0300334 To compile this driver as a module, choose M here: the
335 module will be called gspca_zc3xx.
Erik Andreneeb00c62008-10-03 15:47:03 -0300336
337endif