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