Kconfig 7.0 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
config USB_GSPCA_MARS
	tristate "Mars USB Camera Driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
54
	  Say Y here if you want support for cameras based on the Mars chip.
55

56 57
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_mars.
58

59 60 61 62 63 64 65 66 67
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.

68 69 70 71
config USB_GSPCA_OV519
	tristate "OV519 USB Camera Driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
72
	  Say Y here if you want support for cameras based on the OV519 chip.
73

74 75
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_ov519.
76

77 78 79 80 81 82 83 84 85 86
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.

87 88 89 90
config USB_GSPCA_PAC207
	tristate "Pixart PAC207 USB Camera Driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
91
	  Say Y here if you want support for cameras based on the PAC207 chip.
92

93 94
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_pac207.
95 96 97 98 99

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

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

config USB_GSPCA_SONIXB
106
	tristate "SONIX Bayer USB Camera Driver"
107 108
	depends on VIDEO_V4L2 && USB_GSPCA
	help
109 110
	  Say Y here if you want support for cameras based on the Sonix
	  chips with Bayer format (SN9C101, SN9C102 and SN9C103).
111

112 113
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_sonixb.
114 115 116 117 118

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

122 123
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_sonixj
124 125 126 127 128

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

131 132
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_spca500.
133 134 135 136 137

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

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

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

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

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

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

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

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

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

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

config USB_GSPCA_STK014
	tristate "Syntek DV4000 (STK014) USB Camera Driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
183
	  Say Y here if you want support for cameras based on the STK014 chip.
184

185 186
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_stk014.
187

188 189
config USB_GSPCA_SUNPLUS
	tristate "SUNPLUS USB Camera Driver"
190 191
	depends on VIDEO_V4L2 && USB_GSPCA
	help
192 193
	  Say Y here if you want support for cameras based on the Sunplus
	  SPCA504(abc) SPCA533 SPCA536 chips.
194

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

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

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

207
config USB_GSPCA_TV8532
208 209 210
	tristate "TV8532 USB Camera Driver"
	depends on VIDEO_V4L2 && USB_GSPCA
	help
211
	  Say Y here if you want support for cameras based on the TV8531 chip.
212

213 214
	  To compile this driver as a module, choose M here: the
	  module will be called gspca_tv8532.
215 216 217 218 219

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

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

config USB_GSPCA_ZC3XX
226
	tristate "ZC3XX USB Camera Driver"
227 228
	depends on VIDEO_V4L2 && USB_GSPCA
	help
229
	  Say Y here if you want support for cameras based on the ZC3XX chip.
230

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

endif