Kconfig 8.4 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
config USB_GSPCA_CONEX
	tristate "Conexant Camera Driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
28
	  Say Y here if you want support for cameras based on the Conexant chip.
29

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

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

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

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

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

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

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

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

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

78
config USB_GSPCA_OV519
79
	tristate "OV51x / OVFX2 / W996xCF USB Camera Driver"
80 81
	depends on VIDEO_V4L2 && USB_GSPCA
	help
82 83
	  Say Y here if you want support for cameras based on one of these:
	  OV511(+), OV518(+), OV519, OVFX2, W9967CF, W9968CF
84

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

88 89 90 91 92 93 94 95 96 97
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.

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

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

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

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

116
config USB_GSPCA_SN9C20X
117 118 119
	tristate "SN9C20X USB Camera Driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
120 121 122 123 124 125 126
	 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
127
	bool "Enable evdev support"
128
	depends on USB_GSPCA_SN9C20X && INPUT
129 130
	---help---
	  Say Y here in order to enable evdev support for sn9c20x webcam button.
131

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

endif