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