Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 1 | menuconfig USB_GSPCA |
| 2 | tristate "GSPCA based webcams" |
Jean-Francois Moine | 63eb954 | 2008-04-12 09:58:09 -0300 | [diff] [blame] | 3 | depends on VIDEO_V4L2 |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 4 | default m |
Jean-Francois Moine | 63eb954 | 2008-04-12 09:58:09 -0300 | [diff] [blame] | 5 | ---help--- |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 6 | Say Y here if you want to enable selecting webcams based |
| 7 | on the GSPCA framework. |
Jean-Francois Moine | 63eb954 | 2008-04-12 09:58:09 -0300 | [diff] [blame] | 8 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 9 | See <file:Documentation/video4linux/gspca.txt> for more info. |
Jean-Francois Moine | 63eb954 | 2008-04-12 09:58:09 -0300 | [diff] [blame] | 10 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 11 | 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 Moine | 63eb954 | 2008-04-12 09:58:09 -0300 | [diff] [blame] | 13 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 14 | To compile this driver as modules, choose M here: the |
Jean-Francois Moine | 342b4a2 | 2008-11-22 04:17:06 -0300 | [diff] [blame] | 15 | module will be called gspca_main. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 16 | |
| 17 | |
| 18 | if USB_GSPCA && VIDEO_V4L2 |
Erik Andren | c109f81 | 2008-10-01 04:51:53 -0300 | [diff] [blame] | 19 | |
Mauro Carvalho Chehab | 0c0d06c | 2012-08-14 00:13:22 -0300 | [diff] [blame] | 20 | source "drivers/media/usb/gspca/m5602/Kconfig" |
| 21 | source "drivers/media/usb/gspca/stv06xx/Kconfig" |
| 22 | source "drivers/media/usb/gspca/gl860/Kconfig" |
Erik Andren | c109f81 | 2008-10-01 04:51:53 -0300 | [diff] [blame] | 23 | |
Jean-Francois Moine | 0a71d9c | 2009-12-20 09:09:22 -0300 | [diff] [blame] | 24 | config 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 Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 33 | config USB_GSPCA_CONEX |
| 34 | tristate "Conexant Camera Driver" |
| 35 | depends on VIDEO_V4L2 && USB_GSPCA |
| 36 | help |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 37 | Say Y here if you want support for cameras based on the Conexant chip. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 38 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 39 | To compile this driver as a module, choose M here: the |
| 40 | module will be called gspca_conex. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 41 | |
Hans de Goede | 54e8bc5 | 2010-01-14 09:37:18 -0300 | [diff] [blame] | 42 | config 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 | |
Robert Butora | 30ece90 | 2014-03-24 19:41:38 -0300 | [diff] [blame] | 53 | config USB_GSPCA_DTCS033 |
| 54 | tristate "DTCS033 (Scopium) USB Astro-Camera Driver" |
| 55 | depends on VIDEO_V4L2 && USB_GSPCA |
| 56 | help |
| 57 | Say Y here if you want support for the Scopium camera |
| 58 | for planetary astrophotography. |
| 59 | |
| 60 | To compile this driver as a module, choose M here: the |
| 61 | module will be called gspca_dtcs033. |
| 62 | |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 63 | config USB_GSPCA_ETOMS |
| 64 | tristate "Etoms USB Camera Driver" |
| 65 | depends on VIDEO_V4L2 && USB_GSPCA |
| 66 | help |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 67 | Say Y here if you want support for cameras based on the Etoms chip. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 68 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 69 | To compile this driver as a module, choose M here: the |
| 70 | module will be called gspca_etoms. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 71 | |
Jean-Francois Moine | 4918312 | 2008-10-05 04:55:24 -0300 | [diff] [blame] | 72 | config USB_GSPCA_FINEPIX |
| 73 | tristate "Fujifilm FinePix USB V4L2 driver" |
| 74 | depends on VIDEO_V4L2 && USB_GSPCA |
| 75 | help |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 76 | Say Y here if you want support for cameras based on the FinePix chip. |
Jean-Francois Moine | 4918312 | 2008-10-05 04:55:24 -0300 | [diff] [blame] | 77 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 78 | To compile this driver as a module, choose M here: the |
| 79 | module will be called gspca_finepix. |
Jean-Francois Moine | 4918312 | 2008-10-05 04:55:24 -0300 | [diff] [blame] | 80 | |
Theodore Kilgore | 3040b04 | 2009-08-03 04:13:23 -0300 | [diff] [blame] | 81 | config USB_GSPCA_JEILINJ |
| 82 | tristate "Jeilin JPEG USB V4L2 driver" |
| 83 | depends on VIDEO_V4L2 && USB_GSPCA |
| 84 | help |
| 85 | Say Y here if you want support for cameras based on this Jeilin chip. |
| 86 | |
| 87 | To compile this driver as a module, choose M here: the |
| 88 | module will be called gspca_jeilinj. |
| 89 | |
Theodore Kilgore | fe3449a | 2011-12-13 18:09:15 -0300 | [diff] [blame] | 90 | config USB_GSPCA_JL2005BCD |
| 91 | tristate "JL2005B/C/D USB V4L2 driver" |
| 92 | depends on VIDEO_V4L2 && USB_GSPCA |
| 93 | help |
| 94 | Say Y here if you want support for cameras based the |
| 95 | JL2005B, JL2005C, or JL2005D chip. |
| 96 | |
| 97 | To compile this driver as a module, choose M here: the |
| 98 | module will be called gspca_jl2005bcd. |
| 99 | |
Antonio Ospite | 6612155 | 2011-04-07 12:45:52 -0300 | [diff] [blame] | 100 | config USB_GSPCA_KINECT |
| 101 | tristate "Kinect sensor device USB Camera Driver" |
| 102 | depends on VIDEO_V4L2 && USB_GSPCA |
| 103 | help |
| 104 | Say Y here if you want support for the Microsoft Kinect sensor device. |
| 105 | |
| 106 | To compile this driver as a module, choose M here: the |
| 107 | module will be called gspca_kinect. |
| 108 | |
Hans de Goede | b517af7 | 2010-09-05 16:30:30 -0300 | [diff] [blame] | 109 | config USB_GSPCA_KONICA |
| 110 | tristate "Konica USB Camera V4L2 driver" |
| 111 | depends on VIDEO_V4L2 && USB_GSPCA |
| 112 | help |
| 113 | Say Y here if you want support for cameras based on the Konica chip. |
| 114 | |
| 115 | To compile this driver as a module, choose M here: the |
| 116 | module will be called gspca_konica. |
| 117 | |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 118 | config USB_GSPCA_MARS |
| 119 | tristate "Mars USB Camera Driver" |
| 120 | depends on VIDEO_V4L2 && USB_GSPCA |
| 121 | help |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 122 | Say Y here if you want support for cameras based on the Mars chip. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 123 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 124 | To compile this driver as a module, choose M here: the |
| 125 | module will be called gspca_mars. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 126 | |
Kyle Guinn | d661e62 | 2009-01-16 05:36:14 -0300 | [diff] [blame] | 127 | config USB_GSPCA_MR97310A |
| 128 | tristate "Mars-Semi MR97310A USB Camera Driver" |
| 129 | depends on VIDEO_V4L2 && USB_GSPCA |
| 130 | help |
| 131 | Say Y here if you want support for cameras based on the MR97310A chip. |
| 132 | |
| 133 | To compile this driver as a module, choose M here: the |
| 134 | module will be called gspca_mr97310a. |
| 135 | |
Jean-François Moine | ce5b2ac | 2011-03-14 08:49:28 -0300 | [diff] [blame] | 136 | config USB_GSPCA_NW80X |
| 137 | tristate "Divio based (NW80x) USB Camera Driver" |
| 138 | depends on VIDEO_V4L2 && USB_GSPCA |
| 139 | help |
| 140 | Say Y here if you want support for cameras based on the NW80x chips. |
| 141 | |
| 142 | To compile this driver as a module, choose M here: the |
| 143 | module will be called gspca_nw80x. |
| 144 | |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 145 | config USB_GSPCA_OV519 |
Hans de Goede | a511ba9 | 2009-10-16 07:13:07 -0300 | [diff] [blame] | 146 | tristate "OV51x / OVFX2 / W996xCF USB Camera Driver" |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 147 | depends on VIDEO_V4L2 && USB_GSPCA |
| 148 | help |
Hans de Goede | a511ba9 | 2009-10-16 07:13:07 -0300 | [diff] [blame] | 149 | Say Y here if you want support for cameras based on one of these: |
| 150 | OV511(+), OV518(+), OV519, OVFX2, W9967CF, W9968CF |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 151 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 152 | To compile this driver as a module, choose M here: the |
| 153 | module will be called gspca_ov519. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 154 | |
Antonio Ospite | fbb4c6d | 2008-11-22 05:23:39 -0300 | [diff] [blame] | 155 | config USB_GSPCA_OV534 |
Jean-Francois Moine | c52af79 | 2010-01-07 05:18:16 -0300 | [diff] [blame] | 156 | tristate "OV534 OV772x USB Camera Driver" |
Antonio Ospite | fbb4c6d | 2008-11-22 05:23:39 -0300 | [diff] [blame] | 157 | depends on VIDEO_V4L2 && USB_GSPCA |
| 158 | help |
Jean-Francois Moine | c52af79 | 2010-01-07 05:18:16 -0300 | [diff] [blame] | 159 | Say Y here if you want support for cameras based on the OV534 chip |
| 160 | and sensor OV772x (e.g. Sony Playstation EYE) |
Antonio Ospite | fbb4c6d | 2008-11-22 05:23:39 -0300 | [diff] [blame] | 161 | |
| 162 | To compile this driver as a module, choose M here: the |
| 163 | module will be called gspca_ov534. |
| 164 | |
Jean-Francois Moine | c52af79 | 2010-01-07 05:18:16 -0300 | [diff] [blame] | 165 | config USB_GSPCA_OV534_9 |
| 166 | tristate "OV534 OV965x USB Camera Driver" |
| 167 | depends on VIDEO_V4L2 && USB_GSPCA |
| 168 | help |
| 169 | Say Y here if you want support for cameras based on the OV534 chip |
| 170 | and sensor OV965x (e.g. Hercules Dualpix) |
| 171 | |
| 172 | To compile this driver as a module, choose M here: the |
| 173 | module will be called gspca_ov534_9. |
| 174 | |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 175 | config USB_GSPCA_PAC207 |
| 176 | tristate "Pixart PAC207 USB Camera Driver" |
| 177 | depends on VIDEO_V4L2 && USB_GSPCA |
| 178 | help |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 179 | Say Y here if you want support for cameras based on the PAC207 chip. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 180 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 181 | To compile this driver as a module, choose M here: the |
| 182 | module will be called gspca_pac207. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 183 | |
Marton Nemeth | 1408b84 | 2009-11-02 08:13:21 -0300 | [diff] [blame] | 184 | config USB_GSPCA_PAC7302 |
| 185 | tristate "Pixart PAC7302 USB Camera Driver" |
| 186 | depends on VIDEO_V4L2 && USB_GSPCA |
| 187 | help |
| 188 | Say Y here if you want support for cameras based on the PAC7302 chip. |
| 189 | |
| 190 | To compile this driver as a module, choose M here: the |
| 191 | module will be called gspca_pac7302. |
| 192 | |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 193 | config USB_GSPCA_PAC7311 |
| 194 | tristate "Pixart PAC7311 USB Camera Driver" |
| 195 | depends on VIDEO_V4L2 && USB_GSPCA |
| 196 | help |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 197 | Say Y here if you want support for cameras based on the PAC7311 chip. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 198 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 199 | To compile this driver as a module, choose M here: the |
| 200 | module will be called gspca_pac7311. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 201 | |
Hans de Goede | c27cea0 | 2011-06-05 07:44:34 -0300 | [diff] [blame] | 202 | config USB_GSPCA_SE401 |
| 203 | tristate "SE401 USB Camera Driver" |
| 204 | depends on VIDEO_V4L2 && USB_GSPCA |
| 205 | help |
| 206 | Say Y here if you want support for cameras based on the |
| 207 | Endpoints (formerly known as AOX) se401 chip. |
| 208 | |
| 209 | To compile this driver as a module, choose M here: the |
| 210 | module will be called gspca_se401. |
| 211 | |
Theodore Kilgore | 5bdd00b | 2009-12-25 05:16:32 -0300 | [diff] [blame] | 212 | config USB_GSPCA_SN9C2028 |
| 213 | tristate "SONIX Dual-Mode USB Camera Driver" |
| 214 | depends on VIDEO_V4L2 && USB_GSPCA |
| 215 | help |
| 216 | Say Y here if you want streaming support for Sonix SN9C2028 cameras. |
| 217 | These are supported as stillcams in libgphoto2/camlibs/sonix. |
| 218 | |
| 219 | To compile this driver as a module, choose M here: the |
| 220 | module will be called gspca_sn9c2028. |
| 221 | |
Brian Johnson | 26e744b | 2009-07-19 05:52:58 -0300 | [diff] [blame] | 222 | config USB_GSPCA_SN9C20X |
Mauro Carvalho Chehab | b24ed7b | 2009-08-20 09:38:44 -0300 | [diff] [blame] | 223 | tristate "SN9C20X USB Camera Driver" |
| 224 | depends on VIDEO_V4L2 && USB_GSPCA |
| 225 | help |
Brian Johnson | 26e744b | 2009-07-19 05:52:58 -0300 | [diff] [blame] | 226 | Say Y here if you want support for cameras based on the |
| 227 | sn9c20x chips (SN9C201 and SN9C202). |
| 228 | |
| 229 | To compile this driver as a module, choose M here: the |
| 230 | module will be called gspca_sn9c20x. |
| 231 | |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 232 | config USB_GSPCA_SONIXB |
Jean-Francois Moine | 342b4a2 | 2008-11-22 04:17:06 -0300 | [diff] [blame] | 233 | tristate "SONIX Bayer USB Camera Driver" |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 234 | depends on VIDEO_V4L2 && USB_GSPCA |
| 235 | help |
Jean-Francois Moine | 342b4a2 | 2008-11-22 04:17:06 -0300 | [diff] [blame] | 236 | Say Y here if you want support for cameras based on the Sonix |
| 237 | chips with Bayer format (SN9C101, SN9C102 and SN9C103). |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 238 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 239 | To compile this driver as a module, choose M here: the |
| 240 | module will be called gspca_sonixb. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 241 | |
| 242 | config USB_GSPCA_SONIXJ |
| 243 | tristate "SONIX JPEG USB Camera Driver" |
| 244 | depends on VIDEO_V4L2 && USB_GSPCA |
| 245 | help |
Jean-Francois Moine | 342b4a2 | 2008-11-22 04:17:06 -0300 | [diff] [blame] | 246 | Say Y here if you want support for cameras based on the Sonix |
| 247 | chips with JPEG format (SN9C102P, SN9C105 and >= SN9C110). |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 248 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 249 | To compile this driver as a module, choose M here: the |
| 250 | module will be called gspca_sonixj |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 251 | |
| 252 | config USB_GSPCA_SPCA500 |
| 253 | tristate "SPCA500 USB Camera Driver" |
| 254 | depends on VIDEO_V4L2 && USB_GSPCA |
| 255 | help |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 256 | Say Y here if you want support for cameras based on the SPCA500 chip. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 257 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 258 | To compile this driver as a module, choose M here: the |
| 259 | module will be called gspca_spca500. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 260 | |
| 261 | config USB_GSPCA_SPCA501 |
| 262 | tristate "SPCA501 USB Camera Driver" |
| 263 | depends on VIDEO_V4L2 && USB_GSPCA |
| 264 | help |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 265 | Say Y here if you want support for cameras based on the SPCA501 chip. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 266 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 267 | To compile this driver as a module, choose M here: the |
| 268 | module will be called gspca_spca501. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 269 | |
| 270 | config USB_GSPCA_SPCA505 |
| 271 | tristate "SPCA505 USB Camera Driver" |
| 272 | depends on VIDEO_V4L2 && USB_GSPCA |
| 273 | help |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 274 | Say Y here if you want support for cameras based on the SPCA505 chip. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 275 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 276 | To compile this driver as a module, choose M here: the |
| 277 | module will be called gspca_spca505. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 278 | |
| 279 | config USB_GSPCA_SPCA506 |
| 280 | tristate "SPCA506 USB Camera Driver" |
| 281 | depends on VIDEO_V4L2 && USB_GSPCA |
| 282 | help |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 283 | Say Y here if you want support for cameras based on the SPCA506 chip. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 284 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 285 | To compile this driver as a module, choose M here: the |
| 286 | module will be called gspca_spca506. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 287 | |
| 288 | config USB_GSPCA_SPCA508 |
| 289 | tristate "SPCA508 USB Camera Driver" |
| 290 | depends on VIDEO_V4L2 && USB_GSPCA |
| 291 | help |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 292 | Say Y here if you want support for cameras based on the SPCA508 chip. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 293 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 294 | To compile this driver as a module, choose M here: the |
| 295 | module will be called gspca_spca508. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 296 | |
| 297 | config USB_GSPCA_SPCA561 |
| 298 | tristate "SPCA561 USB Camera Driver" |
| 299 | depends on VIDEO_V4L2 && USB_GSPCA |
| 300 | help |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 301 | Say Y here if you want support for cameras based on the SPCA561 chip. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 302 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 303 | To compile this driver as a module, choose M here: the |
| 304 | module will be called gspca_spca561. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 305 | |
Jean-François Moine | 5b0ff8c | 2010-06-05 07:57:56 -0300 | [diff] [blame] | 306 | config USB_GSPCA_SPCA1528 |
| 307 | tristate "SPCA1528 USB Camera Driver" |
| 308 | depends on VIDEO_V4L2 && USB_GSPCA |
| 309 | help |
| 310 | Say Y here if you want support for cameras based on the SPCA1528 chip. |
| 311 | |
| 312 | To compile this driver as a module, choose M here: the |
| 313 | module will be called gspca_spca1528. |
| 314 | |
Adam Baker | 27d35fc | 2009-02-06 15:12:46 -0300 | [diff] [blame] | 315 | config USB_GSPCA_SQ905 |
| 316 | tristate "SQ Technologies SQ905 based USB Camera Driver" |
| 317 | depends on VIDEO_V4L2 && USB_GSPCA |
| 318 | help |
| 319 | Say Y here if you want support for cameras based on the SQ905 chip. |
| 320 | |
| 321 | To compile this driver as a module, choose M here: the |
| 322 | module will be called gspca_sq905. |
| 323 | |
Theodore Kilgore | 14a19c0 | 2009-03-25 07:13:13 -0300 | [diff] [blame] | 324 | config USB_GSPCA_SQ905C |
| 325 | tristate "SQ Technologies SQ905C based USB Camera Driver" |
| 326 | depends on VIDEO_V4L2 && USB_GSPCA |
| 327 | help |
| 328 | Say Y here if you want support for cameras based on the SQ905C chip. |
| 329 | |
| 330 | To compile this driver as a module, choose M here: the |
| 331 | module will be called gspca_sq905c. |
| 332 | |
Jean-François Moine | 618a864 | 2010-06-05 07:45:04 -0300 | [diff] [blame] | 333 | config USB_GSPCA_SQ930X |
| 334 | tristate "SQ Technologies SQ930X based USB Camera Driver" |
| 335 | depends on VIDEO_V4L2 && USB_GSPCA |
| 336 | help |
| 337 | Say Y here if you want support for cameras based on the SQ930X chip. |
| 338 | |
| 339 | To compile this driver as a module, choose M here: the |
| 340 | module will be called gspca_sq930x. |
| 341 | |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 342 | config USB_GSPCA_STK014 |
| 343 | tristate "Syntek DV4000 (STK014) USB Camera Driver" |
| 344 | depends on VIDEO_V4L2 && USB_GSPCA |
| 345 | help |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 346 | Say Y here if you want support for cameras based on the STK014 chip. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 347 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 348 | To compile this driver as a module, choose M here: the |
| 349 | module will be called gspca_stk014. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 350 | |
Ondrej Zary | 4ab0620 | 2013-08-20 10:03:59 -0300 | [diff] [blame] | 351 | config USB_GSPCA_STK1135 |
| 352 | tristate "Syntek STK1135 USB Camera Driver" |
| 353 | depends on VIDEO_V4L2 && USB_GSPCA |
| 354 | help |
| 355 | Say Y here if you want support for cameras based on the STK1135 chip. |
| 356 | |
| 357 | To compile this driver as a module, choose M here: the |
| 358 | module will be called gspca_stk1135. |
| 359 | |
Hans de Goede | 21f1b93 | 2009-10-23 06:50:12 -0300 | [diff] [blame] | 360 | config USB_GSPCA_STV0680 |
| 361 | tristate "STV0680 USB Camera Driver" |
| 362 | depends on VIDEO_V4L2 && USB_GSPCA |
| 363 | help |
| 364 | Say Y here if you want support for cameras based on the STV0680 chip. |
| 365 | |
| 366 | To compile this driver as a module, choose M here: the |
| 367 | module will be called gspca_stv0680. |
| 368 | |
Jean-Francois Moine | 1abe474 | 2008-10-06 03:16:08 -0300 | [diff] [blame] | 369 | config USB_GSPCA_SUNPLUS |
| 370 | tristate "SUNPLUS USB Camera Driver" |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 371 | depends on VIDEO_V4L2 && USB_GSPCA |
| 372 | help |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 373 | Say Y here if you want support for cameras based on the Sunplus |
| 374 | SPCA504(abc) SPCA533 SPCA536 chips. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 375 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 376 | To compile this driver as a module, choose M here: the |
Jean-Francois Moine | 342b4a2 | 2008-11-22 04:17:06 -0300 | [diff] [blame] | 377 | module will be called gspca_sunplus. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 378 | |
| 379 | config USB_GSPCA_T613 |
| 380 | tristate "T613 (JPEG Compliance) USB Camera Driver" |
| 381 | depends on VIDEO_V4L2 && USB_GSPCA |
| 382 | help |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 383 | Say Y here if you want support for cameras based on the T613 chip. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 384 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 385 | To compile this driver as a module, choose M here: the |
| 386 | module will be called gspca_t613. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 387 | |
Jean-François Moine | 8f12b1a | 2011-09-22 07:49:35 -0300 | [diff] [blame] | 388 | config USB_GSPCA_TOPRO |
| 389 | tristate "TOPRO USB Camera Driver" |
| 390 | depends on VIDEO_V4L2 && USB_GSPCA |
| 391 | help |
| 392 | Say Y here if you want support for cameras based on the |
| 393 | TP6800 and TP6810 Topro chips. |
| 394 | |
| 395 | To compile this driver as a module, choose M here: the |
| 396 | module will be called gspca_topro. |
| 397 | |
Jean-Francois Moine | a2d7807 | 2008-10-07 08:42:30 -0300 | [diff] [blame] | 398 | config USB_GSPCA_TV8532 |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 399 | tristate "TV8532 USB Camera Driver" |
| 400 | depends on VIDEO_V4L2 && USB_GSPCA |
| 401 | help |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 402 | Say Y here if you want support for cameras based on the TV8531 chip. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 403 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 404 | To compile this driver as a module, choose M here: the |
| 405 | module will be called gspca_tv8532. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 406 | |
| 407 | config USB_GSPCA_VC032X |
| 408 | tristate "VC032X USB Camera Driver" |
| 409 | depends on VIDEO_V4L2 && USB_GSPCA |
| 410 | help |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 411 | Say Y here if you want support for cameras based on the VC032X chip. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 412 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 413 | To compile this driver as a module, choose M here: the |
| 414 | module will be called gspca_vc032x. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 415 | |
Hans de Goede | 49b61ec | 2011-02-21 11:06:29 -0300 | [diff] [blame] | 416 | config USB_GSPCA_VICAM |
| 417 | tristate "ViCam USB Camera Driver" |
| 418 | depends on VIDEO_V4L2 && USB_GSPCA |
| 419 | help |
| 420 | Say Y here if you want support for the 3com homeconnect camera |
| 421 | (vicam). |
| 422 | |
| 423 | To compile this driver as a module, choose M here: the |
| 424 | module will be called gspca_vicam. |
| 425 | |
Hans de Goede | 1f33de0 | 2010-09-05 16:05:22 -0300 | [diff] [blame] | 426 | config USB_GSPCA_XIRLINK_CIT |
| 427 | tristate "Xirlink C-It USB Camera Driver" |
| 428 | depends on VIDEO_V4L2 && USB_GSPCA |
| 429 | help |
| 430 | Say Y here if you want support for Xirlink C-It bases cameras. |
| 431 | |
| 432 | To compile this driver as a module, choose M here: the |
| 433 | module will be called gspca_xirlink_cit. |
| 434 | |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 435 | config USB_GSPCA_ZC3XX |
Krzysztof Helt | 93d0f03 | 2008-10-25 05:06:58 -0300 | [diff] [blame] | 436 | tristate "ZC3XX USB Camera Driver" |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 437 | depends on VIDEO_V4L2 && USB_GSPCA |
| 438 | help |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 439 | Say Y here if you want support for cameras based on the ZC3XX chip. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 440 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 441 | To compile this driver as a module, choose M here: the |
| 442 | module will be called gspca_zc3xx. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 443 | |
| 444 | endif |