Kconfig 14.0 KB
Newer Older
1
# SPDX-License-Identifier: GPL-2.0-only
2 3
menuconfig USB_GSPCA
	tristate "GSPCA based webcams"
4
	depends on VIDEO_V4L2
5
	depends on INPUT || INPUT=n
H
Hans Verkuil 已提交
6
	select VIDEOBUF2_VMALLOC
7
	default m
8
	help
9 10
	  Say Y here if you want to enable selecting webcams based
	  on the GSPCA framework.
11

12
	  See <file:Documentation/admin-guide/media/gspca-cardlist.rst> for more info.
13

14 15
	  This driver uses the Video For Linux API. You must say Y or M to
	  "Video For Linux" to use this driver.
16

17
	  To compile this driver as modules, choose M here: the
18
	  module will be called gspca_main.
19 20 21


if USB_GSPCA && VIDEO_V4L2
22

23 24 25
source "drivers/media/usb/gspca/m5602/Kconfig"
source "drivers/media/usb/gspca/stv06xx/Kconfig"
source "drivers/media/usb/gspca/gl860/Kconfig"
26

27 28 29 30 31 32 33 34 35
config USB_GSPCA_BENQ
	tristate "Benq USB Camera Driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
	  Say Y here if you want support for the Benq DC E300 camera.

	  To compile this driver as a module, choose M here: the
	  module will be called gspca_benq.

36 37 38 39
config USB_GSPCA_CONEX
	tristate "Conexant Camera Driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
40
	  Say Y here if you want support for cameras based on the Conexant chip.
41

42 43
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_conex.
44

45 46 47 48 49
config USB_GSPCA_CPIA1
	tristate "cpia CPiA (version 1) Camera Driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
	  Say Y here if you want support for USB cameras based on the cpia
50
	  CPiA chip. Note that you need at least version 0.6.4 of libv4l for
51 52 53 54 55
	  applications to understand the videoformat generated by this driver.

	  To compile this driver as a module, choose M here: the
	  module will be called gspca_cpia1.

56 57 58 59 60 61 62 63 64 65
config USB_GSPCA_DTCS033
	tristate "DTCS033 (Scopium) USB Astro-Camera Driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
	  Say Y here if you want support for the Scopium camera
	  for planetary astrophotography.

	  To compile this driver as a module, choose M here: the
	  module will be called gspca_dtcs033.

66 67 68 69
config USB_GSPCA_ETOMS
	tristate "Etoms USB Camera Driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
70
	  Say Y here if you want support for cameras based on the Etoms chip.
71

72 73
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_etoms.
74

75 76 77 78
config USB_GSPCA_FINEPIX
	tristate "Fujifilm FinePix USB V4L2 driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
79
	  Say Y here if you want support for cameras based on the FinePix chip.
80

81 82
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_finepix.
83

84 85 86 87 88 89 90 91 92
config USB_GSPCA_JEILINJ
	tristate "Jeilin JPEG USB V4L2 driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
	  Say Y here if you want support for cameras based on this Jeilin chip.

	  To compile this driver as a module, choose M here: the
	  module will be called gspca_jeilinj.

93 94 95 96 97 98 99 100 101 102
config USB_GSPCA_JL2005BCD
	tristate "JL2005B/C/D USB V4L2 driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
	  Say Y here if you want support for cameras based the
	  JL2005B, JL2005C, or JL2005D chip.

	  To compile this driver as a module, choose M here: the
	  module will be called gspca_jl2005bcd.

103 104 105 106 107 108 109 110 111
config USB_GSPCA_KINECT
	tristate "Kinect sensor device USB Camera Driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
	  Say Y here if you want support for the Microsoft Kinect sensor device.

	  To compile this driver as a module, choose M here: the
	  module will be called gspca_kinect.

112 113 114 115 116 117 118 119 120
config USB_GSPCA_KONICA
	tristate "Konica USB Camera V4L2 driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
	  Say Y here if you want support for cameras based on the Konica chip.

	  To compile this driver as a module, choose M here: the
	  module will be called gspca_konica.

121 122 123 124
config USB_GSPCA_MARS
	tristate "Mars USB Camera Driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
125
	  Say Y here if you want support for cameras based on the Mars chip.
126

127 128
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_mars.
129

130 131 132 133 134 135 136 137 138
config USB_GSPCA_MR97310A
	tristate "Mars-Semi MR97310A USB Camera Driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
	  Say Y here if you want support for cameras based on the MR97310A chip.

	  To compile this driver as a module, choose M here: the
	  module will be called gspca_mr97310a.

139 140 141 142 143 144 145 146 147
config USB_GSPCA_NW80X
	tristate "Divio based (NW80x) USB Camera Driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
	  Say Y here if you want support for cameras based on the NW80x chips.

	  To compile this driver as a module, choose M here: the
	  module will be called gspca_nw80x.

