]> pilppa.org Git - linux-2.6-omap-h63xx.git/blob - drivers/media/video/gspca/Kconfig
V4L/DVB (9861): gspca - ov534: Accept many simultaneous webcams.
[linux-2.6-omap-h63xx.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
22 config USB_GSPCA_CONEX
23         tristate "Conexant Camera Driver"
24         depends on VIDEO_V4L2 && USB_GSPCA
25         help
26           Say Y here if you want support for cameras based on the Conexant chip.
27
28           To compile this driver as a module, choose M here: the
29           module will be called gspca_conex.
30
31 config USB_GSPCA_ETOMS
32         tristate "Etoms USB Camera Driver"
33         depends on VIDEO_V4L2 && USB_GSPCA
34         help
35           Say Y here if you want support for cameras based on the Etoms chip.
36
37           To compile this driver as a module, choose M here: the
38           module will be called gspca_etoms.
39
40 config USB_GSPCA_FINEPIX
41         tristate "Fujifilm FinePix USB V4L2 driver"
42         depends on VIDEO_V4L2 && USB_GSPCA
43         help
44           Say Y here if you want support for cameras based on the FinePix chip.
45
46           To compile this driver as a module, choose M here: the
47           module will be called gspca_finepix.
48
49 config USB_GSPCA_MARS
50         tristate "Mars USB Camera Driver"
51         depends on VIDEO_V4L2 && USB_GSPCA
52         help
53           Say Y here if you want support for cameras based on the Mars chip.
54
55           To compile this driver as a module, choose M here: the
56           module will be called gspca_mars.
57
58 config USB_GSPCA_OV519
59         tristate "OV519 USB Camera Driver"
60         depends on VIDEO_V4L2 && USB_GSPCA
61         help
62           Say Y here if you want support for cameras based on the OV519 chip.
63
64           To compile this driver as a module, choose M here: the
65           module will be called gspca_ov519.
66
67 config USB_GSPCA_OV534
68         tristate "OV534 USB Camera Driver"
69         depends on VIDEO_V4L2 && USB_GSPCA
70         help
71           Say Y here if you want support for cameras based on the OV534 chip.
72           (e.g. Sony Playstation EYE)
73
74           To compile this driver as a module, choose M here: the
75           module will be called gspca_ov534.
76
77 config USB_GSPCA_PAC207
78         tristate "Pixart PAC207 USB Camera Driver"
79         depends on VIDEO_V4L2 && USB_GSPCA
80         help
81           Say Y here if you want support for cameras based on the PAC207 chip.
82
83           To compile this driver as a module, choose M here: the
84           module will be called gspca_pac207.
85
86 config USB_GSPCA_PAC7311
87         tristate "Pixart PAC7311 USB Camera Driver"
88         depends on VIDEO_V4L2 && USB_GSPCA
89         help
90           Say Y here if you want support for cameras based on the PAC7311 chip.
91
92           To compile this driver as a module, choose M here: the
93           module will be called gspca_pac7311.
94
95 config USB_GSPCA_SONIXB
96         tristate "SONIX Bayer USB Camera Driver"
97         depends on VIDEO_V4L2 && USB_GSPCA
98         help
99           Say Y here if you want support for cameras based on the Sonix
100           chips with Bayer format (SN9C101, SN9C102 and SN9C103).
101
102           To compile this driver as a module, choose M here: the
103           module will be called gspca_sonixb.
104
105 config USB_GSPCA_SONIXJ
106         tristate "SONIX JPEG USB Camera Driver"
107         depends on VIDEO_V4L2 && USB_GSPCA
108         help
109           Say Y here if you want support for cameras based on the Sonix
110           chips with JPEG format (SN9C102P, SN9C105 and >= SN9C110).
111
112           To compile this driver as a module, choose M here: the
113           module will be called gspca_sonixj
114
115 config USB_GSPCA_SPCA500
116         tristate "SPCA500 USB Camera Driver"
117         depends on VIDEO_V4L2 && USB_GSPCA
118         help
119           Say Y here if you want support for cameras based on the SPCA500 chip.
120
121           To compile this driver as a module, choose M here: the
122           module will be called gspca_spca500.
123
124 config USB_GSPCA_SPCA501
125         tristate "SPCA501 USB Camera Driver"
126         depends on VIDEO_V4L2 && USB_GSPCA
127         help
128           Say Y here if you want support for cameras based on the SPCA501 chip.
129
130           To compile this driver as a module, choose M here: the
131           module will be called gspca_spca501.
132
133 config USB_GSPCA_SPCA505
134         tristate "SPCA505 USB Camera Driver"
135         depends on VIDEO_V4L2 && USB_GSPCA
136         help
137           Say Y here if you want support for cameras based on the SPCA505 chip.
138
139           To compile this driver as a module, choose M here: the
140           module will be called gspca_spca505.
141
142 config USB_GSPCA_SPCA506
143         tristate "SPCA506 USB Camera Driver"
144         depends on VIDEO_V4L2 && USB_GSPCA
145         help
146           Say Y here if you want support for cameras based on the SPCA506 chip.
147
148           To compile this driver as a module, choose M here: the
149           module will be called gspca_spca506.
150
151 config USB_GSPCA_SPCA508
152         tristate "SPCA508 USB Camera Driver"
153         depends on VIDEO_V4L2 && USB_GSPCA
154         help
155           Say Y here if you want support for cameras based on the SPCA508 chip.
156
157           To compile this driver as a module, choose M here: the
158           module will be called gspca_spca508.
159
160 config USB_GSPCA_SPCA561
161         tristate "SPCA561 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 SPCA561 chip.
165
166           To compile this driver as a module, choose M here: the
167           module will be called gspca_spca561.
168
169 config USB_GSPCA_STK014
170         tristate "Syntek DV4000 (STK014) USB Camera Driver"
171         depends on VIDEO_V4L2 && USB_GSPCA
172         help
173           Say Y here if you want support for cameras based on the STK014 chip.
174
175           To compile this driver as a module, choose M here: the
176           module will be called gspca_stk014.
177
178 config USB_GSPCA_SUNPLUS
179         tristate "SUNPLUS USB Camera Driver"
180         depends on VIDEO_V4L2 && USB_GSPCA
181         help
182           Say Y here if you want support for cameras based on the Sunplus
183           SPCA504(abc) SPCA533 SPCA536 chips.
184
185           To compile this driver as a module, choose M here: the
186           module will be called gspca_sunplus.
187
188 config USB_GSPCA_T613
189         tristate "T613 (JPEG Compliance) 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 T613 chip.
193
194           To compile this driver as a module, choose M here: the
195           module will be called gspca_t613.
196
197 config USB_GSPCA_TV8532
198         tristate "TV8532 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 TV8531 chip.
202
203           To compile this driver as a module, choose M here: the
204           module will be called gspca_tv8532.
205
206 config USB_GSPCA_VC032X
207         tristate "VC032X 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 VC032X chip.
211
212           To compile this driver as a module, choose M here: the
213           module will be called gspca_vc032x.
214
215 config USB_GSPCA_ZC3XX
216         tristate "ZC3XX 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 ZC3XX chip.
220
221           To compile this driver as a module, choose M here: the
222           module will be called gspca_zc3xx.
223
224 endif