Commit | Line | Data |
---|---|---|
7c91f062 MCC |
1 | # |
2 | # Generic video config states | |
3 | # | |
4 | ||
5 | config VIDEO_V4L2 | |
6 | tristate | |
7 | depends on VIDEO_DEV && VIDEO_V4L2_COMMON | |
8 | default VIDEO_DEV && VIDEO_V4L2_COMMON | |
9 | ||
10 | config VIDEO_V4L1 | |
11 | tristate | |
12 | depends on VIDEO_DEV && VIDEO_V4L2_COMMON && VIDEO_ALLOW_V4L1 | |
13 | default VIDEO_DEV && VIDEO_V4L2_COMMON && VIDEO_ALLOW_V4L1 | |
14 | ||
15 | config VIDEOBUF_GEN | |
16 | tristate | |
17 | ||
18 | config VIDEOBUF_DMA_SG | |
19 | depends on HAS_DMA | |
20 | select VIDEOBUF_GEN | |
21 | tristate | |
22 | ||
23 | config VIDEOBUF_VMALLOC | |
24 | select VIDEOBUF_GEN | |
25 | tristate | |
26 | ||
27 | config VIDEOBUF_DVB | |
28 | tristate | |
29 | select VIDEOBUF_GEN | |
30 | select VIDEOBUF_DMA_SG | |
31 | ||
32 | config VIDEO_BTCX | |
33 | tristate | |
34 | ||
35 | config VIDEO_IR_I2C | |
36 | tristate | |
37 | ||
38 | config VIDEO_IR | |
39 | tristate | |
40 | depends on INPUT | |
41 | select VIDEO_IR_I2C if I2C | |
42 | ||
43 | config VIDEO_TVEEPROM | |
44 | tristate | |
45 | depends on I2C | |
46 | ||
1da177e4 LT |
47 | # |
48 | # Multimedia Video device configuration | |
49 | # | |
50 | ||
c5da5afb JE |
51 | menuconfig VIDEO_CAPTURE_DRIVERS |
52 | bool "Video capture adapters" | |
057596ee | 53 | depends on VIDEO_V4L2 |
c5da5afb | 54 | default y |
ff01652c MCC |
55 | ---help--- |
56 | Say Y here to enable selecting the video adapters for | |
57 | webcams, analog TV, and hybrid analog/digital TV. | |
58 | Some of those devices also supports FM radio. | |
1da177e4 | 59 | |
057596ee | 60 | if VIDEO_CAPTURE_DRIVERS && VIDEO_V4L2 |
1da177e4 | 61 | |
21dcd8cc MCC |
62 | config VIDEO_ADV_DEBUG |
63 | bool "Enable advanced debug functionality" | |
21dcd8cc MCC |
64 | default n |
65 | ---help--- | |
66 | Say Y here to enable advanced debugging functionality on some | |
67 | V4L devices. | |
68 | In doubt, say N. | |
69 | ||
1450e6be MCC |
70 | config VIDEO_HELPER_CHIPS_AUTO |
71 | bool "Autoselect pertinent encoders/decoders and other helper chips" | |
72 | default y | |
c1d1ea9e | 73 | ---help--- |
1450e6be MCC |
74 | Most video cards may require additional modules to encode or |
75 | decode audio/video standards. This option will autoselect | |
76 | all pertinent modules to each selected video module. | |
141a8779 | 77 | |
3cb2fccc | 78 | Unselect this only if you know exactly what you are doing, since |
1450e6be | 79 | it may break support on some boards. |
10b89ee3 | 80 | |
1450e6be | 81 | In doubt, say Y. |
10b89ee3 | 82 | |
1450e6be MCC |
83 | # |
84 | # Encoder / Decoder module configuration | |
85 | # | |
1da177e4 | 86 | |
1450e6be | 87 | menu "Encoders/decoders and other helper chips" |
c5da5afb | 88 | depends on !VIDEO_HELPER_CHIPS_AUTO |
1da177e4 | 89 | |
06afc0ff | 90 | comment "Audio decoders" |
1da177e4 | 91 | |
1450e6be MCC |
92 | config VIDEO_TVAUDIO |
93 | tristate "Simple audio decoder chips" | |
07533b6a | 94 | depends on VIDEO_V4L2 && I2C |
1450e6be MCC |
95 | ---help--- |
96 | Support for several audio decoder chips found on some bt8xx boards: | |
97 | Philips: tda9840, tda9873h, tda9874h/a, tda9850, tda985x, tea6300, | |
98 | tea6320, tea6420, tda8425, ta8874z. | |
99 | Microchip: pic16c54 based design on ProVideo PV951 board. | |
1da177e4 LT |
100 | |
101 | To compile this driver as a module, choose M here: the | |
1450e6be | 102 | module will be called tvaudio. |
1da177e4 | 103 | |
1450e6be | 104 | config VIDEO_TDA7432 |
06afc0ff | 105 | tristate "Philips TDA7432 audio processor" |
07533b6a | 106 | depends on VIDEO_V4L2 && I2C |
1450e6be MCC |
107 | ---help--- |
108 | Support for tda7432 audio decoder chip found on some bt8xx boards. | |
1da177e4 | 109 | |
1450e6be MCC |
110 | To compile this driver as a module, choose M here: the |
111 | module will be called tda7432. | |
1da177e4 | 112 | |
1450e6be | 113 | config VIDEO_TDA9840 |
06afc0ff | 114 | tristate "Philips TDA9840 audio processor" |
c5da5afb | 115 | depends on I2C |
1da177e4 | 116 | ---help--- |
1450e6be | 117 | Support for tda9840 audio decoder chip found on some Zoran boards. |
1da177e4 | 118 | |
1450e6be MCC |
119 | To compile this driver as a module, choose M here: the |
120 | module will be called tda9840. | |
1da177e4 | 121 | |
1450e6be | 122 | config VIDEO_TDA9875 |
06afc0ff | 123 | tristate "Philips TDA9875 audio processor" |
07533b6a | 124 | depends on VIDEO_V4L2 && I2C |
1450e6be MCC |
125 | ---help--- |
126 | Support for tda9875 audio decoder chip found on some bt8xx boards. | |
1da177e4 | 127 | |
1450e6be MCC |
128 | To compile this driver as a module, choose M here: the |
129 | module will be called tda9875. | |
1da177e4 | 130 | |
1450e6be | 131 | config VIDEO_TEA6415C |
06afc0ff | 132 | tristate "Philips TEA6415C audio processor" |
c5da5afb | 133 | depends on I2C |
1450e6be MCC |
134 | ---help--- |
135 | Support for tea6415c audio decoder chip found on some bt8xx boards. | |
1da177e4 | 136 | |
1450e6be MCC |
137 | To compile this driver as a module, choose M here: the |
138 | module will be called tea6415c. | |
ab33d507 | 139 | |
1450e6be | 140 | config VIDEO_TEA6420 |
06afc0ff | 141 | tristate "Philips TEA6420 audio processor" |
c5da5afb | 142 | depends on I2C |
1450e6be MCC |
143 | ---help--- |
144 | Support for tea6420 audio decoder chip found on some bt8xx boards. | |
1da177e4 LT |
145 | |
146 | To compile this driver as a module, choose M here: the | |
1450e6be | 147 | module will be called tea6420. |
1da177e4 | 148 | |
1450e6be MCC |
149 | config VIDEO_MSP3400 |
150 | tristate "Micronas MSP34xx audio decoders" | |
151 | depends on VIDEO_V4L2 && I2C | |
152 | ---help--- | |
153 | Support for the Micronas MSP34xx series of audio decoders. | |
1da177e4 LT |
154 | |
155 | To compile this driver as a module, choose M here: the | |
1450e6be | 156 | module will be called msp3400. |
1da177e4 | 157 | |
6fb377f8 HV |
158 | config VIDEO_CS5345 |
159 | tristate "Cirrus Logic CS5345 audio ADC" | |
160 | depends on VIDEO_V4L2 && I2C && EXPERIMENTAL | |
161 | ---help--- | |
162 | Support for the Cirrus Logic CS5345 24-bit, 192 kHz | |
163 | stereo A/D converter. | |
164 | ||
165 | To compile this driver as a module, choose M here: the | |
166 | module will be called cs5345. | |
167 | ||
1450e6be MCC |
168 | config VIDEO_CS53L32A |
169 | tristate "Cirrus Logic CS53L32A audio ADC" | |
7a06f3f2 | 170 | depends on VIDEO_V4L2 && I2C |
1450e6be MCC |
171 | ---help--- |
172 | Support for the Cirrus Logic CS53L32A low voltage | |
173 | stereo A/D converter. | |
1da177e4 | 174 | |
1450e6be MCC |
175 | To compile this driver as a module, choose M here: the |
176 | module will be called cs53l32a. | |
1da177e4 | 177 | |
761dacd2 HV |
178 | config VIDEO_M52790 |
179 | tristate "Mitsubishi M52790 A/V switch" | |
180 | depends on VIDEO_V4L2 && I2C && EXPERIMENTAL | |
181 | ---help--- | |
182 | Support for the Mitsubishi M52790 A/V switch. | |
183 | ||
184 | To compile this driver as a module, choose M here: the | |
185 | module will be called m52790. | |
186 | ||
1450e6be MCC |
187 | config VIDEO_TLV320AIC23B |
188 | tristate "Texas Instruments TLV320AIC23B audio codec" | |
189 | depends on VIDEO_V4L2 && I2C && EXPERIMENTAL | |
190 | ---help--- | |
191 | Support for the Texas Instruments TLV320AIC23B audio codec. | |
1da177e4 | 192 | |
1450e6be MCC |
193 | To compile this driver as a module, choose M here: the |
194 | module will be called tlv320aic23b. | |
faa1cb20 | 195 | |
1450e6be MCC |
196 | config VIDEO_WM8775 |
197 | tristate "Wolfson Microelectronics WM8775 audio ADC with input mixer" | |
7a06f3f2 | 198 | depends on VIDEO_V4L2 && I2C |
1450e6be MCC |
199 | ---help--- |
200 | Support for the Wolfson Microelectronics WM8775 high | |
201 | performance stereo A/D Converter with a 4 channel input mixer. | |
1da177e4 LT |
202 | |
203 | To compile this driver as a module, choose M here: the | |
1450e6be | 204 | module will be called wm8775. |
674434c6 | 205 | |
1450e6be MCC |
206 | config VIDEO_WM8739 |
207 | tristate "Wolfson Microelectronics WM8739 stereo audio ADC" | |
7a06f3f2 | 208 | depends on VIDEO_V4L2 && I2C |
1450e6be MCC |
209 | ---help--- |
210 | Support for the Wolfson Microelectronics WM8739 | |
211 | stereo A/D Converter. | |
1da177e4 | 212 | |
1450e6be MCC |
213 | To compile this driver as a module, choose M here: the |
214 | module will be called wm8739. | |
1da177e4 | 215 | |
ac247433 HV |
216 | config VIDEO_VP27SMPX |
217 | tristate "Panasonic VP27s internal MPX" | |
218 | depends on VIDEO_V4L2 && I2C && EXPERIMENTAL | |
219 | ---help--- | |
220 | Support for the internal MPX of the Panasonic VP27s tuner. | |
221 | ||
222 | To compile this driver as a module, choose M here: the | |
223 | module will be called vp27smpx. | |
224 | ||
1450e6be MCC |
225 | comment "Video decoders" |
226 | ||
227 | config VIDEO_BT819 | |
06afc0ff | 228 | tristate "BT819A VideoStream decoder" |
1450e6be | 229 | depends on VIDEO_V4L1 && I2C |
1da177e4 | 230 | ---help--- |
1450e6be | 231 | Support for BT819A video decoder. |
674434c6 | 232 | |
1da177e4 | 233 | To compile this driver as a module, choose M here: the |
1450e6be | 234 | module will be called bt819. |
1da177e4 | 235 | |
1450e6be | 236 | config VIDEO_BT856 |
06afc0ff | 237 | tristate "BT856 VideoStream decoder" |
1450e6be | 238 | depends on VIDEO_V4L1 && I2C |
1da177e4 | 239 | ---help--- |
1450e6be | 240 | Support for BT856 video decoder. |
1da177e4 | 241 | |
1450e6be MCC |
242 | To compile this driver as a module, choose M here: the |
243 | module will be called bt856. | |
244 | ||
245 | config VIDEO_BT866 | |
06afc0ff | 246 | tristate "BT866 VideoStream decoder" |
1450e6be | 247 | depends on VIDEO_V4L1 && I2C |
1da177e4 | 248 | ---help--- |
1450e6be | 249 | Support for BT866 video decoder. |
0518999c MCC |
250 | |
251 | To compile this driver as a module, choose M here: the | |
1450e6be | 252 | module will be called bt866. |
1da177e4 | 253 | |
1450e6be MCC |
254 | config VIDEO_KS0127 |
255 | tristate "KS0127 video decoder" | |
256 | depends on VIDEO_V4L1 && I2C | |
257 | ---help--- | |
258 | Support for KS0127 video decoder. | |
f8962605 | 259 | |
1450e6be MCC |
260 | This chip is used on AverMedia AVS6EYES Zoran-based MJPEG |
261 | cards. | |
f8962605 | 262 | |
1450e6be MCC |
263 | To compile this driver as a module, choose M here: the |
264 | module will be called ks0127. | |
b961b9c5 | 265 | |
111f3356 JC |
266 | config VIDEO_OV7670 |
267 | tristate "OmniVision OV7670 sensor support" | |
268 | depends on I2C && VIDEO_V4L2 | |
269 | ---help--- | |
270 | This is a Video4Linux2 sensor-level driver for the OmniVision | |
271 | OV7670 VGA camera. It currently only works with the M88ALP01 | |
272 | controller. | |
273 | ||
a5e90862 SA |
274 | config VIDEO_TCM825X |
275 | tristate "TCM825x camera sensor support" | |
276 | depends on I2C && VIDEO_V4L2 | |
277 | ---help--- | |
278 | This is a driver for the Toshiba TCM825x VGA camera sensor. | |
279 | It is used for example in Nokia N800. | |
280 | ||
1450e6be MCC |
281 | config VIDEO_SAA7110 |
282 | tristate "Philips SAA7110 video decoder" | |
ce48d5ec | 283 | depends on VIDEO_V4L1 && I2C |
897ea130 | 284 | ---help--- |
1450e6be | 285 | Support for the Philips SAA7110 video decoders. |
897ea130 MCC |
286 | |
287 | To compile this driver as a module, choose M here: the | |
1450e6be | 288 | module will be called saa7110. |
897ea130 | 289 | |
1450e6be MCC |
290 | config VIDEO_SAA7111 |
291 | tristate "Philips SAA7111 video decoder" | |
292 | depends on VIDEO_V4L1 && I2C | |
897ea130 | 293 | ---help--- |
1450e6be | 294 | Support for the Philips SAA711 video decoder. |
897ea130 MCC |
295 | |
296 | To compile this driver as a module, choose M here: the | |
1450e6be | 297 | module will be called saa7111. |
897ea130 | 298 | |
1450e6be MCC |
299 | config VIDEO_SAA7114 |
300 | tristate "Philips SAA7114 video decoder" | |
301 | depends on VIDEO_V4L1 && I2C | |
faa1cb20 | 302 | ---help--- |
1450e6be MCC |
303 | Support for the Philips SAA7114 video decoder. This driver |
304 | is used only on Zoran driver and should be moved soon to | |
305 | SAA711x module. | |
faa1cb20 MCC |
306 | |
307 | To compile this driver as a module, choose M here: the | |
1450e6be | 308 | module will be called saa7114. |
faa1cb20 | 309 | |
1450e6be MCC |
310 | config VIDEO_SAA711X |
311 | tristate "Philips SAA7113/4/5 video decoders" | |
7a06f3f2 | 312 | depends on VIDEO_V4L2 && I2C |
897ea130 | 313 | ---help--- |
1450e6be | 314 | Support for the Philips SAA7113/4/5 video decoders. |
897ea130 MCC |
315 | |
316 | To compile this driver as a module, choose M here: the | |
1450e6be | 317 | module will be called saa7115. |
897ea130 | 318 | |
fb7b37cf HV |
319 | config VIDEO_SAA717X |
320 | tristate "Philips SAA7171/3/4 audio/video decoders" | |
321 | depends on VIDEO_V4L2 && I2C | |
322 | ---help--- | |
323 | Support for the Philips SAA7171/3/4 audio/video decoders. | |
324 | ||
325 | To compile this driver as a module, choose M here: the | |
326 | module will be called saa717x. | |
327 | ||
1450e6be MCC |
328 | config VIDEO_SAA7191 |
329 | tristate "Philips SAA7191 video decoder" | |
330 | depends on VIDEO_V4L1 && I2C | |
faa1cb20 | 331 | ---help--- |
1450e6be | 332 | Support for the Philips SAA7191 video decoder. |
faa1cb20 MCC |
333 | |
334 | To compile this driver as a module, choose M here: the | |
1450e6be | 335 | module will be called saa7191. |
faa1cb20 | 336 | |
1450e6be MCC |
337 | config VIDEO_TVP5150 |
338 | tristate "Texas Instruments TVP5150 video decoder" | |
339 | depends on VIDEO_V4L2 && I2C | |
faa1cb20 | 340 | ---help--- |
1450e6be | 341 | Support for the Texas Instruments TVP5150 video decoder. |
faa1cb20 MCC |
342 | |
343 | To compile this driver as a module, choose M here: the | |
1450e6be | 344 | module will be called tvp5150. |
faa1cb20 | 345 | |
1450e6be | 346 | config VIDEO_VPX3220 |
06afc0ff | 347 | tristate "vpx3220a, vpx3216b & vpx3214c video decoders" |
1450e6be | 348 | depends on VIDEO_V4L1 && I2C |
cfdd4ad0 | 349 | ---help--- |
1450e6be | 350 | Support for VPX322x video decoders. |
cfdd4ad0 MK |
351 | |
352 | To compile this driver as a module, choose M here: the | |
1450e6be | 353 | module will be called vpx3220. |
770599d0 | 354 | |
06afc0ff MCC |
355 | comment "Video and audio decoders" |
356 | ||
357 | source "drivers/media/video/cx25840/Kconfig" | |
358 | ||
359 | comment "MPEG video encoders" | |
360 | ||
361 | config VIDEO_CX2341X | |
362 | tristate "Conexant CX2341x MPEG encoders" | |
eee4470f | 363 | depends on VIDEO_V4L2 && EXPERIMENTAL && VIDEO_V4L2_COMMON |
06afc0ff MCC |
364 | ---help--- |
365 | Support for the Conexant CX23416 MPEG encoders | |
366 | and CX23415 MPEG encoder/decoders. | |
367 | ||
368 | This module currently supports the encoding functions only. | |
369 | ||
370 | To compile this driver as a module, choose M here: the | |
371 | module will be called cx2341x. | |
372 | ||
373 | comment "Video encoders" | |
374 | ||
375 | config VIDEO_SAA7127 | |
376 | tristate "Philips SAA7127/9 digital video encoders" | |
7a06f3f2 | 377 | depends on VIDEO_V4L2 && I2C |
06afc0ff MCC |
378 | ---help--- |
379 | Support for the Philips SAA7127/9 digital video encoders. | |
380 | ||
381 | To compile this driver as a module, choose M here: the | |
382 | module will be called saa7127. | |
383 | ||
384 | config VIDEO_SAA7185 | |
385 | tristate "Philips SAA7185 video encoder" | |
386 | depends on VIDEO_V4L1 && I2C | |
387 | ---help--- | |
388 | Support for the Philips SAA7185 video encoder. | |
389 | ||
390 | To compile this driver as a module, choose M here: the | |
391 | module will be called saa7185. | |
392 | ||
393 | config VIDEO_ADV7170 | |
394 | tristate "Analog Devices ADV7170 video encoder" | |
395 | depends on VIDEO_V4L1 && I2C | |
396 | ---help--- | |
397 | Support for the Analog Devices ADV7170 video encoder driver | |
398 | ||
399 | To compile this driver as a module, choose M here: the | |
400 | module will be called adv7170. | |
401 | ||
402 | config VIDEO_ADV7175 | |
403 | tristate "Analog Devices ADV7175 video encoder" | |
404 | depends on VIDEO_V4L1 && I2C | |
405 | ---help--- | |
406 | Support for the Analog Devices ADV7175 video encoder driver | |
407 | ||
408 | To compile this driver as a module, choose M here: the | |
409 | module will be called adv7175. | |
410 | ||
1450e6be MCC |
411 | comment "Video improvement chips" |
412 | ||
413 | config VIDEO_UPD64031A | |
414 | tristate "NEC Electronics uPD64031A Ghost Reduction" | |
7a06f3f2 | 415 | depends on VIDEO_V4L2 && I2C |
e273db7a | 416 | ---help--- |
1450e6be MCC |
417 | Support for the NEC Electronics uPD64031A Ghost Reduction |
418 | video chip. It is most often found in NTSC TV cards made for | |
419 | Japan and is used to reduce the 'ghosting' effect that can | |
420 | be present in analog TV broadcasts. | |
e273db7a MK |
421 | |
422 | To compile this driver as a module, choose M here: the | |
1450e6be | 423 | module will be called upd64031a. |
e273db7a | 424 | |
1450e6be MCC |
425 | config VIDEO_UPD64083 |
426 | tristate "NEC Electronics uPD64083 3-Dimensional Y/C separation" | |
7a06f3f2 | 427 | depends on VIDEO_V4L2 && I2C |
88ca8ed0 | 428 | ---help--- |
1450e6be MCC |
429 | Support for the NEC Electronics uPD64083 3-Dimensional Y/C |
430 | separation video chip. It is used to improve the quality of | |
431 | the colors of a composite signal. | |
88ca8ed0 SA |
432 | |
433 | To compile this driver as a module, choose M here: the | |
1450e6be | 434 | module will be called upd64083. |
88ca8ed0 | 435 | |
1450e6be MCC |
436 | endmenu # encoder / decoder chips |
437 | ||
438 | config VIDEO_VIVI | |
439 | tristate "Virtual Video Driver" | |
2db2da91 | 440 | depends on VIDEO_DEV && VIDEO_V4L2 && !SPARC32 && !SPARC64 |
87b9ad07 | 441 | select VIDEOBUF_VMALLOC |
1450e6be | 442 | default n |
e273db7a | 443 | ---help--- |
1450e6be MCC |
444 | Enables a virtual video driver. This device shows a color bar |
445 | and a timestamp, as a real device would generate by using V4L2 | |
446 | api. | |
447 | Say Y here if you want to test video apps or debug V4L devices. | |
448 | In doubt, say N. | |
449 | ||
450 | source "drivers/media/video/bt8xx/Kconfig" | |
451 | ||
452 | config VIDEO_SAA6588 | |
453 | tristate "SAA6588 Radio Chip RDS decoder support on BT848 cards" | |
454 | depends on I2C && VIDEO_BT848 | |
455 | ||
456 | help | |
457 | Support for Radio Data System (RDS) decoder. This allows seeing | |
458 | radio station identification transmitted using this standard. | |
09509603 | 459 | Currently, it works only with bt8x8 chips. |
e273db7a MK |
460 | |
461 | To compile this driver as a module, choose M here: the | |
1450e6be | 462 | module will be called saa6588. |
e273db7a | 463 | |
1450e6be MCC |
464 | config VIDEO_PMS |
465 | tristate "Mediavision Pro Movie Studio Video For Linux" | |
466 | depends on ISA && VIDEO_V4L1 | |
467 | help | |
468 | Say Y if you have such a thing. | |
75c4570c HV |
469 | |
470 | To compile this driver as a module, choose M here: the | |
1450e6be | 471 | module will be called pms. |
75c4570c | 472 | |
1450e6be MCC |
473 | config VIDEO_PLANB |
474 | tristate "PlanB Video-In on PowerMac" | |
475 | depends on PPC_PMAC && VIDEO_V4L1 && BROKEN | |
476 | help | |
477 | PlanB is the V4L driver for the PowerMac 7x00/8x00 series video | |
478 | input hardware. If you want to experiment with this, say Y. | |
479 | Otherwise, or if you don't understand a word, say N. See | |
480 | <http://www.cpu.lu/~mlan/linux/dev/planb.html> for more info. | |
b961b9c5 | 481 | |
1450e6be | 482 | Saying M will compile this driver as a module (planb). |
3446807d | 483 | |
1450e6be MCC |
484 | config VIDEO_BWQCAM |
485 | tristate "Quickcam BW Video For Linux" | |
486 | depends on PARPORT && VIDEO_V4L1 | |
487 | help | |
488 | Say Y have if you the black and white version of the QuickCam | |
489 | camera. See the next option for the color version. | |
3446807d MK |
490 | |
491 | To compile this driver as a module, choose M here: the | |
1450e6be | 492 | module will be called bw-qcam. |
3446807d | 493 | |
1450e6be MCC |
494 | config VIDEO_CQCAM |
495 | tristate "QuickCam Colour Video For Linux (EXPERIMENTAL)" | |
496 | depends on EXPERIMENTAL && PARPORT && VIDEO_V4L1 | |
497 | help | |
498 | This is the video4linux driver for the colour version of the | |
499 | Connectix QuickCam. If you have one of these cameras, say Y here, | |
500 | otherwise say N. This driver does not work with the original | |
501 | monochrome QuickCam, QuickCam VC or QuickClip. It is also available | |
502 | as a module (c-qcam). | |
503 | Read <file:Documentation/video4linux/CQcam.txt> for more information. | |
f6fe8c6a | 504 | |
1450e6be MCC |
505 | config VIDEO_W9966 |
506 | tristate "W9966CF Webcam (FlyCam Supra and others) Video For Linux" | |
507 | depends on PARPORT_1284 && PARPORT && VIDEO_V4L1 | |
508 | help | |
509 | Video4linux driver for Winbond's w9966 based Webcams. | |
510 | Currently tested with the LifeView FlyCam Supra. | |
511 | If you have one of these cameras, say Y here | |
512 | otherwise say N. | |
513 | This driver is also available as a module (w9966). | |
514 | ||
515 | Check out <file:Documentation/video4linux/w9966.txt> for more | |
516 | information. | |
517 | ||
518 | config VIDEO_CPIA | |
519 | tristate "CPiA Video For Linux" | |
520 | depends on VIDEO_V4L1 | |
faa1cb20 | 521 | ---help--- |
1450e6be MCC |
522 | This is the video4linux driver for cameras based on Vision's CPiA |
523 | (Colour Processor Interface ASIC), such as the Creative Labs Video | |
524 | Blaster Webcam II. If you have one of these cameras, say Y here | |
525 | and select parallel port and/or USB lowlevel support below, | |
526 | otherwise say N. This will not work with the Creative Webcam III. | |
faa1cb20 | 527 | |
1450e6be MCC |
528 | Please read <file:Documentation/video4linux/README.cpia> for more |
529 | information. | |
faa1cb20 | 530 | |
1450e6be | 531 | This driver is also available as a module (cpia). |
faa1cb20 | 532 | |
1450e6be MCC |
533 | config VIDEO_CPIA_PP |
534 | tristate "CPiA Parallel Port Lowlevel Support" | |
535 | depends on PARPORT_1284 && VIDEO_CPIA && PARPORT | |
536 | help | |
537 | This is the lowlevel parallel port support for cameras based on | |
538 | Vision's CPiA (Colour Processor Interface ASIC), such as the | |
539 | Creative Webcam II. If you have the parallel port version of one | |
540 | of these cameras, say Y here, otherwise say N. It is also available | |
541 | as a module (cpia_pp). | |
542 | ||
543 | config VIDEO_CPIA_USB | |
544 | tristate "CPiA USB Lowlevel Support" | |
545 | depends on VIDEO_CPIA && USB | |
546 | help | |
547 | This is the lowlevel USB support for cameras based on Vision's CPiA | |
548 | (Colour Processor Interface ASIC), such as the Creative Webcam II. | |
549 | If you have the USB version of one of these cameras, say Y here, | |
550 | otherwise say N. This will not work with the Creative Webcam III. | |
551 | It is also available as a module (cpia_usb). | |
552 | ||
553 | source "drivers/media/video/cpia2/Kconfig" | |
554 | ||
555 | config VIDEO_SAA5246A | |
556 | tristate "SAA5246A, SAA5281 Teletext processor" | |
557 | depends on I2C && VIDEO_V4L2 | |
558 | help | |
559 | Support for I2C bus based teletext using the SAA5246A or SAA5281 | |
560 | chip. Useful only if you live in Europe. | |
b961b9c5 MCC |
561 | |
562 | To compile this driver as a module, choose M here: the | |
1450e6be | 563 | module will be called saa5246a. |
b961b9c5 | 564 | |
1450e6be MCC |
565 | config VIDEO_SAA5249 |
566 | tristate "SAA5249 Teletext processor" | |
c5da5afb | 567 | depends on I2C && VIDEO_V4L2 |
1450e6be MCC |
568 | help |
569 | Support for I2C bus based teletext using the SAA5249 chip. At the | |
570 | moment this is only useful on some European WinTV cards. | |
faa1cb20 MCC |
571 | |
572 | To compile this driver as a module, choose M here: the | |
1450e6be | 573 | module will be called saa5249. |
faa1cb20 | 574 | |
1450e6be MCC |
575 | config TUNER_3036 |
576 | tristate "SAB3036 tuner" | |
c5da5afb | 577 | depends on I2C && VIDEO_V4L1 |
1450e6be MCC |
578 | help |
579 | Say Y here to include support for Philips SAB3036 compatible tuners. | |
580 | If in doubt, say N. | |
faa1cb20 | 581 | |
1450e6be MCC |
582 | config VIDEO_VINO |
583 | tristate "SGI Vino Video For Linux (EXPERIMENTAL)" | |
584 | depends on I2C && SGI_IP22 && EXPERIMENTAL && VIDEO_V4L2 | |
585 | select I2C_ALGO_SGI | |
586 | select VIDEO_SAA7191 if VIDEO_HELPER_CHIPS_AUTO | |
587 | help | |
588 | Say Y here to build in support for the Vino video input system found | |
589 | on SGI Indy machines. | |
b961b9c5 | 590 | |
1450e6be MCC |
591 | config VIDEO_STRADIS |
592 | tristate "Stradis 4:2:2 MPEG-2 video driver (EXPERIMENTAL)" | |
52cf875f | 593 | depends on EXPERIMENTAL && PCI && VIDEO_V4L1 && VIRT_TO_BUS |
1450e6be MCC |
594 | help |
595 | Say Y here to enable support for the Stradis 4:2:2 MPEG-2 video | |
596 | driver for PCI. There is a product page at | |
597 | <http://www.stradis.com/>. | |
faa1cb20 | 598 | |
1450e6be MCC |
599 | config VIDEO_ZORAN_ZR36060 |
600 | tristate | |
faa1cb20 | 601 | |
1450e6be MCC |
602 | config VIDEO_ZORAN |
603 | tristate "Zoran ZR36057/36067 Video For Linux" | |
52cf875f | 604 | depends on PCI && I2C_ALGOBIT && VIDEO_V4L1 && VIRT_TO_BUS |
1450e6be MCC |
605 | help |
606 | Say Y for support for MJPEG capture cards based on the Zoran | |
607 | 36057/36067 PCI controller chipset. This includes the Iomega | |
608 | Buz, Pinnacle DC10+ and the Linux Media Labs LML33. There is | |
609 | a driver homepage at <http://mjpeg.sf.net/driver-zoran/>. For | |
610 | more information, check <file:Documentation/video4linux/Zoran>. | |
faa1cb20 MCC |
611 | |
612 | To compile this driver as a module, choose M here: the | |
1450e6be | 613 | module will be called zr36067. |
faa1cb20 | 614 | |
1450e6be MCC |
615 | config VIDEO_ZORAN_BUZ |
616 | tristate "Iomega Buz support" | |
617 | depends on VIDEO_ZORAN | |
618 | select VIDEO_SAA7111 if VIDEO_HELPER_CHIPS_AUTO | |
619 | select VIDEO_SAA7185 if VIDEO_HELPER_CHIPS_AUTO | |
620 | select VIDEO_ZORAN_ZR36060 | |
621 | help | |
622 | Support for the Iomega Buz MJPEG capture/playback card. | |
faa1cb20 | 623 | |
1450e6be MCC |
624 | config VIDEO_ZORAN_DC10 |
625 | tristate "Pinnacle/Miro DC10(+) support" | |
626 | depends on VIDEO_ZORAN | |
627 | select VIDEO_SAA7110 | |
628 | select VIDEO_ADV7175 if VIDEO_HELPER_CHIPS_AUTO | |
629 | select VIDEO_ZORAN_ZR36060 | |
630 | help | |
631 | Support for the Pinnacle/Miro DC10(+) MJPEG capture/playback | |
632 | card. | |
29adeee5 | 633 | |
1450e6be MCC |
634 | config VIDEO_ZORAN_DC30 |
635 | tristate "Pinnacle/Miro DC30(+) support" | |
636 | depends on VIDEO_ZORAN | |
637 | select VIDEO_ADV7175 if VIDEO_HELPER_CHIPS_AUTO | |
638 | select VIDEO_VPX3220 if VIDEO_HELPER_CHIPS_AUTO | |
639 | help | |
640 | Support for the Pinnacle/Miro DC30(+) MJPEG capture/playback | |
641 | card. This also supports really old DC10 cards based on the | |
642 | zr36050 MJPEG codec and zr36016 VFE. | |
29adeee5 | 643 | |
1450e6be MCC |
644 | config VIDEO_ZORAN_LML33 |
645 | tristate "Linux Media Labs LML33 support" | |
646 | depends on VIDEO_ZORAN | |
647 | select VIDEO_BT819 if VIDEO_HELPER_CHIPS_AUTO | |
648 | select VIDEO_BT856 if VIDEO_HELPER_CHIPS_AUTO | |
649 | select VIDEO_ZORAN_ZR36060 | |
650 | help | |
651 | Support for the Linux Media Labs LML33 MJPEG capture/playback | |
652 | card. | |
29adeee5 | 653 | |
1450e6be MCC |
654 | config VIDEO_ZORAN_LML33R10 |
655 | tristate "Linux Media Labs LML33R10 support" | |
656 | depends on VIDEO_ZORAN | |
657 | select VIDEO_SAA7114 if VIDEO_HELPER_CHIPS_AUTO | |
658 | select VIDEO_ADV7170 if VIDEO_HELPER_CHIPS_AUTO | |
659 | select VIDEO_ZORAN_ZR36060 | |
660 | help | |
661 | support for the Linux Media Labs LML33R10 MJPEG capture/playback | |
662 | card. | |
faa1cb20 | 663 | |
1450e6be MCC |
664 | config VIDEO_ZORAN_AVS6EYES |
665 | tristate "AverMedia 6 Eyes support (EXPERIMENTAL)" | |
666 | depends on VIDEO_ZORAN && EXPERIMENTAL && VIDEO_V4L1 | |
667 | select VIDEO_BT856 if VIDEO_HELPER_CHIPS_AUTO | |
668 | select VIDEO_KS0127 if VIDEO_HELPER_CHIPS_AUTO | |
669 | select VIDEO_ZORAN_ZR36060 | |
670 | help | |
671 | Support for the AverMedia 6 Eyes video surveillance card. | |
faa1cb20 | 672 | |
1450e6be MCC |
673 | config VIDEO_MEYE |
674 | tristate "Sony Vaio Picturebook Motion Eye Video For Linux" | |
cbefb762 | 675 | depends on PCI && SONY_LAPTOP && VIDEO_V4L1 |
faa1cb20 | 676 | ---help--- |
1450e6be MCC |
677 | This is the video4linux driver for the Motion Eye camera found |
678 | in the Vaio Picturebook laptops. Please read the material in | |
679 | <file:Documentation/video4linux/meye.txt> for more information. | |
680 | ||
cbefb762 | 681 | If you say Y or M here, you need to say Y or M to "Sony Laptop |
682 | Extras" in the misc device section. | |
faa1cb20 MCC |
683 | |
684 | To compile this driver as a module, choose M here: the | |
1450e6be | 685 | module will be called meye. |
faa1cb20 | 686 | |
1450e6be MCC |
687 | source "drivers/media/video/saa7134/Kconfig" |
688 | ||
689 | config VIDEO_MXB | |
690 | tristate "Siemens-Nixdorf 'Multimedia eXtension Board'" | |
6386828c | 691 | depends on PCI && VIDEO_V4L1 && I2C |
1450e6be | 692 | select VIDEO_SAA7146_VV |
149ef72d | 693 | select MEDIA_TUNER |
1450e6be MCC |
694 | select VIDEO_SAA7111 if VIDEO_HELPER_CHIPS_AUTO |
695 | select VIDEO_TDA9840 if VIDEO_HELPER_CHIPS_AUTO | |
696 | select VIDEO_TEA6415C if VIDEO_HELPER_CHIPS_AUTO | |
697 | select VIDEO_TEA6420 if VIDEO_HELPER_CHIPS_AUTO | |
ac9ec935 | 698 | ---help--- |
1450e6be MCC |
699 | This is a video4linux driver for the 'Multimedia eXtension Board' |
700 | TV card by Siemens-Nixdorf. | |
ac9ec935 MK |
701 | |
702 | To compile this driver as a module, choose M here: the | |
1450e6be | 703 | module will be called mxb. |
ac9ec935 | 704 | |
1450e6be MCC |
705 | config VIDEO_DPC |
706 | tristate "Philips-Semiconductors 'dpc7146 demonstration board'" | |
6386828c | 707 | depends on PCI && VIDEO_V4L1 && I2C |
1450e6be MCC |
708 | select VIDEO_SAA7146_VV |
709 | select VIDEO_SAA7111 if VIDEO_HELPER_CHIPS_AUTO | |
faa1cb20 | 710 | ---help--- |
1450e6be MCC |
711 | This is a video4linux driver for the 'dpc7146 demonstration |
712 | board' by Philips-Semiconductors. It's the reference design | |
713 | for SAA7146 bases boards, so if you have some unsupported | |
714 | saa7146 based, analog video card, chances are good that it | |
715 | will work with this skeleton driver. | |
faa1cb20 MCC |
716 | |
717 | To compile this driver as a module, choose M here: the | |
1450e6be | 718 | module will be called dpc7146. |
faa1cb20 | 719 | |
1450e6be MCC |
720 | config VIDEO_HEXIUM_ORION |
721 | tristate "Hexium HV-PCI6 and Orion frame grabber" | |
6386828c | 722 | depends on PCI && VIDEO_V4L2 && I2C |
1450e6be | 723 | select VIDEO_SAA7146_VV |
eb42c424 | 724 | ---help--- |
1450e6be MCC |
725 | This is a video4linux driver for the Hexium HV-PCI6 and |
726 | Orion frame grabber cards by Hexium. | |
eb42c424 MCC |
727 | |
728 | To compile this driver as a module, choose M here: the | |
1450e6be | 729 | module will be called hexium_orion. |
eb42c424 | 730 | |
1450e6be MCC |
731 | config VIDEO_HEXIUM_GEMINI |
732 | tristate "Hexium Gemini frame grabber" | |
6386828c | 733 | depends on PCI && VIDEO_V4L2 && I2C |
1450e6be | 734 | select VIDEO_SAA7146_VV |
faa1cb20 | 735 | ---help--- |
1450e6be MCC |
736 | This is a video4linux driver for the Hexium Gemini frame |
737 | grabber card by Hexium. Please note that the Gemini Dual | |
738 | card is *not* fully supported. | |
faa1cb20 MCC |
739 | |
740 | To compile this driver as a module, choose M here: the | |
1450e6be | 741 | module will be called hexium_gemini. |
faa1cb20 | 742 | |
1450e6be | 743 | source "drivers/media/video/cx88/Kconfig" |
add953ce | 744 | |
2f52cdb2 MK |
745 | source "drivers/media/video/cx23885/Kconfig" |
746 | ||
265a6510 ST |
747 | source "drivers/media/video/au0828/Kconfig" |
748 | ||
1a0adaf3 HV |
749 | source "drivers/media/video/ivtv/Kconfig" |
750 | ||
1c1e45d1 HV |
751 | source "drivers/media/video/cx18/Kconfig" |
752 | ||
1450e6be MCC |
753 | config VIDEO_M32R_AR |
754 | tristate "AR devices" | |
755 | depends on M32R && VIDEO_V4L1 | |
add953ce | 756 | ---help--- |
1450e6be MCC |
757 | This is a video4linux driver for the Renesas AR (Artificial Retina) |
758 | camera module. | |
add953ce | 759 | |
1450e6be MCC |
760 | config VIDEO_M32R_AR_M64278 |
761 | tristate "AR device with color module M64278(VGA)" | |
762 | depends on PLAT_M32700UT | |
763 | select VIDEO_M32R_AR | |
add953ce | 764 | ---help--- |
1450e6be MCC |
765 | This is a video4linux driver for the Renesas AR (Artificial |
766 | Retina) with M64278E-800 camera module. | |
767 | This module supports VGA(640x480 pixels) resolutions. | |
add953ce HV |
768 | |
769 | To compile this driver as a module, choose M here: the | |
1450e6be | 770 | module will be called arv. |
f8962605 | 771 | |
d905b382 JC |
772 | config VIDEO_CAFE_CCIC |
773 | tristate "Marvell 88ALP01 (Cafe) CMOS Camera Controller support" | |
9a2816c1 | 774 | depends on PCI && I2C && VIDEO_V4L2 |
d905b382 JC |
775 | select VIDEO_OV7670 |
776 | ---help--- | |
777 | This is a video4linux2 driver for the Marvell 88ALP01 integrated | |
778 | CMOS camera controller. This is the controller found on first- | |
779 | generation OLPC systems. | |
780 | ||
9f6933be MCC |
781 | # |
782 | # USB Multimedia device configuration | |
783 | # | |
784 | ||
c5da5afb JE |
785 | menuconfig V4L_USB_DRIVERS |
786 | bool "V4L USB devices" | |
787 | depends on USB | |
788 | default y | |
789 | ||
59faba1b | 790 | if V4L_USB_DRIVERS && USB |
9f6933be | 791 | |
180958fe MK |
792 | source "drivers/media/video/pvrusb2/Kconfig" |
793 | ||
9f6933be MCC |
794 | source "drivers/media/video/em28xx/Kconfig" |
795 | ||
cc9e595a | 796 | source "drivers/media/video/usbvision/Kconfig" |
781aa1d1 | 797 | |
26ffb95c | 798 | source "drivers/media/video/usbvideo/Kconfig" |
9f6933be | 799 | |
26ffb95c | 800 | source "drivers/media/video/et61x251/Kconfig" |
9f6933be | 801 | |
5e2fb082 MCC |
802 | config VIDEO_OVCAMCHIP |
803 | tristate "OmniVision Camera Chip support" | |
804 | depends on I2C && VIDEO_V4L1 | |
805 | ---help--- | |
806 | Support for the OmniVision OV6xxx and OV7xxx series of camera chips. | |
807 | This driver is intended to be used with the ov511 and w9968cf USB | |
808 | camera drivers. | |
809 | ||
810 | To compile this driver as a module, choose M here: the | |
811 | module will be called ovcamchip. | |
812 | ||
813 | config USB_W9968CF | |
814 | tristate "USB W996[87]CF JPEG Dual Mode Camera support" | |
c5da5afb | 815 | depends on VIDEO_V4L1 && I2C |
5e2fb082 MCC |
816 | select VIDEO_OVCAMCHIP |
817 | ---help--- | |
818 | Say Y here if you want support for cameras based on OV681 or | |
819 | Winbond W9967CF/W9968CF JPEG USB Dual Mode Camera Chips. | |
820 | ||
821 | This driver has an optional plugin, which is distributed as a | |
822 | separate module only (released under GPL). It allows to use higher | |
823 | resolutions and framerates, but cannot be included in the official | |
824 | Linux kernel for performance purposes. | |
825 | ||
826 | See <file:Documentation/video4linux/w9968cf.txt> for more info. | |
827 | ||
828 | To compile this driver as a module, choose M here: the | |
829 | module will be called w9968cf. | |
830 | ||
9f6933be MCC |
831 | config USB_OV511 |
832 | tristate "USB OV511 Camera support" | |
c5da5afb | 833 | depends on VIDEO_V4L1 |
9f6933be MCC |
834 | ---help--- |
835 | Say Y here if you want to connect this type of camera to your | |
1864cfb1 MK |
836 | computer's USB port. See <file:Documentation/video4linux/ov511.txt> |
837 | for more information and for a list of supported cameras. | |
9f6933be | 838 | |
9f6933be MCC |
839 | To compile this driver as a module, choose M here: the |
840 | module will be called ov511. | |
841 | ||
842 | config USB_SE401 | |
843 | tristate "USB SE401 Camera support" | |
c5da5afb | 844 | depends on VIDEO_V4L1 |
9f6933be MCC |
845 | ---help--- |
846 | Say Y here if you want to connect this type of camera to your | |
1864cfb1 MK |
847 | computer's USB port. See <file:Documentation/video4linux/se401.txt> |
848 | for more information and for a list of supported cameras. | |
9f6933be | 849 | |
9f6933be MCC |
850 | To compile this driver as a module, choose M here: the |
851 | module will be called se401. | |
852 | ||
fcc99659 | 853 | source "drivers/media/video/sn9c102/Kconfig" |
9f6933be MCC |
854 | |
855 | config USB_STV680 | |
856 | tristate "USB STV680 (Pencam) Camera support" | |
c5da5afb | 857 | depends on VIDEO_V4L1 |
9f6933be MCC |
858 | ---help--- |
859 | Say Y here if you want to connect this type of camera to your | |
860 | computer's USB port. This includes the Pencam line of cameras. | |
1864cfb1 MK |
861 | See <file:Documentation/video4linux/stv680.txt> for more information |
862 | and for a list of supported cameras. | |
9f6933be | 863 | |
9f6933be MCC |
864 | To compile this driver as a module, choose M here: the |
865 | module will be called stv680. | |
866 | ||
11bbb51c | 867 | source "drivers/media/video/zc0301/Kconfig" |
9f6933be | 868 | |
43381eaf | 869 | source "drivers/media/video/pwc/Kconfig" |
9f6933be | 870 | |
b7eee616 AJ |
871 | config USB_ZR364XX |
872 | tristate "USB ZR364XX Camera support" | |
c5da5afb | 873 | depends on VIDEO_V4L2 |
b7eee616 AJ |
874 | ---help--- |
875 | Say Y here if you want to connect this type of camera to your | |
876 | computer's USB port. | |
877 | See <file:Documentation/video4linux/zr364xx.txt> for more info | |
878 | and list of supported cameras. | |
879 | ||
880 | To compile this driver as a module, choose M here: the | |
881 | module will be called zr364xx. | |
882 | ||
ec16dae5 JVJ |
883 | config USB_STKWEBCAM |
884 | tristate "USB Syntek DC1125 Camera support" | |
885 | depends on VIDEO_V4L2 && EXPERIMENTAL | |
886 | ---help--- | |
887 | Say Y here if you want to use this type of camera. | |
888 | Supported devices are typically found in some Asus laptops, | |
889 | with USB id 174f:a311 and 05e1:0501. Other Syntek cameras | |
890 | may be supported by the stk11xx driver, from which this is | |
891 | derived, see http://stk11xx.sourceforge.net | |
892 | ||
893 | To compile this driver as a module, choose M here: the | |
894 | module will be called stkwebcam. | |
895 | ||
c5da5afb | 896 | endif # V4L_USB_DRIVERS |
9f6933be | 897 | |
e55222ef GL |
898 | config SOC_CAMERA |
899 | tristate "SoC camera support" | |
900 | depends on VIDEO_V4L2 | |
901 | select VIDEOBUF_DMA_SG | |
902 | help | |
903 | SoC Camera is a common API to several cameras, not connecting | |
904 | over a bus like PCI or USB. For example some i2c camera connected | |
905 | directly to the data bus of an SoC. | |
906 | ||
f523dd0d GL |
907 | config SOC_CAMERA_MT9M001 |
908 | tristate "mt9m001 support" | |
b7eccc40 | 909 | depends on SOC_CAMERA && I2C |
f523dd0d GL |
910 | select GPIO_PCA953X if MT9M001_PCA9536_SWITCH |
911 | help | |
912 | This driver supports MT9M001 cameras from Micron, monochrome | |
913 | and colour models. | |
914 | ||
915 | config MT9M001_PCA9536_SWITCH | |
916 | bool "pca9536 datawidth switch for mt9m001" | |
ef6ad5c3 | 917 | depends on SOC_CAMERA_MT9M001 && GENERIC_GPIO |
f523dd0d GL |
918 | help |
919 | Select this if your MT9M001 camera uses a PCA9536 I2C GPIO | |
920 | extender to switch between 8 and 10 bit datawidth modes | |
921 | ||
7397bfbe GL |
922 | config SOC_CAMERA_MT9V022 |
923 | tristate "mt9v022 support" | |
b7eccc40 | 924 | depends on SOC_CAMERA && I2C |
7397bfbe GL |
925 | select GPIO_PCA953X if MT9V022_PCA9536_SWITCH |
926 | help | |
927 | This driver supports MT9V022 cameras from Micron | |
928 | ||
929 | config MT9V022_PCA9536_SWITCH | |
930 | bool "pca9536 datawidth switch for mt9v022" | |
ef6ad5c3 | 931 | depends on SOC_CAMERA_MT9V022 && GENERIC_GPIO |
7397bfbe GL |
932 | help |
933 | Select this if your MT9V022 camera uses a PCA9536 I2C GPIO | |
934 | extender to switch between 8 and 10 bit datawidth modes | |
935 | ||
3bc43840 GL |
936 | config VIDEO_PXA27x |
937 | tristate "PXA27x Quick Capture Interface driver" | |
938 | depends on VIDEO_DEV && PXA27x | |
939 | select SOC_CAMERA | |
940 | ---help--- | |
941 | This is a v4l2 driver for the PXA27x Quick Capture Interface | |
942 | ||
c5da5afb | 943 | endif # VIDEO_CAPTURE_DRIVERS |