Kconfig 8.3 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

23 24 25 26
config USB_GSPCA_CONEX
	tristate "Conexant Camera Driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
27
	  Say Y here if you want support for cameras based on the Conexant chip.
28

29 30
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_conex.
31 32 33 34 35

config USB_GSPCA_ETOMS
	tristate "Etoms USB Camera Driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
36
	  Say Y here if you want support for cameras based on the Etoms chip.
37

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

41 42 43 44
config USB_GSPCA_FINEPIX
	tristate "Fujifilm FinePix USB V4L2 driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
45
	  Say Y here if you want support for cameras based on the FinePix chip.
46

47 48
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_finepix.
49

50 51 52 53 54 55 56 57 58
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.

59 60 61 62
config USB_GSPCA_MARS
	tristate "Mars USB Camera Driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
63
	  Say Y here if you want support for cameras based on the Mars chip.
64

65 66
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_mars.
67

68 69 70 71 72 73 74 75 76
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.

77 78 79 80
config USB_GSPCA_OV519
	tristate "OV519 USB Camera Driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
81
	  Say Y here if you want support for cameras based on the OV519 chip.
82

83 84
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_ov519.
85

86 87 88 89 90 91 92 93 94 95
config USB_GSPCA_OV534
	tristate "OV534 USB Camera Driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
	  Say Y here if you want support for cameras based on the OV534 chip.
	  (e.g. Sony Playstation EYE)

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

96 97 98 99
config USB_GSPCA_PAC207
	tristate "Pixart PAC207 USB Camera Driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
100
	  Say Y here if you want support for cameras based on the PAC207 chip.
101

102 103
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_pac207.
104 105 106 107 108

config USB_GSPCA_PAC7311
	tristate "Pixart PAC7311 USB Camera Driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
109
	  Say Y here if you want support for cameras based on the PAC7311 chip.
110

111 112
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_pac7311.
113

114
config USB_GSPCA_SN9C20X
115 116 117
	tristate "SN9C20X USB Camera Driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
118 119 120 121 122 123 124
	 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.

config USB_GSPCA_SN9C20X_EVDEV
125
	bool "Enable evdev support"
126
	depends on USB_GSPCA_SN9C20X && INPUT
127 128
	---help---
	  Say Y here in order to enable evdev support for sn9c20x webcam button.
129

130
config USB_GSPCA_SONIXB
131
	tristate "SONIX Bayer USB Camera Driver"
132 133
	depends on VIDEO_V4L2 && USB_GSPCA
	help
134 135
	  Say Y here if you want support for cameras based on the Sonix
	  chips with Bayer format (SN9C101, SN9C102 and SN9C103).
136

137 138
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_sonixb.
139 140 141 142 143

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

147 148
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_sonixj
149 150 151 152 153

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

156 157
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_spca500.
158 159 160 161 162

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

165 166
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_spca501.
167 168 169 170 171

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

174 175
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_spca505.
176 177 178 179 180

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

183 184
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_spca506.
185 186 187 188 189

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

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

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

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

204 205 206 207 208 209 210 211 212
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.

213 214 215 216 217 218 219 220 221
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.

222 223 224 225
config USB_GSPCA_STK014
	tristate "Syntek DV4000 (STK014) USB Camera Driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
226
	  Say Y here if you want support for cameras based on the STK014 chip.
227

228 229
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_stk014.
230

231 232
config USB_GSPCA_SUNPLUS
	tristate "SUNPLUS USB Camera Driver"
233 234
	depends on VIDEO_V4L2 && USB_GSPCA
	help
235 236
	  Say Y here if you want support for cameras based on the Sunplus
	  SPCA504(abc) SPCA533 SPCA536 chips.
237

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

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

247 248
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_t613.
249

250
config USB_GSPCA_TV8532
251 252 253
	tristate "TV8532 USB Camera Driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
254
	  Say Y here if you want support for cameras based on the TV8531 chip.
255

256 257
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_tv8532.
258 259 260 261 262

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

265 266
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_vc032x.
267 268

config USB_GSPCA_ZC3XX
269
	tristate "ZC3XX USB Camera Driver"
270 271
	depends on VIDEO_V4L2 && USB_GSPCA
	help
272
	  Say Y here if you want support for cameras based on the ZC3XX chip.
273

274 275
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_zc3xx.
276 277

endif