blob: 20b0f62fe77fd72b2bc4d07f4fc809bd3f6c2c89 [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
42config USB_GSPCA_ETOMS
43 tristate "Etoms USB Camera Driver"
44 depends on VIDEO_V4L2 && USB_GSPCA
45 help
Frederic Cand95c730b2008-10-25 05:03:19 -030046 Say Y here if you want support for cameras based on the Etoms chip.
Erik Andreneeb00c62008-10-03 15:47:03 -030047
Frederic Cand95c730b2008-10-25 05:03:19 -030048 To compile this driver as a module, choose M here: the
49 module will be called gspca_etoms.
Erik Andreneeb00c62008-10-03 15:47:03 -030050
Jean-Francois Moine49183122008-10-05 04:55:24 -030051config USB_GSPCA_FINEPIX
52 tristate "Fujifilm FinePix USB V4L2 driver"
53 depends on VIDEO_V4L2 && USB_GSPCA
54 help
Frederic Cand95c730b2008-10-25 05:03:19 -030055 Say Y here if you want support for cameras based on the FinePix chip.
Jean-Francois Moine49183122008-10-05 04:55:24 -030056
Frederic Cand95c730b2008-10-25 05:03:19 -030057 To compile this driver as a module, choose M here: the
58 module will be called gspca_finepix.
Jean-Francois Moine49183122008-10-05 04:55:24 -030059
Theodore Kilgore3040b042009-08-03 04:13:23 -030060config USB_GSPCA_JEILINJ
61 tristate "Jeilin JPEG USB V4L2 driver"
62 depends on VIDEO_V4L2 && USB_GSPCA
63 help
64 Say Y here if you want support for cameras based on this Jeilin chip.
65
66 To compile this driver as a module, choose M here: the
67 module will be called gspca_jeilinj.
68
Erik Andreneeb00c62008-10-03 15:47:03 -030069config USB_GSPCA_MARS
70 tristate "Mars USB Camera Driver"
71 depends on VIDEO_V4L2 && USB_GSPCA
72 help
Frederic Cand95c730b2008-10-25 05:03:19 -030073 Say Y here if you want support for cameras based on the Mars chip.
Erik Andreneeb00c62008-10-03 15:47:03 -030074
Frederic Cand95c730b2008-10-25 05:03:19 -030075 To compile this driver as a module, choose M here: the
76 module will be called gspca_mars.
Erik Andreneeb00c62008-10-03 15:47:03 -030077
Kyle Guinnd661e622009-01-16 05:36:14 -030078config USB_GSPCA_MR97310A
79 tristate "Mars-Semi MR97310A USB Camera Driver"
80 depends on VIDEO_V4L2 && USB_GSPCA
81 help
82 Say Y here if you want support for cameras based on the MR97310A chip.
83
84 To compile this driver as a module, choose M here: the
85 module will be called gspca_mr97310a.
86
Erik Andreneeb00c62008-10-03 15:47:03 -030087config USB_GSPCA_OV519
Hans de Goedea511ba92009-10-16 07:13:07 -030088 tristate "OV51x / OVFX2 / W996xCF USB Camera Driver"
Erik Andreneeb00c62008-10-03 15:47:03 -030089 depends on VIDEO_V4L2 && USB_GSPCA
90 help
Hans de Goedea511ba92009-10-16 07:13:07 -030091 Say Y here if you want support for cameras based on one of these:
92 OV511(+), OV518(+), OV519, OVFX2, W9967CF, W9968CF
Erik Andreneeb00c62008-10-03 15:47:03 -030093
Frederic Cand95c730b2008-10-25 05:03:19 -030094 To compile this driver as a module, choose M here: the
95 module will be called gspca_ov519.
Erik Andreneeb00c62008-10-03 15:47:03 -030096
Antonio Ospitefbb4c6d2008-11-22 05:23:39 -030097config USB_GSPCA_OV534
Jean-Francois Moinec52af792010-01-07 05:18:16 -030098 tristate "OV534 OV772x USB Camera Driver"
Antonio Ospitefbb4c6d2008-11-22 05:23:39 -030099 depends on VIDEO_V4L2 && USB_GSPCA
100 help
Jean-Francois Moinec52af792010-01-07 05:18:16 -0300101 Say Y here if you want support for cameras based on the OV534 chip
102 and sensor OV772x (e.g. Sony Playstation EYE)
Antonio Ospitefbb4c6d2008-11-22 05:23:39 -0300103
104 To compile this driver as a module, choose M here: the
105 module will be called gspca_ov534.
106
Jean-Francois Moinec52af792010-01-07 05:18:16 -0300107config USB_GSPCA_OV534_9
108 tristate "OV534 OV965x USB Camera Driver"
109 depends on VIDEO_V4L2 && USB_GSPCA
110 help
111 Say Y here if you want support for cameras based on the OV534 chip
112 and sensor OV965x (e.g. Hercules Dualpix)
113
114 To compile this driver as a module, choose M here: the
115 module will be called gspca_ov534_9.
116
Erik Andreneeb00c62008-10-03 15:47:03 -0300117config USB_GSPCA_PAC207
118 tristate "Pixart PAC207 USB Camera Driver"
119 depends on VIDEO_V4L2 && USB_GSPCA
120 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300121 Say Y here if you want support for cameras based on the PAC207 chip.
Erik Andreneeb00c62008-10-03 15:47:03 -0300122
Frederic Cand95c730b2008-10-25 05:03:19 -0300123 To compile this driver as a module, choose M here: the
124 module will be called gspca_pac207.
Erik Andreneeb00c62008-10-03 15:47:03 -0300125
Marton Nemeth1408b842009-11-02 08:13:21 -0300126config USB_GSPCA_PAC7302
127 tristate "Pixart PAC7302 USB Camera Driver"
128 depends on VIDEO_V4L2 && USB_GSPCA
129 help
130 Say Y here if you want support for cameras based on the PAC7302 chip.
131
132 To compile this driver as a module, choose M here: the
133 module will be called gspca_pac7302.
134
Erik Andreneeb00c62008-10-03 15:47:03 -0300135config USB_GSPCA_PAC7311
136 tristate "Pixart PAC7311 USB Camera Driver"
137 depends on VIDEO_V4L2 && USB_GSPCA
138 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300139 Say Y here if you want support for cameras based on the PAC7311 chip.
Erik Andreneeb00c62008-10-03 15:47:03 -0300140
Frederic Cand95c730b2008-10-25 05:03:19 -0300141 To compile this driver as a module, choose M here: the
142 module will be called gspca_pac7311.
Erik Andreneeb00c62008-10-03 15:47:03 -0300143
Theodore Kilgore5bdd00b2009-12-25 05:16:32 -0300144config USB_GSPCA_SN9C2028
145 tristate "SONIX Dual-Mode USB Camera Driver"
146 depends on VIDEO_V4L2 && USB_GSPCA
147 help
148 Say Y here if you want streaming support for Sonix SN9C2028 cameras.
149 These are supported as stillcams in libgphoto2/camlibs/sonix.
150
151 To compile this driver as a module, choose M here: the
152 module will be called gspca_sn9c2028.
153
Brian Johnson26e744b2009-07-19 05:52:58 -0300154config USB_GSPCA_SN9C20X
Mauro Carvalho Chehabb24ed7b2009-08-20 09:38:44 -0300155 tristate "SN9C20X USB Camera Driver"
156 depends on VIDEO_V4L2 && USB_GSPCA
157 help
Brian Johnson26e744b2009-07-19 05:52:58 -0300158 Say Y here if you want support for cameras based on the
159 sn9c20x chips (SN9C201 and SN9C202).
160
161 To compile this driver as a module, choose M here: the
162 module will be called gspca_sn9c20x.
163
164config USB_GSPCA_SN9C20X_EVDEV
Mauro Carvalho Chehab17d8dfe82009-08-14 01:45:57 -0300165 bool "Enable evdev support"
Randy Dunlapb6b85042009-08-26 03:34:16 -0300166 depends on USB_GSPCA_SN9C20X && INPUT
Mauro Carvalho Chehab17d8dfe82009-08-14 01:45:57 -0300167 ---help---
168 Say Y here in order to enable evdev support for sn9c20x webcam button.
Brian Johnson26e744b2009-07-19 05:52:58 -0300169
Erik Andreneeb00c62008-10-03 15:47:03 -0300170config USB_GSPCA_SONIXB
Jean-Francois Moine342b4a22008-11-22 04:17:06 -0300171 tristate "SONIX Bayer USB Camera Driver"
Erik Andreneeb00c62008-10-03 15:47:03 -0300172 depends on VIDEO_V4L2 && USB_GSPCA
173 help
Jean-Francois Moine342b4a22008-11-22 04:17:06 -0300174 Say Y here if you want support for cameras based on the Sonix
175 chips with Bayer format (SN9C101, SN9C102 and SN9C103).
Erik Andreneeb00c62008-10-03 15:47:03 -0300176
Frederic Cand95c730b2008-10-25 05:03:19 -0300177 To compile this driver as a module, choose M here: the
178 module will be called gspca_sonixb.
Erik Andreneeb00c62008-10-03 15:47:03 -0300179
180config USB_GSPCA_SONIXJ
181 tristate "SONIX JPEG USB Camera Driver"
182 depends on VIDEO_V4L2 && USB_GSPCA
183 help
Jean-Francois Moine342b4a22008-11-22 04:17:06 -0300184 Say Y here if you want support for cameras based on the Sonix
185 chips with JPEG format (SN9C102P, SN9C105 and >= SN9C110).
Erik Andreneeb00c62008-10-03 15:47:03 -0300186
Frederic Cand95c730b2008-10-25 05:03:19 -0300187 To compile this driver as a module, choose M here: the
188 module will be called gspca_sonixj
Erik Andreneeb00c62008-10-03 15:47:03 -0300189
190config USB_GSPCA_SPCA500
191 tristate "SPCA500 USB Camera Driver"
192 depends on VIDEO_V4L2 && USB_GSPCA
193 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300194 Say Y here if you want support for cameras based on the SPCA500 chip.
Erik Andreneeb00c62008-10-03 15:47:03 -0300195
Frederic Cand95c730b2008-10-25 05:03:19 -0300196 To compile this driver as a module, choose M here: the
197 module will be called gspca_spca500.
Erik Andreneeb00c62008-10-03 15:47:03 -0300198
199config USB_GSPCA_SPCA501
200 tristate "SPCA501 USB Camera Driver"
201 depends on VIDEO_V4L2 && USB_GSPCA
202 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300203 Say Y here if you want support for cameras based on the SPCA501 chip.
Erik Andreneeb00c62008-10-03 15:47:03 -0300204
Frederic Cand95c730b2008-10-25 05:03:19 -0300205 To compile this driver as a module, choose M here: the
206 module will be called gspca_spca501.
Erik Andreneeb00c62008-10-03 15:47:03 -0300207
208config USB_GSPCA_SPCA505
209 tristate "SPCA505 USB Camera Driver"
210 depends on VIDEO_V4L2 && USB_GSPCA
211 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300212 Say Y here if you want support for cameras based on the SPCA505 chip.
Erik Andreneeb00c62008-10-03 15:47:03 -0300213
Frederic Cand95c730b2008-10-25 05:03:19 -0300214 To compile this driver as a module, choose M here: the
215 module will be called gspca_spca505.
Erik Andreneeb00c62008-10-03 15:47:03 -0300216
217config USB_GSPCA_SPCA506
218 tristate "SPCA506 USB Camera Driver"
219 depends on VIDEO_V4L2 && USB_GSPCA
220 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300221 Say Y here if you want support for cameras based on the SPCA506 chip.
Erik Andreneeb00c62008-10-03 15:47:03 -0300222
Frederic Cand95c730b2008-10-25 05:03:19 -0300223 To compile this driver as a module, choose M here: the
224 module will be called gspca_spca506.
Erik Andreneeb00c62008-10-03 15:47:03 -0300225
226config USB_GSPCA_SPCA508
227 tristate "SPCA508 USB Camera Driver"
228 depends on VIDEO_V4L2 && USB_GSPCA
229 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300230 Say Y here if you want support for cameras based on the SPCA508 chip.
Erik Andreneeb00c62008-10-03 15:47:03 -0300231
Frederic Cand95c730b2008-10-25 05:03:19 -0300232 To compile this driver as a module, choose M here: the
233 module will be called gspca_spca508.
Erik Andreneeb00c62008-10-03 15:47:03 -0300234
235config USB_GSPCA_SPCA561
236 tristate "SPCA561 USB Camera Driver"
237 depends on VIDEO_V4L2 && USB_GSPCA
238 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300239 Say Y here if you want support for cameras based on the SPCA561 chip.
Erik Andreneeb00c62008-10-03 15:47:03 -0300240
Frederic Cand95c730b2008-10-25 05:03:19 -0300241 To compile this driver as a module, choose M here: the
242 module will be called gspca_spca561.
Erik Andreneeb00c62008-10-03 15:47:03 -0300243
Adam Baker27d35fc2009-02-06 15:12:46 -0300244config USB_GSPCA_SQ905
245 tristate "SQ Technologies SQ905 based USB Camera Driver"
246 depends on VIDEO_V4L2 && USB_GSPCA
247 help
248 Say Y here if you want support for cameras based on the SQ905 chip.
249
250 To compile this driver as a module, choose M here: the
251 module will be called gspca_sq905.
252
Theodore Kilgore14a19c02009-03-25 07:13:13 -0300253config USB_GSPCA_SQ905C
254 tristate "SQ Technologies SQ905C based USB Camera Driver"
255 depends on VIDEO_V4L2 && USB_GSPCA
256 help
257 Say Y here if you want support for cameras based on the SQ905C chip.
258
259 To compile this driver as a module, choose M here: the
260 module will be called gspca_sq905c.
261
Erik Andreneeb00c62008-10-03 15:47:03 -0300262config USB_GSPCA_STK014
263 tristate "Syntek DV4000 (STK014) 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 STK014 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_stk014.
Erik Andreneeb00c62008-10-03 15:47:03 -0300270
Hans de Goede21f1b932009-10-23 06:50:12 -0300271config USB_GSPCA_STV0680
272 tristate "STV0680 USB Camera Driver"
273 depends on VIDEO_V4L2 && USB_GSPCA
274 help
275 Say Y here if you want support for cameras based on the STV0680 chip.
276
277 To compile this driver as a module, choose M here: the
278 module will be called gspca_stv0680.
279
Jean-Francois Moine1abe4742008-10-06 03:16:08 -0300280config USB_GSPCA_SUNPLUS
281 tristate "SUNPLUS USB Camera Driver"
Erik Andreneeb00c62008-10-03 15:47:03 -0300282 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 Sunplus
285 SPCA504(abc) SPCA533 SPCA536 chips.
Erik Andreneeb00c62008-10-03 15:47:03 -0300286
Frederic Cand95c730b2008-10-25 05:03:19 -0300287 To compile this driver as a module, choose M here: the
Jean-Francois Moine342b4a22008-11-22 04:17:06 -0300288 module will be called gspca_sunplus.
Erik Andreneeb00c62008-10-03 15:47:03 -0300289
290config USB_GSPCA_T613
291 tristate "T613 (JPEG Compliance) USB Camera Driver"
292 depends on VIDEO_V4L2 && USB_GSPCA
293 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300294 Say Y here if you want support for cameras based on the T613 chip.
Erik Andreneeb00c62008-10-03 15:47:03 -0300295
Frederic Cand95c730b2008-10-25 05:03:19 -0300296 To compile this driver as a module, choose M here: the
297 module will be called gspca_t613.
Erik Andreneeb00c62008-10-03 15:47:03 -0300298
Jean-Francois Moinea2d78072008-10-07 08:42:30 -0300299config USB_GSPCA_TV8532
Erik Andreneeb00c62008-10-03 15:47:03 -0300300 tristate "TV8532 USB Camera Driver"
301 depends on VIDEO_V4L2 && USB_GSPCA
302 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300303 Say Y here if you want support for cameras based on the TV8531 chip.
Erik Andreneeb00c62008-10-03 15:47:03 -0300304
Frederic Cand95c730b2008-10-25 05:03:19 -0300305 To compile this driver as a module, choose M here: the
306 module will be called gspca_tv8532.
Erik Andreneeb00c62008-10-03 15:47:03 -0300307
308config USB_GSPCA_VC032X
309 tristate "VC032X USB Camera Driver"
310 depends on VIDEO_V4L2 && USB_GSPCA
311 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300312 Say Y here if you want support for cameras based on the VC032X chip.
Erik Andreneeb00c62008-10-03 15:47:03 -0300313
Frederic Cand95c730b2008-10-25 05:03:19 -0300314 To compile this driver as a module, choose M here: the
315 module will be called gspca_vc032x.
Erik Andreneeb00c62008-10-03 15:47:03 -0300316
317config USB_GSPCA_ZC3XX
Krzysztof Helt93d0f032008-10-25 05:06:58 -0300318 tristate "ZC3XX USB Camera Driver"
Erik Andreneeb00c62008-10-03 15:47:03 -0300319 depends on VIDEO_V4L2 && USB_GSPCA
320 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300321 Say Y here if you want support for cameras based on the ZC3XX chip.
Erik Andreneeb00c62008-10-03 15:47:03 -0300322
Frederic Cand95c730b2008-10-25 05:03:19 -0300323 To compile this driver as a module, choose M here: the
324 module will be called gspca_zc3xx.
Erik Andreneeb00c62008-10-03 15:47:03 -0300325
326endif