2008-10-04 02:47:03 +08:00
|
|
|
menuconfig USB_GSPCA
|
|
|
|
tristate "GSPCA based webcams"
|
2008-04-12 20:58:09 +08:00
|
|
|
depends on VIDEO_V4L2
|
2015-02-24 02:20:22 +08:00
|
|
|
depends on INPUT || INPUT=n
|
2018-05-12 22:44:00 +08:00
|
|
|
select VIDEOBUF2_VMALLOC
|
2008-10-04 02:47:03 +08:00
|
|
|
default m
|
2008-04-12 20:58:09 +08:00
|
|
|
---help---
|
2008-10-25 16:03:19 +08:00
|
|
|
Say Y here if you want to enable selecting webcams based
|
|
|
|
on the GSPCA framework.
|
2008-04-12 20:58:09 +08:00
|
|
|
|
2018-04-03 20:04:45 +08:00
|
|
|
See <file:Documentation/media/v4l-drivers/gspca-cardlist.rst> for more info.
|
2008-04-12 20:58:09 +08:00
|
|
|
|
2008-10-25 16:03:19 +08:00
|
|
|
This driver uses the Video For Linux API. You must say Y or M to
|
|
|
|
"Video For Linux" to use this driver.
|
2008-04-12 20:58:09 +08:00
|
|
|
|
2008-10-25 16:03:19 +08:00
|
|
|
To compile this driver as modules, choose M here: the
|
2008-11-22 15:17:06 +08:00
|
|
|
module will be called gspca_main.
|
2008-10-04 02:47:03 +08:00
|
|
|
|
|
|
|
|
|
|
|
if USB_GSPCA && VIDEO_V4L2
|
2008-10-01 15:51:53 +08:00
|
|
|
|
2012-08-14 11:13:22 +08:00
|
|
|
source "drivers/media/usb/gspca/m5602/Kconfig"
|
|
|
|
source "drivers/media/usb/gspca/stv06xx/Kconfig"
|
|
|
|
source "drivers/media/usb/gspca/gl860/Kconfig"
|
2008-10-01 15:51:53 +08:00
|
|
|
|
2009-12-20 20:09:22 +08:00
|
|
|
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.
|
|
|
|
|
2008-10-04 02:47:03 +08:00
|
|
|
config USB_GSPCA_CONEX
|
|
|
|
tristate "Conexant Camera Driver"
|
|
|
|
depends on VIDEO_V4L2 && USB_GSPCA
|
|
|
|
help
|
2008-10-25 16:03:19 +08:00
|
|
|
Say Y here if you want support for cameras based on the Conexant chip.
|
2008-10-04 02:47:03 +08:00
|
|
|
|
2008-10-25 16:03:19 +08:00
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called gspca_conex.
|
2008-10-04 02:47:03 +08:00
|
|
|
|
2010-01-14 20:37:18 +08:00
|
|
|
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
|
2019-02-19 03:29:03 +08:00
|
|
|
CPiA chip. Note that you need at least version 0.6.4 of libv4l for
|
2010-01-14 20:37:18 +08:00
|
|
|
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.
|
|
|
|
|
2014-03-25 06:41:38 +08:00
|
|
|
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.
|
|
|
|
|
2008-10-04 02:47:03 +08:00
|
|
|
config USB_GSPCA_ETOMS
|
|
|
|
tristate "Etoms USB Camera Driver"
|
|
|
|
depends on VIDEO_V4L2 && USB_GSPCA
|
|
|
|
help
|
2008-10-25 16:03:19 +08:00
|
|
|
Say Y here if you want support for cameras based on the Etoms chip.
|
2008-10-04 02:47:03 +08:00
|
|
|
|
2008-10-25 16:03:19 +08:00
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called gspca_etoms.
|
2008-10-04 02:47:03 +08:00
|
|
|
|
2008-10-05 15:55:24 +08:00
|
|
|
config USB_GSPCA_FINEPIX
|
|
|
|
tristate "Fujifilm FinePix USB V4L2 driver"
|
|
|
|
depends on VIDEO_V4L2 && USB_GSPCA
|
|
|
|
help
|
2008-10-25 16:03:19 +08:00
|
|
|
Say Y here if you want support for cameras based on the FinePix chip.
|
2008-10-05 15:55:24 +08:00
|
|
|
|
2008-10-25 16:03:19 +08:00
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called gspca_finepix.
|
2008-10-05 15:55:24 +08:00
|
|
|
|
2009-08-03 15:13:23 +08:00
|
|
|
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.
|
|
|
|
|
2011-12-14 05:09:15 +08:00
|
|
|
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.
|
|
|
|
|
2011-04-07 23:45:52 +08:00
|
|
|
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.
|
|
|
|
|
2010-09-06 03:30:30 +08:00
|
|
|
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.
|
|
|
|
|
2008-10-04 02:47:03 +08:00
|
|
|
config USB_GSPCA_MARS
|
|
|
|
tristate "Mars USB Camera Driver"
|
|
|
|
depends on VIDEO_V4L2 && USB_GSPCA
|
|
|
|
help
|
2008-10-25 16:03:19 +08:00
|
|
|
Say Y here if you want support for cameras based on the Mars chip.
|
2008-10-04 02:47:03 +08:00
|
|
|
|
2008-10-25 16:03:19 +08:00
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called gspca_mars.
|
2008-10-04 02:47:03 +08:00
|
|
|
|
2009-01-16 16:36:14 +08:00
|
|
|
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.
|
|
|
|
|
2011-03-14 19:49:28 +08:00
|
|
|
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.
|
|
|
|
|
2008-10-04 02:47:03 +08:00
|
|
|
config USB_GSPCA_OV519
|
2009-10-16 18:13:07 +08:00
|
|
|
tristate "OV51x / OVFX2 / W996xCF USB Camera Driver"
|
2008-10-04 02:47:03 +08:00
|
|
|
depends on VIDEO_V4L2 && USB_GSPCA
|
|
|
|
help
|
2009-10-16 18:13:07 +08:00
|
|
|
Say Y here if you want support for cameras based on one of these:
|
|
|
|
OV511(+), OV518(+), OV519, OVFX2, W9967CF, W9968CF
|
2008-10-04 02:47:03 +08:00
|
|
|
|
2008-10-25 16:03:19 +08:00
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called gspca_ov519.
|
2008-10-04 02:47:03 +08:00
|
|
|
|
2008-11-22 16:23:39 +08:00
|
|
|
config USB_GSPCA_OV534
|
2010-01-07 16:18:16 +08:00
|
|
|
tristate "OV534 OV772x USB Camera Driver"
|
2008-11-22 16:23:39 +08:00
|
|
|
depends on VIDEO_V4L2 && USB_GSPCA
|
|
|
|
help
|
2010-01-07 16:18:16 +08:00
|
|
|
Say Y here if you want support for cameras based on the OV534 chip
|
|
|
|
and sensor OV772x (e.g. Sony Playstation EYE)
|
2008-11-22 16:23:39 +08:00
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called gspca_ov534.
|
|
|
|
|
2010-01-07 16:18:16 +08:00
|
|
|
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.
|
|
|
|
|
2008-10-04 02:47:03 +08:00
|
|
|
config USB_GSPCA_PAC207
|
|
|
|
tristate "Pixart PAC207 USB Camera Driver"
|
|
|
|
depends on VIDEO_V4L2 && USB_GSPCA
|
|
|
|
help
|
2008-10-25 16:03:19 +08:00
|
|
|
Say Y here if you want support for cameras based on the PAC207 chip.
|
2008-10-04 02:47:03 +08:00
|
|
|
|
2008-10-25 16:03:19 +08:00
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called gspca_pac207.
|
2008-10-04 02:47:03 +08:00
|
|
|
|
2009-11-02 19:13:21 +08:00
|
|
|
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.
|
|
|
|
|
2008-10-04 02:47:03 +08:00
|
|
|
config USB_GSPCA_PAC7311
|
|
|
|
tristate "Pixart PAC7311 USB Camera Driver"
|
|
|
|
depends on VIDEO_V4L2 && USB_GSPCA
|
|
|
|
help
|
2008-10-25 16:03:19 +08:00
|
|
|
Say Y here if you want support for cameras based on the PAC7311 chip.
|
2008-10-04 02:47:03 +08:00
|
|
|
|
2008-10-25 16:03:19 +08:00
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called gspca_pac7311.
|
2008-10-04 02:47:03 +08:00
|
|
|
|
2011-06-05 18:44:34 +08:00
|
|
|
config USB_GSPCA_SE401
|
|
|
|
tristate "SE401 USB Camera Driver"
|
|
|
|
depends on VIDEO_V4L2 && USB_GSPCA
|
|
|
|
help
|
2017-08-30 16:47:21 +08:00
|
|
|
Say Y here if you want support for cameras based on the
|
|
|
|
Endpoints (formerly known as AOX) se401 chip.
|
2011-06-05 18:44:34 +08:00
|
|
|
|
2017-08-30 16:47:21 +08:00
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called gspca_se401.
|
2011-06-05 18:44:34 +08:00
|
|
|
|
2009-12-25 16:16:32 +08:00
|
|
|
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.
|
|
|
|
|
2009-07-19 16:52:58 +08:00
|
|
|
config USB_GSPCA_SN9C20X
|
2009-08-20 20:38:44 +08:00
|
|
|
tristate "SN9C20X USB Camera Driver"
|
|
|
|
depends on VIDEO_V4L2 && USB_GSPCA
|
|
|
|
help
|
2017-08-30 16:47:21 +08:00
|
|
|
Say Y here if you want support for cameras based on the
|
|
|
|
sn9c20x chips (SN9C201 and SN9C202).
|
2009-07-19 16:52:58 +08:00
|
|
|
|
2017-08-30 16:47:21 +08:00
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called gspca_sn9c20x.
|
2009-07-19 16:52:58 +08:00
|
|
|
|
2008-10-04 02:47:03 +08:00
|
|
|
config USB_GSPCA_SONIXB
|
2008-11-22 15:17:06 +08:00
|
|
|
tristate "SONIX Bayer USB Camera Driver"
|
2008-10-04 02:47:03 +08:00
|
|
|
depends on VIDEO_V4L2 && USB_GSPCA
|
|
|
|
help
|
2008-11-22 15:17:06 +08:00
|
|
|
Say Y here if you want support for cameras based on the Sonix
|
|
|
|
chips with Bayer format (SN9C101, SN9C102 and SN9C103).
|
2008-10-04 02:47:03 +08:00
|
|
|
|
2008-10-25 16:03:19 +08:00
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called gspca_sonixb.
|
2008-10-04 02:47:03 +08:00
|
|
|
|
|
|
|
config USB_GSPCA_SONIXJ
|
|
|
|
tristate "SONIX JPEG USB Camera Driver"
|
|
|
|
depends on VIDEO_V4L2 && USB_GSPCA
|
|
|
|
help
|
2008-11-22 15:17:06 +08:00
|
|
|
Say Y here if you want support for cameras based on the Sonix
|
|
|
|
chips with JPEG format (SN9C102P, SN9C105 and >= SN9C110).
|
2008-10-04 02:47:03 +08:00
|
|
|
|
2008-10-25 16:03:19 +08:00
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called gspca_sonixj
|
2008-10-04 02:47:03 +08:00
|
|
|
|
|
|
|
config USB_GSPCA_SPCA500
|
|
|
|
tristate "SPCA500 USB Camera Driver"
|
|
|
|
depends on VIDEO_V4L2 && USB_GSPCA
|
|
|
|
help
|
2008-10-25 16:03:19 +08:00
|
|
|
Say Y here if you want support for cameras based on the SPCA500 chip.
|
2008-10-04 02:47:03 +08:00
|
|
|
|
2008-10-25 16:03:19 +08:00
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called gspca_spca500.
|
2008-10-04 02:47:03 +08:00
|
|
|
|
|
|
|
config USB_GSPCA_SPCA501
|
|
|
|
tristate "SPCA501 USB Camera Driver"
|
|
|
|
depends on VIDEO_V4L2 && USB_GSPCA
|
|
|
|
help
|
2008-10-25 16:03:19 +08:00
|
|
|
Say Y here if you want support for cameras based on the SPCA501 chip.
|
2008-10-04 02:47:03 +08:00
|
|
|
|
2008-10-25 16:03:19 +08:00
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called gspca_spca501.
|
2008-10-04 02:47:03 +08:00
|
|
|
|
|
|
|
config USB_GSPCA_SPCA505
|
|
|
|
tristate "SPCA505 USB Camera Driver"
|
|
|
|
depends on VIDEO_V4L2 && USB_GSPCA
|
|
|
|
help
|
2008-10-25 16:03:19 +08:00
|
|
|
Say Y here if you want support for cameras based on the SPCA505 chip.
|
2008-10-04 02:47:03 +08:00
|
|
|
|
2008-10-25 16:03:19 +08:00
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called gspca_spca505.
|
2008-10-04 02:47:03 +08:00
|
|
|
|
|
|
|
config USB_GSPCA_SPCA506
|
|
|
|
tristate "SPCA506 USB Camera Driver"
|
|
|
|
depends on VIDEO_V4L2 && USB_GSPCA
|
|
|
|
help
|
2008-10-25 16:03:19 +08:00
|
|
|
Say Y here if you want support for cameras based on the SPCA506 chip.
|
2008-10-04 02:47:03 +08:00
|
|
|
|
2008-10-25 16:03:19 +08:00
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called gspca_spca506.
|
2008-10-04 02:47:03 +08:00
|
|
|
|
|
|
|
config USB_GSPCA_SPCA508
|
|
|
|
tristate "SPCA508 USB Camera Driver"
|
|
|
|
depends on VIDEO_V4L2 && USB_GSPCA
|
|
|
|
help
|
2008-10-25 16:03:19 +08:00
|
|
|
Say Y here if you want support for cameras based on the SPCA508 chip.
|
2008-10-04 02:47:03 +08:00
|
|
|
|
2008-10-25 16:03:19 +08:00
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called gspca_spca508.
|
2008-10-04 02:47:03 +08:00
|
|
|
|
|
|
|
config USB_GSPCA_SPCA561
|
|
|
|
tristate "SPCA561 USB Camera Driver"
|
|
|
|
depends on VIDEO_V4L2 && USB_GSPCA
|
|
|
|
help
|
2008-10-25 16:03:19 +08:00
|
|
|
Say Y here if you want support for cameras based on the SPCA561 chip.
|
2008-10-04 02:47:03 +08:00
|
|
|
|
2008-10-25 16:03:19 +08:00
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called gspca_spca561.
|
2008-10-04 02:47:03 +08:00
|
|
|
|
2010-06-05 18:57:56 +08:00
|
|
|
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.
|
|
|
|
|
2009-02-07 02:12:46 +08:00
|
|
|
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.
|
|
|
|
|
2009-03-25 18:13:13 +08:00
|
|
|
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.
|
|
|
|
|
2010-06-05 18:45:04 +08:00
|
|
|
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.
|
|
|
|
|
2008-10-04 02:47:03 +08:00
|
|
|
config USB_GSPCA_STK014
|
|
|
|
tristate "Syntek DV4000 (STK014) USB Camera Driver"
|
|
|
|
depends on VIDEO_V4L2 && USB_GSPCA
|
|
|
|
help
|
2008-10-25 16:03:19 +08:00
|
|
|
Say Y here if you want support for cameras based on the STK014 chip.
|
2008-10-04 02:47:03 +08:00
|
|
|
|
2008-10-25 16:03:19 +08:00
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called gspca_stk014.
|
2008-10-04 02:47:03 +08:00
|
|
|
|
2013-08-20 21:03:59 +08:00
|
|
|
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.
|
|
|
|
|
2009-10-23 17:50:12 +08:00
|
|
|
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.
|
|
|
|
|
2008-10-06 14:16:08 +08:00
|
|
|
config USB_GSPCA_SUNPLUS
|
|
|
|
tristate "SUNPLUS USB Camera Driver"
|
2008-10-04 02:47:03 +08:00
|
|
|
depends on VIDEO_V4L2 && USB_GSPCA
|
|
|
|
help
|
2008-10-25 16:03:19 +08:00
|
|
|
Say Y here if you want support for cameras based on the Sunplus
|
|
|
|
SPCA504(abc) SPCA533 SPCA536 chips.
|
2008-10-04 02:47:03 +08:00
|
|
|
|
2008-10-25 16:03:19 +08:00
|
|
|
To compile this driver as a module, choose M here: the
|
2008-11-22 15:17:06 +08:00
|
|
|
module will be called gspca_sunplus.
|
2008-10-04 02:47:03 +08:00
|
|
|
|
|
|
|
config USB_GSPCA_T613
|
|
|
|
tristate "T613 (JPEG Compliance) USB Camera Driver"
|
|
|
|
depends on VIDEO_V4L2 && USB_GSPCA
|
|
|
|
help
|
2008-10-25 16:03:19 +08:00
|
|
|
Say Y here if you want support for cameras based on the T613 chip.
|
2008-10-04 02:47:03 +08:00
|
|
|
|
2008-10-25 16:03:19 +08:00
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called gspca_t613.
|
2008-10-04 02:47:03 +08:00
|
|
|
|
2011-09-22 18:49:35 +08:00
|
|
|
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.
|
|
|
|
|
2014-12-01 10:27:53 +08:00
|
|
|
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.
|
|
|
|
|
2008-10-07 19:42:30 +08:00
|
|
|
config USB_GSPCA_TV8532
|
2008-10-04 02:47:03 +08:00
|
|
|
tristate "TV8532 USB Camera Driver"
|
|
|
|
depends on VIDEO_V4L2 && USB_GSPCA
|
|
|
|
help
|
2008-10-25 16:03:19 +08:00
|
|
|
Say Y here if you want support for cameras based on the TV8531 chip.
|
2008-10-04 02:47:03 +08:00
|
|
|
|
2008-10-25 16:03:19 +08:00
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called gspca_tv8532.
|
2008-10-04 02:47:03 +08:00
|
|
|
|
|
|
|
config USB_GSPCA_VC032X
|
|
|
|
tristate "VC032X USB Camera Driver"
|
|
|
|
depends on VIDEO_V4L2 && USB_GSPCA
|
|
|
|
help
|
2008-10-25 16:03:19 +08:00
|
|
|
Say Y here if you want support for cameras based on the VC032X chip.
|
2008-10-04 02:47:03 +08:00
|
|
|
|
2008-10-25 16:03:19 +08:00
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called gspca_vc032x.
|
2008-10-04 02:47:03 +08:00
|
|
|
|
2011-02-21 22:06:29 +08:00
|
|
|
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.
|
|
|
|
|
2010-09-06 03:05:22 +08:00
|
|
|
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.
|
|
|
|
|
2008-10-04 02:47:03 +08:00
|
|
|
config USB_GSPCA_ZC3XX
|
2008-10-25 16:06:58 +08:00
|
|
|
tristate "ZC3XX USB Camera Driver"
|
2008-10-04 02:47:03 +08:00
|
|
|
depends on VIDEO_V4L2 && USB_GSPCA
|
|
|
|
help
|
2008-10-25 16:03:19 +08:00
|
|
|
Say Y here if you want support for cameras based on the ZC3XX chip.
|
2008-10-04 02:47:03 +08:00
|
|
|
|
2008-10-25 16:03:19 +08:00
|
|
|
To compile this driver as a module, choose M here: the
|
|
|
|
module will be called gspca_zc3xx.
|
2008-10-04 02:47:03 +08:00
|
|
|
|
|
|
|
endif
|