148
config USB_GSPCA_OV519
149
	tristate "OV51x / OVFX2 / W996xCF USB Camera Driver"
150 151
	depends on VIDEO_V4L2 && USB_GSPCA
	help
152 153
	  Say Y here if you want support for cameras based on one of these:
	  OV511(+), OV518(+), OV519, OVFX2, W9967CF, W9968CF
154

155 156
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_ov519.
157

158
config USB_GSPCA_OV534
159
	tristate "OV534 OV772x USB Camera Driver"
160 161
	depends on VIDEO_V4L2 && USB_GSPCA
	help
162 163
	  Say Y here if you want support for cameras based on the OV534 chip
	  and sensor OV772x (e.g. Sony Playstation EYE)
164 165 166 167

	  To compile this driver as a module, choose M here: the
	  module will be called gspca_ov534.

168 169 170 171 172 173 174 175 176 177
config USB_GSPCA_OV534_9
	tristate "OV534 OV965x USB Camera Driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
	  Say Y here if you want support for cameras based on the OV534 chip
	  and sensor OV965x (e.g. Hercules Dualpix)

	  To compile this driver as a module, choose M here: the
	  module will be called gspca_ov534_9.

178 179 180 181
config USB_GSPCA_PAC207
	tristate "Pixart PAC207 USB Camera Driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
182
	  Say Y here if you want support for cameras based on the PAC207 chip.
183

184 185
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_pac207.
186

187 188 189 190 191 192 193 194 195
config USB_GSPCA_PAC7302
	tristate "Pixart PAC7302 USB Camera Driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
	  Say Y here if you want support for cameras based on the PAC7302 chip.

	  To compile this driver as a module, choose M here: the
	  module will be called gspca_pac7302.

196 197 198 199
config USB_GSPCA_PAC7311
	tristate "Pixart PAC7311 USB Camera Driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
200
	  Say Y here if you want support for cameras based on the PAC7311 chip.
201

202 203
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_pac7311.
204

205 206 207 208
config USB_GSPCA_SE401
	tristate "SE401 USB Camera Driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
209 210
	  Say Y here if you want support for cameras based on the
	  Endpoints (formerly known as AOX) se401 chip.
211

212 213
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_se401.
214

215 216 217 218 219 220 221 222 223 224
config USB_GSPCA_SN9C2028
	tristate "SONIX Dual-Mode USB Camera Driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
	  Say Y here if you want streaming support for Sonix SN9C2028 cameras.
	  These are supported as stillcams in libgphoto2/camlibs/sonix.

	  To compile this driver as a module, choose M here: the
	  module will be called gspca_sn9c2028.

225
config USB_GSPCA_SN9C20X
226 227 228
	tristate "SN9C20X USB Camera Driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
229 230
	  Say Y here if you want support for cameras based on the
	  sn9c20x chips (SN9C201 and SN9C202).
231

232 233
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_sn9c20x.
234

235
config USB_GSPCA_SONIXB
236
	tristate "SONIX Bayer USB Camera Driver"
237 238
	depends on VIDEO_V4L2 && USB_GSPCA
	help
239 240
	  Say Y here if you want support for cameras based on the Sonix
	  chips with Bayer format (SN9C101, SN9C102 and SN9C103).
241

242 243
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_sonixb.
244 245 246 247 248

config USB_GSPCA_SONIXJ
	tristate "SONIX JPEG USB Camera Driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
249 250
	  Say Y here if you want support for cameras based on the Sonix
	  chips with JPEG format (SN9C102P, SN9C105 and >= SN9C110).
251

252 253
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_sonixj
254 255 256 257 258

config USB_GSPCA_SPCA500
	tristate "SPCA500 USB Camera Driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
259
	  Say Y here if you want support for cameras based on the SPCA500 chip.
260

261 262
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_spca500.
263 264 265 266 267

config USB_GSPCA_SPCA501
	tristate "SPCA501 USB Camera Driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
268
	  Say Y here if you want support for cameras based on the SPCA501 chip.
269

270 271
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_spca501.
272 273 274 275 276

config USB_GSPCA_SPCA505
	tristate "SPCA505 USB Camera Driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
277
	  Say Y here if you want support for cameras based on the SPCA505 chip.
278

279 280
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_spca505.
281 282 283 284 285

config USB_GSPCA_SPCA506
	tristate "SPCA506 USB Camera Driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
286
	  Say Y here if you want support for cameras based on the SPCA506 chip.
287

288 289
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_spca506.
290 291 292 293 294

config USB_GSPCA_SPCA508
	tristate "SPCA508 USB Camera Driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
295
	  Say Y here if you want support for cameras based on the SPCA508 chip.
296

297 298
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_spca508.
299 300 301 302 303

config USB_GSPCA_SPCA561
	tristate "SPCA561 USB Camera Driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
