V4L/DVB (13871): gspca - benq: New subdriver for camera 04a5:3035.
[pandora-kernel.git] / drivers / media / video / gspca / Kconfig
1 menuconfig USB_GSPCA
2         tristate "GSPCA based webcams"
3         depends on VIDEO_V4L2
4         default m
5         ---help---
6           Say Y here if you want to enable selecting webcams based
7           on the GSPCA framework.
8
9           See <file:Documentation/video4linux/gspca.txt> for more info.
10
11           This driver uses the Video For Linux API. You must say Y or M to
12           "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 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
33 config USB_GSPCA_CONEX
34         tristate "Conexant Camera Driver"
35         depends on VIDEO_V4L2 && USB_GSPCA
36         help
37           Say Y here if you want support for cameras based on the Conexant chip.
38
39           To compile this driver as a module, choose M here: the
40           module will be called gspca_conex.
41
42 config USB_GSPCA_ETOMS
43         tristate "Etoms USB Camera Driver"
44         depends on VIDEO_V4L2 && USB_GSPCA
45         help
46           Say Y here if you want support for cameras based on the Etoms chip.
47
48           To compile this driver as a module, choose M here: the
49           module will be called gspca_etoms.
50
51 config USB_GSPCA_FINEPIX
52         tristate "Fujifilm FinePix USB V4L2 driver"
53         depends on VIDEO_V4L2 && USB_GSPCA
54         help
55           Say Y here if you want support for cameras based on the FinePix chip.
56
57           To compile this driver as a module, choose M here: the
58           module will be called gspca_finepix.
59
60 config USB_GSPCA_JEILINJ
61         tristate "Jeilin JPEG USB V4L2 driver"
62         depends on VIDEO_V4L2 && USB_GSPCA
63         help
64           Say Y here if you want support for cameras based on this Jeilin chip.
65
66           To compile this driver as a module, choose M here: the
67           module will be called gspca_jeilinj.
68
69 config USB_GSPCA_MARS
70         tristate "Mars USB Camera Driver"
71         depends on VIDEO_V4L2 && USB_GSPCA
72         help
73           Say Y here if you want support for cameras based on the Mars chip.
74
75           To compile this driver as a module, choose M here: the
76           module will be called gspca_mars.
77
78 config USB_GSPCA_MR97310A
79         tristate "Mars-Semi MR97310A USB Camera Driver"
80         depends on VIDEO_V4L2 && USB_GSPCA
81         help
82           Say Y here if you want support for cameras based on the MR97310A chip.
83
84           To compile this driver as a module, choose M here: the
85           module will be called gspca_mr97310a.
86
87 config USB_GSPCA_OV519
88         tristate "OV51x / OVFX2 / W996xCF USB Camera Driver"
89         depends on VIDEO_V4L2 && USB_GSPCA
90         help
91           Say Y here if you want support for cameras based on one of these:
92           OV511(+), OV518(+), OV519, OVFX2, W9967CF, W9968CF
93
94           To compile this driver as a module, choose M here: the
95           module will be called gspca_ov519.
96
97 config USB_GSPCA_OV534
98         tristate "OV534 USB Camera Driver"
99         depends on VIDEO_V4L2 && USB_GSPCA
100         help
101           Say Y here if you want support for cameras based on the OV534 chip.
102           (e.g. Sony Playstation EYE)
103
104           To compile this driver as a module, choose M here: the
105           module will be called gspca_ov534.
106
107 config USB_GSPCA_PAC207
108         tristate "Pixart PAC207 USB Camera Driver"
109         depends on VIDEO_V4L2 && USB_GSPCA
110         help
111           Say Y here if you want support for cameras based on the PAC207 chip.
112
113           To compile this driver as a module, choose M here: the
114           module will be called gspca_pac207.
115
116 config USB_GSPCA_PAC7302
117         tristate "Pixart PAC7302 USB Camera Driver"
118         depends on VIDEO_V4L2 && USB_GSPCA
119         help
120           Say Y here if you want support for cameras based on the PAC7302 chip.
121
122           To compile this driver as a module, choose M here: the
123           module will be called gspca_pac7302.
124
125 config USB_GSPCA_PAC7311
126         tristate "Pixart PAC7311 USB Camera Driver"
127         depends on VIDEO_V4L2 && USB_GSPCA
128         help
129           Say Y here if you want support for cameras based on the PAC7311 chip.
130
131           To compile this driver as a module, choose M here: the
132           module will be called gspca_pac7311.
133
134 config USB_GSPCA_SN9C20X
135         tristate "SN9C20X USB Camera Driver"
136         depends on VIDEO_V4L2 && USB_GSPCA
137         help
138          Say Y here if you want support for cameras based on the
139          sn9c20x chips (SN9C201 and SN9C202).
140
141          To compile this driver as a module, choose M here: the
142          module will be called gspca_sn9c20x.
143
144 config USB_GSPCA_SN9C20X_EVDEV
145         bool "Enable evdev support"
146         depends on USB_GSPCA_SN9C20X && INPUT
147         ---help---
148           Say Y here in order to enable evdev support for sn9c20x webcam button.
149
150 config USB_GSPCA_SONIXB
151         tristate "SONIX Bayer USB Camera Driver"
152         depends on VIDEO_V4L2 && USB_GSPCA
153         help
154           Say Y here if you want support for cameras based on the Sonix
155           chips with Bayer format (SN9C101, SN9C102 and SN9C103).
156
157           To compile this driver as a module, choose M here: the
158           module will be called gspca_sonixb.
159
160 config USB_GSPCA_SONIXJ
161         tristate "SONIX JPEG USB Camera Driver"
162         depends on VIDEO_V4L2 && USB_GSPCA
163         help
164           Say Y here if you want support for cameras based on the Sonix
165           chips with JPEG format (SN9C102P, SN9C105 and >= SN9C110).
166
167           To compile this driver as a module, choose M here: the
168           module will be called gspca_sonixj
169
170 config USB_GSPCA_SPCA500
171         tristate "SPCA500 USB Camera Driver"
172         depends on VIDEO_V4L2 && USB_GSPCA
173         help
174           Say Y here if you want support for cameras based on the SPCA500 chip.
175
176           To compile this driver as a module, choose M here: the
177           module will be called gspca_spca500.
178
179 config USB_GSPCA_SPCA501
180         tristate "SPCA501 USB Camera Driver"
181         depends on VIDEO_V4L2 && USB_GSPCA
182         help
183           Say Y here if you want support for cameras based on the SPCA501 chip.
184
185           To compile this driver as a module, choose M here: the
186           module will be called gspca_spca501.
187
188 config USB_GSPCA_SPCA505
189         tristate "SPCA505 USB Camera Driver"
190         depends on VIDEO_V4L2 && USB_GSPCA
191         help
192           Say Y here if you want support for cameras based on the SPCA505 chip.
193
194           To compile this driver as a module, choose M here: the
195           module will be called gspca_spca505.
196
197 config USB_GSPCA_SPCA506
198         tristate "SPCA506 USB Camera Driver"
199         depends on VIDEO_V4L2 && USB_GSPCA
200         help
201           Say Y here if you want support for cameras based on the SPCA506 chip.
202
203           To compile this driver as a module, choose M here: the
204           module will be called gspca_spca506.
205
206 config USB_GSPCA_SPCA508
207         tristate "SPCA508 USB Camera Driver"
208         depends on VIDEO_V4L2 && USB_GSPCA
209         help
210           Say Y here if you want support for cameras based on the SPCA508 chip.
211
212           To compile this driver as a module, choose M here: the
213           module will be called gspca_spca508.
214
215 config USB_GSPCA_SPCA561
216         tristate "SPCA561 USB Camera Driver"
217         depends on VIDEO_V4L2 && USB_GSPCA
218         help
219           Say Y here if you want support for cameras based on the SPCA561 chip.
220
221           To compile this driver as a module, choose M here: the
222           module will be called gspca_spca561.
223
224 config USB_GSPCA_SQ905
225         tristate "SQ Technologies SQ905 based USB Camera Driver"
226         depends on VIDEO_V4L2 && USB_GSPCA
227         help
228           Say Y here if you want support for cameras based on the SQ905 chip.
229
230           To compile this driver as a module, choose M here: the
231           module will be called gspca_sq905.
232
233 config USB_GSPCA_SQ905C
234         tristate "SQ Technologies SQ905C based USB Camera Driver"
235         depends on VIDEO_V4L2 && USB_GSPCA
236         help
237           Say Y here if you want support for cameras based on the SQ905C chip.
238
239           To compile this driver as a module, choose M here: the
240           module will be called gspca_sq905c.
241
242 config USB_GSPCA_STK014
243         tristate "Syntek DV4000 (STK014) USB Camera Driver"
244         depends on VIDEO_V4L2 && USB_GSPCA
245         help
246           Say Y here if you want support for cameras based on the STK014 chip.
247
248           To compile this driver as a module, choose M here: the
249           module will be called gspca_stk014.
250
251 config USB_GSPCA_STV0680
252         tristate "STV0680 USB Camera Driver"
253         depends on VIDEO_V4L2 && USB_GSPCA
254         help
255           Say Y here if you want support for cameras based on the STV0680 chip.
256
257           To compile this driver as a module, choose M here: the
258           module will be called gspca_stv0680.
259
260 config USB_GSPCA_SUNPLUS
261         tristate "SUNPLUS USB Camera Driver"
262         depends on VIDEO_V4L2 && USB_GSPCA
263         help
264           Say Y here if you want support for cameras based on the Sunplus
265           SPCA504(abc) SPCA533 SPCA536 chips.
266
267           To compile this driver as a module, choose M here: the
268           module will be called gspca_sunplus.
269
270 config USB_GSPCA_T613
271         tristate "T613 (JPEG Compliance) USB Camera Driver"
272         depends on VIDEO_V4L2 && USB_GSPCA
273         help
274           Say Y here if you want support for cameras based on the T613 chip.
275
276           To compile this driver as a module, choose M here: the
277           module will be called gspca_t613.
278
279 config USB_GSPCA_TV8532
280         tristate "TV8532 USB Camera Driver"
281         depends on VIDEO_V4L2 && USB_GSPCA
282         help
283           Say Y here if you want support for cameras based on the TV8531 chip.
284
285           To compile this driver as a module, choose M here: the
286           module will be called gspca_tv8532.
287
288 config USB_GSPCA_VC032X
289         tristate "VC032X USB Camera Driver"
290         depends on VIDEO_V4L2 && USB_GSPCA
291         help
292           Say Y here if you want support for cameras based on the VC032X chip.
293
294           To compile this driver as a module, choose M here: the
295           module will be called gspca_vc032x.
296
297 config USB_GSPCA_ZC3XX
298         tristate "ZC3XX USB Camera Driver"
299         depends on VIDEO_V4L2 && USB_GSPCA
300         help
301           Say Y here if you want support for cameras based on the ZC3XX chip.
302
303           To compile this driver as a module, choose M here: the
304           module will be called gspca_zc3xx.
305
306 endif