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 | |
| 20 | source "drivers/media/video/gspca/m5602/Kconfig" |
Erik Andren | 4c98834 | 2008-12-29 07:35:23 -0300 | [diff] [blame] | 21 | source "drivers/media/video/gspca/stv06xx/Kconfig" |
Olivier Lorin | 4f7cb88 | 2009-09-15 14:17:07 -0300 | [diff] [blame] | 22 | source "drivers/media/video/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 | |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 53 | config USB_GSPCA_ETOMS |
| 54 | tristate "Etoms USB Camera Driver" |
| 55 | depends on VIDEO_V4L2 && USB_GSPCA |
| 56 | help |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 57 | 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] | 58 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 59 | To compile this driver as a module, choose M here: the |
| 60 | module will be called gspca_etoms. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 61 | |
Jean-Francois Moine | 4918312 | 2008-10-05 04:55:24 -0300 | [diff] [blame] | 62 | config USB_GSPCA_FINEPIX |
| 63 | tristate "Fujifilm FinePix USB V4L2 driver" |
| 64 | depends on VIDEO_V4L2 && USB_GSPCA |
| 65 | help |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 66 | 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] | 67 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 68 | To compile this driver as a module, choose M here: the |
| 69 | module will be called gspca_finepix. |
Jean-Francois Moine | 4918312 | 2008-10-05 04:55:24 -0300 | [diff] [blame] | 70 | |
Theodore Kilgore | 3040b04 | 2009-08-03 04:13:23 -0300 | [diff] [blame] | 71 | config USB_GSPCA_JEILINJ |
| 72 | tristate "Jeilin JPEG USB V4L2 driver" |
| 73 | depends on VIDEO_V4L2 && USB_GSPCA |
| 74 | help |
| 75 | Say Y here if you want support for cameras based on this Jeilin chip. |
| 76 | |
| 77 | To compile this driver as a module, choose M here: the |
| 78 | module will be called gspca_jeilinj. |
| 79 | |
Hans de Goede | b517af7 | 2010-09-05 16:30:30 -0300 | [diff] [blame^] | 80 | config USB_GSPCA_KONICA |
| 81 | tristate "Konica USB Camera V4L2 driver" |
| 82 | depends on VIDEO_V4L2 && USB_GSPCA |
| 83 | help |
| 84 | Say Y here if you want support for cameras based on the Konica chip. |
| 85 | |
| 86 | To compile this driver as a module, choose M here: the |
| 87 | module will be called gspca_konica. |
| 88 | |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 89 | config USB_GSPCA_MARS |
| 90 | tristate "Mars USB Camera Driver" |
| 91 | depends on VIDEO_V4L2 && USB_GSPCA |
| 92 | help |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 93 | 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] | 94 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 95 | To compile this driver as a module, choose M here: the |
| 96 | module will be called gspca_mars. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 97 | |
Kyle Guinn | d661e62 | 2009-01-16 05:36:14 -0300 | [diff] [blame] | 98 | config USB_GSPCA_MR97310A |
| 99 | tristate "Mars-Semi MR97310A USB Camera Driver" |
| 100 | depends on VIDEO_V4L2 && USB_GSPCA |
| 101 | help |
| 102 | Say Y here if you want support for cameras based on the MR97310A chip. |
| 103 | |
| 104 | To compile this driver as a module, choose M here: the |
| 105 | module will be called gspca_mr97310a. |
| 106 | |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 107 | config USB_GSPCA_OV519 |
Hans de Goede | a511ba9 | 2009-10-16 07:13:07 -0300 | [diff] [blame] | 108 | tristate "OV51x / OVFX2 / W996xCF USB Camera Driver" |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 109 | depends on VIDEO_V4L2 && USB_GSPCA |
| 110 | help |
Hans de Goede | a511ba9 | 2009-10-16 07:13:07 -0300 | [diff] [blame] | 111 | Say Y here if you want support for cameras based on one of these: |
| 112 | OV511(+), OV518(+), OV519, OVFX2, W9967CF, W9968CF |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 113 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 114 | To compile this driver as a module, choose M here: the |
| 115 | module will be called gspca_ov519. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 116 | |
Antonio Ospite | fbb4c6d | 2008-11-22 05:23:39 -0300 | [diff] [blame] | 117 | config USB_GSPCA_OV534 |
Jean-Francois Moine | c52af79 | 2010-01-07 05:18:16 -0300 | [diff] [blame] | 118 | tristate "OV534 OV772x USB Camera Driver" |
Antonio Ospite | fbb4c6d | 2008-11-22 05:23:39 -0300 | [diff] [blame] | 119 | depends on VIDEO_V4L2 && USB_GSPCA |
| 120 | help |
Jean-Francois Moine | c52af79 | 2010-01-07 05:18:16 -0300 | [diff] [blame] | 121 | Say Y here if you want support for cameras based on the OV534 chip |
| 122 | and sensor OV772x (e.g. Sony Playstation EYE) |
Antonio Ospite | fbb4c6d | 2008-11-22 05:23:39 -0300 | [diff] [blame] | 123 | |
| 124 | To compile this driver as a module, choose M here: the |
| 125 | module will be called gspca_ov534. |
| 126 | |
Jean-Francois Moine | c52af79 | 2010-01-07 05:18:16 -0300 | [diff] [blame] | 127 | config USB_GSPCA_OV534_9 |
| 128 | tristate "OV534 OV965x 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 OV534 chip |
| 132 | and sensor OV965x (e.g. Hercules Dualpix) |
| 133 | |
| 134 | To compile this driver as a module, choose M here: the |
| 135 | module will be called gspca_ov534_9. |
| 136 | |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 137 | config USB_GSPCA_PAC207 |
| 138 | tristate "Pixart PAC207 USB Camera Driver" |
| 139 | depends on VIDEO_V4L2 && USB_GSPCA |
| 140 | help |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 141 | 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] | 142 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 143 | To compile this driver as a module, choose M here: the |
| 144 | module will be called gspca_pac207. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 145 | |
Marton Nemeth | 1408b84 | 2009-11-02 08:13:21 -0300 | [diff] [blame] | 146 | config USB_GSPCA_PAC7302 |
| 147 | tristate "Pixart PAC7302 USB Camera Driver" |
| 148 | depends on VIDEO_V4L2 && USB_GSPCA |
| 149 | help |
| 150 | Say Y here if you want support for cameras based on the PAC7302 chip. |
| 151 | |
| 152 | To compile this driver as a module, choose M here: the |
| 153 | module will be called gspca_pac7302. |
| 154 | |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 155 | config USB_GSPCA_PAC7311 |
| 156 | tristate "Pixart PAC7311 USB Camera Driver" |
| 157 | depends on VIDEO_V4L2 && USB_GSPCA |
| 158 | help |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 159 | 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] | 160 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 161 | To compile this driver as a module, choose M here: the |
| 162 | module will be called gspca_pac7311. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 163 | |
Theodore Kilgore | 5bdd00b | 2009-12-25 05:16:32 -0300 | [diff] [blame] | 164 | config USB_GSPCA_SN9C2028 |
| 165 | tristate "SONIX Dual-Mode USB Camera Driver" |
| 166 | depends on VIDEO_V4L2 && USB_GSPCA |
| 167 | help |
| 168 | Say Y here if you want streaming support for Sonix SN9C2028 cameras. |
| 169 | These are supported as stillcams in libgphoto2/camlibs/sonix. |
| 170 | |
| 171 | To compile this driver as a module, choose M here: the |
| 172 | module will be called gspca_sn9c2028. |
| 173 | |
Brian Johnson | 26e744b | 2009-07-19 05:52:58 -0300 | [diff] [blame] | 174 | config USB_GSPCA_SN9C20X |
Mauro Carvalho Chehab | b24ed7b | 2009-08-20 09:38:44 -0300 | [diff] [blame] | 175 | tristate "SN9C20X USB Camera Driver" |
| 176 | depends on VIDEO_V4L2 && USB_GSPCA |
| 177 | help |
Brian Johnson | 26e744b | 2009-07-19 05:52:58 -0300 | [diff] [blame] | 178 | Say Y here if you want support for cameras based on the |
| 179 | sn9c20x chips (SN9C201 and SN9C202). |
| 180 | |
| 181 | To compile this driver as a module, choose M here: the |
| 182 | module will be called gspca_sn9c20x. |
| 183 | |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 184 | config USB_GSPCA_SONIXB |
Jean-Francois Moine | 342b4a2 | 2008-11-22 04:17:06 -0300 | [diff] [blame] | 185 | tristate "SONIX Bayer USB Camera Driver" |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 186 | depends on VIDEO_V4L2 && USB_GSPCA |
| 187 | help |
Jean-Francois Moine | 342b4a2 | 2008-11-22 04:17:06 -0300 | [diff] [blame] | 188 | Say Y here if you want support for cameras based on the Sonix |
| 189 | chips with Bayer format (SN9C101, SN9C102 and SN9C103). |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 190 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 191 | To compile this driver as a module, choose M here: the |
| 192 | module will be called gspca_sonixb. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 193 | |
| 194 | config USB_GSPCA_SONIXJ |
| 195 | tristate "SONIX JPEG USB Camera Driver" |
| 196 | depends on VIDEO_V4L2 && USB_GSPCA |
| 197 | help |
Jean-Francois Moine | 342b4a2 | 2008-11-22 04:17:06 -0300 | [diff] [blame] | 198 | Say Y here if you want support for cameras based on the Sonix |
| 199 | chips with JPEG format (SN9C102P, SN9C105 and >= SN9C110). |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 200 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 201 | To compile this driver as a module, choose M here: the |
| 202 | module will be called gspca_sonixj |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 203 | |
| 204 | config USB_GSPCA_SPCA500 |
| 205 | tristate "SPCA500 USB Camera Driver" |
| 206 | depends on VIDEO_V4L2 && USB_GSPCA |
| 207 | help |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 208 | 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] | 209 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 210 | To compile this driver as a module, choose M here: the |
| 211 | module will be called gspca_spca500. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 212 | |
| 213 | config USB_GSPCA_SPCA501 |
| 214 | tristate "SPCA501 USB Camera Driver" |
| 215 | depends on VIDEO_V4L2 && USB_GSPCA |
| 216 | help |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 217 | 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] | 218 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 219 | To compile this driver as a module, choose M here: the |
| 220 | module will be called gspca_spca501. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 221 | |
| 222 | config USB_GSPCA_SPCA505 |
| 223 | tristate "SPCA505 USB Camera Driver" |
| 224 | depends on VIDEO_V4L2 && USB_GSPCA |
| 225 | help |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 226 | 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] | 227 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 228 | To compile this driver as a module, choose M here: the |
| 229 | module will be called gspca_spca505. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 230 | |
| 231 | config USB_GSPCA_SPCA506 |
| 232 | tristate "SPCA506 USB Camera Driver" |
| 233 | depends on VIDEO_V4L2 && USB_GSPCA |
| 234 | help |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 235 | 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] | 236 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 237 | To compile this driver as a module, choose M here: the |
| 238 | module will be called gspca_spca506. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 239 | |
| 240 | config USB_GSPCA_SPCA508 |
| 241 | tristate "SPCA508 USB Camera Driver" |
| 242 | depends on VIDEO_V4L2 && USB_GSPCA |
| 243 | help |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 244 | 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] | 245 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 246 | To compile this driver as a module, choose M here: the |
| 247 | module will be called gspca_spca508. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 248 | |
| 249 | config USB_GSPCA_SPCA561 |
| 250 | tristate "SPCA561 USB Camera Driver" |
| 251 | depends on VIDEO_V4L2 && USB_GSPCA |
| 252 | help |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 253 | 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] | 254 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 255 | To compile this driver as a module, choose M here: the |
| 256 | module will be called gspca_spca561. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 257 | |
Jean-François Moine | 5b0ff8c | 2010-06-05 07:57:56 -0300 | [diff] [blame] | 258 | config USB_GSPCA_SPCA1528 |
| 259 | tristate "SPCA1528 USB Camera Driver" |
| 260 | depends on VIDEO_V4L2 && USB_GSPCA |
| 261 | help |
| 262 | Say Y here if you want support for cameras based on the SPCA1528 chip. |
| 263 | |
| 264 | To compile this driver as a module, choose M here: the |
| 265 | module will be called gspca_spca1528. |
| 266 | |
Adam Baker | 27d35fc | 2009-02-06 15:12:46 -0300 | [diff] [blame] | 267 | config USB_GSPCA_SQ905 |
| 268 | tristate "SQ Technologies SQ905 based USB Camera Driver" |
| 269 | depends on VIDEO_V4L2 && USB_GSPCA |
| 270 | help |
| 271 | Say Y here if you want support for cameras based on the SQ905 chip. |
| 272 | |
| 273 | To compile this driver as a module, choose M here: the |
| 274 | module will be called gspca_sq905. |
| 275 | |
Theodore Kilgore | 14a19c0 | 2009-03-25 07:13:13 -0300 | [diff] [blame] | 276 | config USB_GSPCA_SQ905C |
| 277 | tristate "SQ Technologies SQ905C based USB Camera Driver" |
| 278 | depends on VIDEO_V4L2 && USB_GSPCA |
| 279 | help |
| 280 | Say Y here if you want support for cameras based on the SQ905C chip. |
| 281 | |
| 282 | To compile this driver as a module, choose M here: the |
| 283 | module will be called gspca_sq905c. |
| 284 | |
Jean-François Moine | 618a864 | 2010-06-05 07:45:04 -0300 | [diff] [blame] | 285 | config USB_GSPCA_SQ930X |
| 286 | tristate "SQ Technologies SQ930X based USB Camera Driver" |
| 287 | depends on VIDEO_V4L2 && USB_GSPCA |
| 288 | help |
| 289 | Say Y here if you want support for cameras based on the SQ930X chip. |
| 290 | |
| 291 | To compile this driver as a module, choose M here: the |
| 292 | module will be called gspca_sq930x. |
| 293 | |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 294 | config USB_GSPCA_STK014 |
| 295 | tristate "Syntek DV4000 (STK014) USB Camera Driver" |
| 296 | depends on VIDEO_V4L2 && USB_GSPCA |
| 297 | help |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 298 | 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] | 299 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 300 | To compile this driver as a module, choose M here: the |
| 301 | module will be called gspca_stk014. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 302 | |
Hans de Goede | 21f1b93 | 2009-10-23 06:50:12 -0300 | [diff] [blame] | 303 | config USB_GSPCA_STV0680 |
| 304 | tristate "STV0680 USB Camera Driver" |
| 305 | depends on VIDEO_V4L2 && USB_GSPCA |
| 306 | help |
| 307 | Say Y here if you want support for cameras based on the STV0680 chip. |
| 308 | |
| 309 | To compile this driver as a module, choose M here: the |
| 310 | module will be called gspca_stv0680. |
| 311 | |
Jean-Francois Moine | 1abe474 | 2008-10-06 03:16:08 -0300 | [diff] [blame] | 312 | config USB_GSPCA_SUNPLUS |
| 313 | tristate "SUNPLUS USB Camera Driver" |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 314 | depends on VIDEO_V4L2 && USB_GSPCA |
| 315 | help |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 316 | Say Y here if you want support for cameras based on the Sunplus |
| 317 | SPCA504(abc) SPCA533 SPCA536 chips. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 318 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 319 | To compile this driver as a module, choose M here: the |
Jean-Francois Moine | 342b4a2 | 2008-11-22 04:17:06 -0300 | [diff] [blame] | 320 | module will be called gspca_sunplus. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 321 | |
| 322 | config USB_GSPCA_T613 |
| 323 | tristate "T613 (JPEG Compliance) USB Camera Driver" |
| 324 | depends on VIDEO_V4L2 && USB_GSPCA |
| 325 | help |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 326 | 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] | 327 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 328 | To compile this driver as a module, choose M here: the |
| 329 | module will be called gspca_t613. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 330 | |
Jean-Francois Moine | a2d7807 | 2008-10-07 08:42:30 -0300 | [diff] [blame] | 331 | config USB_GSPCA_TV8532 |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 332 | tristate "TV8532 USB Camera Driver" |
| 333 | depends on VIDEO_V4L2 && USB_GSPCA |
| 334 | help |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 335 | 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] | 336 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 337 | To compile this driver as a module, choose M here: the |
| 338 | module will be called gspca_tv8532. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 339 | |
| 340 | config USB_GSPCA_VC032X |
| 341 | tristate "VC032X USB Camera Driver" |
| 342 | depends on VIDEO_V4L2 && USB_GSPCA |
| 343 | help |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 344 | 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] | 345 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 346 | To compile this driver as a module, choose M here: the |
| 347 | module will be called gspca_vc032x. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 348 | |
Hans de Goede | 1f33de0 | 2010-09-05 16:05:22 -0300 | [diff] [blame] | 349 | config USB_GSPCA_XIRLINK_CIT |
| 350 | tristate "Xirlink C-It USB Camera Driver" |
| 351 | depends on VIDEO_V4L2 && USB_GSPCA |
| 352 | help |
| 353 | Say Y here if you want support for Xirlink C-It bases cameras. |
| 354 | |
| 355 | To compile this driver as a module, choose M here: the |
| 356 | module will be called gspca_xirlink_cit. |
| 357 | |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 358 | config USB_GSPCA_ZC3XX |
Krzysztof Helt | 93d0f03 | 2008-10-25 05:06:58 -0300 | [diff] [blame] | 359 | tristate "ZC3XX USB Camera Driver" |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 360 | depends on VIDEO_V4L2 && USB_GSPCA |
| 361 | help |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 362 | 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] | 363 | |
Frederic Cand | 95c730b | 2008-10-25 05:03:19 -0300 | [diff] [blame] | 364 | To compile this driver as a module, choose M here: the |
| 365 | module will be called gspca_zc3xx. |
Erik Andren | eeb00c6 | 2008-10-03 15:47:03 -0300 | [diff] [blame] | 366 | |
| 367 | endif |