blob: 561bab0874ce8969c9d534517ab6231f9e2f7f28 [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
Brian Johnson26e744b2009-07-19 05:52:58 -0300144config USB_GSPCA_SN9C20X
Mauro Carvalho Chehabb24ed7b2009-08-20 09:38:44 -0300145 tristate "SN9C20X USB Camera Driver"
146 depends on VIDEO_V4L2 && USB_GSPCA
147 help
Brian Johnson26e744b2009-07-19 05:52:58 -0300148 Say Y here if you want support for cameras based on the
149 sn9c20x chips (SN9C201 and SN9C202).
150
151 To compile this driver as a module, choose M here: the
152 module will be called gspca_sn9c20x.
153
154config USB_GSPCA_SN9C20X_EVDEV
Mauro Carvalho Chehab17d8dfe2009-08-14 01:45:57 -0300155 bool "Enable evdev support"
Randy Dunlapb6b85042009-08-26 03:34:16 -0300156 depends on USB_GSPCA_SN9C20X && INPUT
Mauro Carvalho Chehab17d8dfe2009-08-14 01:45:57 -0300157 ---help---
158 Say Y here in order to enable evdev support for sn9c20x webcam button.
Brian Johnson26e744b2009-07-19 05:52:58 -0300159
Erik Andreneeb00c62008-10-03 15:47:03 -0300160config USB_GSPCA_SONIXB
Jean-Francois Moine342b4a22008-11-22 04:17:06 -0300161 tristate "SONIX Bayer USB Camera Driver"
Erik Andreneeb00c62008-10-03 15:47:03 -0300162 depends on VIDEO_V4L2 && USB_GSPCA
163 help
Jean-Francois Moine342b4a22008-11-22 04:17:06 -0300164 Say Y here if you want support for cameras based on the Sonix
165 chips with Bayer format (SN9C101, SN9C102 and SN9C103).
Erik Andreneeb00c62008-10-03 15:47:03 -0300166
Frederic Cand95c730b2008-10-25 05:03:19 -0300167 To compile this driver as a module, choose M here: the
168 module will be called gspca_sonixb.
Erik Andreneeb00c62008-10-03 15:47:03 -0300169
170config USB_GSPCA_SONIXJ
171 tristate "SONIX JPEG USB Camera Driver"
172 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 JPEG format (SN9C102P, SN9C105 and >= SN9C110).
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_sonixj
Erik Andreneeb00c62008-10-03 15:47:03 -0300179
180config USB_GSPCA_SPCA500
181 tristate "SPCA500 USB Camera Driver"
182 depends on VIDEO_V4L2 && USB_GSPCA
183 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300184 Say Y here if you want support for cameras based on the SPCA500 chip.
Erik Andreneeb00c62008-10-03 15:47:03 -0300185
Frederic Cand95c730b2008-10-25 05:03:19 -0300186 To compile this driver as a module, choose M here: the
187 module will be called gspca_spca500.
Erik Andreneeb00c62008-10-03 15:47:03 -0300188
189config USB_GSPCA_SPCA501
190 tristate "SPCA501 USB Camera Driver"
191 depends on VIDEO_V4L2 && USB_GSPCA
192 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300193 Say Y here if you want support for cameras based on the SPCA501 chip.
Erik Andreneeb00c62008-10-03 15:47:03 -0300194
Frederic Cand95c730b2008-10-25 05:03:19 -0300195 To compile this driver as a module, choose M here: the
196 module will be called gspca_spca501.
Erik Andreneeb00c62008-10-03 15:47:03 -0300197
198config USB_GSPCA_SPCA505
199 tristate "SPCA505 USB Camera Driver"
200 depends on VIDEO_V4L2 && USB_GSPCA
201 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300202 Say Y here if you want support for cameras based on the SPCA505 chip.
Erik Andreneeb00c62008-10-03 15:47:03 -0300203
Frederic Cand95c730b2008-10-25 05:03:19 -0300204 To compile this driver as a module, choose M here: the
205 module will be called gspca_spca505.
Erik Andreneeb00c62008-10-03 15:47:03 -0300206
207config USB_GSPCA_SPCA506
208 tristate "SPCA506 USB Camera Driver"
209 depends on VIDEO_V4L2 && USB_GSPCA
210 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300211 Say Y here if you want support for cameras based on the SPCA506 chip.
Erik Andreneeb00c62008-10-03 15:47:03 -0300212
Frederic Cand95c730b2008-10-25 05:03:19 -0300213 To compile this driver as a module, choose M here: the
214 module will be called gspca_spca506.
Erik Andreneeb00c62008-10-03 15:47:03 -0300215
216config USB_GSPCA_SPCA508
217 tristate "SPCA508 USB Camera Driver"
218 depends on VIDEO_V4L2 && USB_GSPCA
219 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300220 Say Y here if you want support for cameras based on the SPCA508 chip.
Erik Andreneeb00c62008-10-03 15:47:03 -0300221
Frederic Cand95c730b2008-10-25 05:03:19 -0300222 To compile this driver as a module, choose M here: the
223 module will be called gspca_spca508.
Erik Andreneeb00c62008-10-03 15:47:03 -0300224
225config USB_GSPCA_SPCA561
226 tristate "SPCA561 USB Camera Driver"
227 depends on VIDEO_V4L2 && USB_GSPCA
228 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300229 Say Y here if you want support for cameras based on the SPCA561 chip.
Erik Andreneeb00c62008-10-03 15:47:03 -0300230
Frederic Cand95c730b2008-10-25 05:03:19 -0300231 To compile this driver as a module, choose M here: the
232 module will be called gspca_spca561.
Erik Andreneeb00c62008-10-03 15:47:03 -0300233
Adam Baker27d35fc2009-02-06 15:12:46 -0300234config USB_GSPCA_SQ905
235 tristate "SQ Technologies SQ905 based USB Camera Driver"
236 depends on VIDEO_V4L2 && USB_GSPCA
237 help
238 Say Y here if you want support for cameras based on the SQ905 chip.
239
240 To compile this driver as a module, choose M here: the
241 module will be called gspca_sq905.
242
Theodore Kilgore14a19c02009-03-25 07:13:13 -0300243config USB_GSPCA_SQ905C
244 tristate "SQ Technologies SQ905C based USB Camera Driver"
245 depends on VIDEO_V4L2 && USB_GSPCA
246 help
247 Say Y here if you want support for cameras based on the SQ905C chip.
248
249 To compile this driver as a module, choose M here: the
250 module will be called gspca_sq905c.
251
Erik Andreneeb00c62008-10-03 15:47:03 -0300252config USB_GSPCA_STK014
253 tristate "Syntek DV4000 (STK014) USB Camera Driver"
254 depends on VIDEO_V4L2 && USB_GSPCA
255 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300256 Say Y here if you want support for cameras based on the STK014 chip.
Erik Andreneeb00c62008-10-03 15:47:03 -0300257
Frederic Cand95c730b2008-10-25 05:03:19 -0300258 To compile this driver as a module, choose M here: the
259 module will be called gspca_stk014.
Erik Andreneeb00c62008-10-03 15:47:03 -0300260
Hans de Goede21f1b932009-10-23 06:50:12 -0300261config USB_GSPCA_STV0680
262 tristate "STV0680 USB Camera Driver"
263 depends on VIDEO_V4L2 && USB_GSPCA
264 help
265 Say Y here if you want support for cameras based on the STV0680 chip.
266
267 To compile this driver as a module, choose M here: the
268 module will be called gspca_stv0680.
269
Jean-Francois Moine1abe4742008-10-06 03:16:08 -0300270config USB_GSPCA_SUNPLUS
271 tristate "SUNPLUS USB Camera Driver"
Erik Andreneeb00c62008-10-03 15:47:03 -0300272 depends on VIDEO_V4L2 && USB_GSPCA
273 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300274 Say Y here if you want support for cameras based on the Sunplus
275 SPCA504(abc) SPCA533 SPCA536 chips.
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
Jean-Francois Moine342b4a22008-11-22 04:17:06 -0300278 module will be called gspca_sunplus.
Erik Andreneeb00c62008-10-03 15:47:03 -0300279
280config USB_GSPCA_T613
281 tristate "T613 (JPEG Compliance) 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 T613 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_t613.
Erik Andreneeb00c62008-10-03 15:47:03 -0300288
Jean-Francois Moinea2d78072008-10-07 08:42:30 -0300289config USB_GSPCA_TV8532
Erik Andreneeb00c62008-10-03 15:47:03 -0300290 tristate "TV8532 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 TV8531 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_tv8532.
Erik Andreneeb00c62008-10-03 15:47:03 -0300297
298config USB_GSPCA_VC032X
299 tristate "VC032X 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 VC032X 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_vc032x.
Erik Andreneeb00c62008-10-03 15:47:03 -0300306
307config USB_GSPCA_ZC3XX
Krzysztof Helt93d0f032008-10-25 05:06:58 -0300308 tristate "ZC3XX USB Camera Driver"
Erik Andreneeb00c62008-10-03 15:47:03 -0300309 depends on VIDEO_V4L2 && USB_GSPCA
310 help
Frederic Cand95c730b2008-10-25 05:03:19 -0300311 Say Y here if you want support for cameras based on the ZC3XX chip.
Erik Andreneeb00c62008-10-03 15:47:03 -0300312
Frederic Cand95c730b2008-10-25 05:03:19 -0300313 To compile this driver as a module, choose M here: the
314 module will be called gspca_zc3xx.
Erik Andreneeb00c62008-10-03 15:47:03 -0300315
316endif