Kconfig 11.5 KB
Newer Older
1 2
menuconfig USB_GSPCA
	tristate "GSPCA based webcams"
3
	depends on VIDEO_V4L2
4
	default m
5
	---help---
6 7
	  Say Y here if you want to enable selecting webcams based
	  on the GSPCA framework.
8

9
	  See <file:Documentation/video4linux/gspca.txt> for more info.
10

11 12
	  This driver uses the Video For Linux API. You must say Y or M to
	  "Video For Linux" to use this driver.
13

14
	  To compile this driver as modules, choose M here: the
15
	  module will be called gspca_main.
16 17 18


if USB_GSPCA && VIDEO_V4L2
19 20

source "drivers/media/video/gspca/m5602/Kconfig"
21
source "drivers/media/video/gspca/stv06xx/Kconfig"
22
source "drivers/media/video/gspca/gl860/Kconfig"
23

24 25 26 27 28 29 30 31 32
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.

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

39 40
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_conex.
41

42 43 44 45 46 47 48 49 50 51 52
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
	  CPiA chip. Note that you need atleast version 0.6.4 of libv4l for
	  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.

53 54 55 56
config USB_GSPCA_ETOMS
	tristate "Etoms USB Camera Driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
57
	  Say Y here if you want support for cameras based on the Etoms chip.
58

59 60
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_etoms.
61

62 63 64 65
config USB_GSPCA_FINEPIX
	tristate "Fujifilm FinePix USB V4L2 driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
66
	  Say Y here if you want support for cameras based on the FinePix chip.
67

68 69
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_finepix.
70

71 72 73 74 75 76 77 78 79
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.

80 81 82 83 84 85 86 87 88
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.

89 90 91 92
config USB_GSPCA_MARS
	tristate "Mars USB Camera Driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
93
	  Say Y here if you want support for cameras based on the Mars chip.
94

95 96
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_mars.
97

98 99 100 101 102 103 104 105 106
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.

107
config USB_GSPCA_OV519
108
	tristate "OV51x / OVFX2 / W996xCF USB Camera Driver"
109 110
	depends on VIDEO_V4L2 && USB_GSPCA
	help
111 112
	  Say Y here if you want support for cameras based on one of these:
	  OV511(+), OV518(+), OV519, OVFX2, W9967CF, W9968CF
113

114 115
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_ov519.
116

117
config USB_GSPCA_OV534
118
	tristate "OV534 OV772x USB Camera Driver"
119 120
	depends on VIDEO_V4L2 && USB_GSPCA
	help
121 122
	  Say Y here if you want support for cameras based on the OV534 chip
	  and sensor OV772x (e.g. Sony Playstation EYE)
123 124 125 126

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

127 128 129 130 131 132 133 134 135 136
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.

137 138 139 140
config USB_GSPCA_PAC207
	tristate "Pixart PAC207 USB Camera Driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
141
	  Say Y here if you want support for cameras based on the PAC207 chip.
142

143 144
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_pac207.
145

146 147 148 149 150 151 152 153 154
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.

155 156 157 158
config USB_GSPCA_PAC7311
	tristate "Pixart PAC7311 USB Camera Driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
159
	  Say Y here if you want support for cameras based on the PAC7311 chip.
160

161 162
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_pac7311.
163

164 165 166 167 168 169 170 171 172 173
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.

174
config USB_GSPCA_SN9C20X
175 176 177
	tristate "SN9C20X USB Camera Driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
178 179 180 181 182 183
	 Say Y here if you want support for cameras based on the
	 sn9c20x chips (SN9C201 and SN9C202).

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

184
config USB_GSPCA_SONIXB
185
	tristate "SONIX Bayer USB Camera Driver"
186 187
	depends on VIDEO_V4L2 && USB_GSPCA
	help
188 189
	  Say Y here if you want support for cameras based on the Sonix
	  chips with Bayer format (SN9C101, SN9C102 and SN9C103).
190

191 192
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_sonixb.
193 194 195 196 197

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

201 202
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_sonixj
203 204 205 206 207

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

210 211
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_spca500.
212 213 214 215 216

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

219 220
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_spca501.
221 222 223 224 225

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

228 229
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_spca505.
230 231 232 233 234

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

237 238
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_spca506.
239 240 241 242 243

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

246 247
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_spca508.
248 249 250 251 252

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

255 256
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_spca561.
257

258 259 260 261 262 263 264 265 266
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.

267 268 269 270 271 272 273 274 275
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.

276 277 278 279 280 281 282 283 284
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.

285 286 287 288 289 290 291 292 293
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.

294 295 296 297
config USB_GSPCA_STK014
	tristate "Syntek DV4000 (STK014) USB Camera Driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
298
	  Say Y here if you want support for cameras based on the STK014 chip.
299

300 301
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_stk014.
302

303 304 305 306 307 308 309 310 311
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.

312 313
config USB_GSPCA_SUNPLUS
	tristate "SUNPLUS USB Camera Driver"
314 315
	depends on VIDEO_V4L2 && USB_GSPCA
	help
316 317
	  Say Y here if you want support for cameras based on the Sunplus
	  SPCA504(abc) SPCA533 SPCA536 chips.
318

319
	  To compile this driver as a module, choose M here: the
320
	  module will be called gspca_sunplus.
321 322 323 324 325

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

328 329
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_t613.
330

331
config USB_GSPCA_TV8532
332 333 334
	tristate "TV8532 USB Camera Driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
335
	  Say Y here if you want support for cameras based on the TV8531 chip.
336

337 338
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_tv8532.
339 340 341 342 343

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

346 347
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_vc032x.
348

349 350 351 352 353 354 355 356 357 358
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.

359 360 361 362 363 364 365 366 367
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.

368
config USB_GSPCA_ZC3XX
369
	tristate "ZC3XX USB Camera Driver"
370 371
	depends on VIDEO_V4L2 && USB_GSPCA
	help
372
	  Say Y here if you want support for cameras based on the ZC3XX chip.
373

374 375
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_zc3xx.
376 377

endif