304
	  Say Y here if you want support for cameras based on the SPCA561 chip.
305

306 307
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_spca561.
308

309 310 311 312 313 314 315 316 317
config USB_GSPCA_SPCA1528
	tristate "SPCA1528 USB Camera Driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
	  Say Y here if you want support for cameras based on the SPCA1528 chip.

	  To compile this driver as a module, choose M here: the
	  module will be called gspca_spca1528.

318 319 320 321 322 323 324 325 326
config USB_GSPCA_SQ905
	tristate "SQ Technologies SQ905 based USB Camera Driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
	  Say Y here if you want support for cameras based on the SQ905 chip.

	  To compile this driver as a module, choose M here: the
	  module will be called gspca_sq905.

327 328 329 330 331 332 333 334 335
config USB_GSPCA_SQ905C
	tristate "SQ Technologies SQ905C based USB Camera Driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
	  Say Y here if you want support for cameras based on the SQ905C chip.

	  To compile this driver as a module, choose M here: the
	  module will be called gspca_sq905c.

336 337 338 339 340 341 342 343 344
config USB_GSPCA_SQ930X
	tristate "SQ Technologies SQ930X based USB Camera Driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
	  Say Y here if you want support for cameras based on the SQ930X chip.

	  To compile this driver as a module, choose M here: the
	  module will be called gspca_sq930x.

345 346 347 348
config USB_GSPCA_STK014
	tristate "Syntek DV4000 (STK014) USB Camera Driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
349
	  Say Y here if you want support for cameras based on the STK014 chip.
350

351 352
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_stk014.
353

354 355 356 357 358 359 360 361 362
config USB_GSPCA_STK1135
	tristate "Syntek STK1135 USB Camera Driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
	  Say Y here if you want support for cameras based on the STK1135 chip.

	  To compile this driver as a module, choose M here: the
	  module will be called gspca_stk1135.

363 364 365 366 367 368 369 370 371
config USB_GSPCA_STV0680
	tristate "STV0680 USB Camera Driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
	  Say Y here if you want support for cameras based on the STV0680 chip.

	  To compile this driver as a module, choose M here: the
	  module will be called gspca_stv0680.

372 373
config USB_GSPCA_SUNPLUS
	tristate "SUNPLUS USB Camera Driver"
374 375
	depends on VIDEO_V4L2 && USB_GSPCA
	help
376 377
	  Say Y here if you want support for cameras based on the Sunplus
	  SPCA504(abc) SPCA533 SPCA536 chips.
378

379
	  To compile this driver as a module, choose M here: the
380
	  module will be called gspca_sunplus.
381 382 383 384 385

config USB_GSPCA_T613
	tristate "T613 (JPEG Compliance) USB Camera Driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
386
	  Say Y here if you want support for cameras based on the T613 chip.
387

388 389
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_t613.
390

391 392 393 394 395 396 397 398 399 400
config USB_GSPCA_TOPRO
	tristate "TOPRO USB Camera Driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
	  Say Y here if you want support for cameras based on the
	  TP6800 and TP6810 Topro chips.

	  To compile this driver as a module, choose M here: the
	  module will be called gspca_topro.

401 402 403 404 405 406 407 408 409 410
config USB_GSPCA_TOUPTEK
	tristate "Touptek USB Camera Driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
	  Say Y here if you want support for cameras based on the ToupTek UCMOS
	  / AmScope MU series camera.

	  To compile this driver as a module, choose M here: the
	  module will be called gspca_touptek.

411
config USB_GSPCA_TV8532
412 413 414
	tristate "TV8532 USB Camera Driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
415
	  Say Y here if you want support for cameras based on the TV8531 chip.
416

417 418
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_tv8532.
419 420 421 422 423

config USB_GSPCA_VC032X
	tristate "VC032X USB Camera Driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
424
	  Say Y here if you want support for cameras based on the VC032X chip.
425

426 427
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_vc032x.
428

429 430 431 432 433 434 435 436 437 438
config USB_GSPCA_VICAM
	tristate "ViCam USB Camera Driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
	  Say Y here if you want support for the 3com homeconnect camera
	  (vicam).

	  To compile this driver as a module, choose M here: the
	  module will be called gspca_vicam.

439 440 441 442 443 444 445 446 447
config USB_GSPCA_XIRLINK_CIT
	tristate "Xirlink C-It USB Camera Driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
	  Say Y here if you want support for Xirlink C-It bases cameras.

	  To compile this driver as a module, choose M here: the
	  module will be called gspca_xirlink_cit.

448
config USB_GSPCA_ZC3XX
449
	tristate "ZC3XX USB Camera Driver"
450 451
	depends on VIDEO_V4L2 && USB_GSPCA
	help
452
	  Say Y here if you want support for cameras based on the ZC3XX chip.
453

454 455
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_zc3xx.
456 457

endif