V4L/DVB: V4L: SuperH Video Output Unit (VOU) driver
[safe/jmp/linux-2.6] / drivers / media / video / Kconfig
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_DMA_CONTIG
28         depends on HAS_DMA
29         select VIDEOBUF_GEN
30         tristate
31
32 config VIDEOBUF_DVB
33         tristate
34         select VIDEOBUF_GEN
35
36 config VIDEO_BTCX
37         depends on PCI
38         tristate
39
40 config VIDEO_TVEEPROM
41         tristate
42         depends on I2C
43
44 config VIDEO_TUNER
45         tristate
46         depends on MEDIA_TUNER
47
48 #
49 # Multimedia Video device configuration
50 #
51
52 menuconfig VIDEO_CAPTURE_DRIVERS
53         bool "Video capture adapters"
54         depends on VIDEO_V4L2
55         default y
56         ---help---
57           Say Y here to enable selecting the video adapters for
58           webcams, analog TV, and hybrid analog/digital TV.
59           Some of those devices also supports FM radio.
60
61 if VIDEO_CAPTURE_DRIVERS && VIDEO_V4L2
62
63 config VIDEO_ADV_DEBUG
64         bool "Enable advanced debug functionality"
65         default n
66         ---help---
67           Say Y here to enable advanced debugging functionality on some
68           V4L devices.
69           In doubt, say N.
70
71 config VIDEO_FIXED_MINOR_RANGES
72         bool "Enable old-style fixed minor ranges for video devices"
73         default n
74         ---help---
75           Say Y here to enable the old-style fixed-range minor assignments.
76           Only useful if you rely on the old behavior and use mknod instead of udev.
77
78           When in doubt, say N.
79
80 config VIDEO_HELPER_CHIPS_AUTO
81         bool "Autoselect pertinent encoders/decoders and other helper chips"
82         default y
83         ---help---
84           Most video cards may require additional modules to encode or
85           decode audio/video standards. This option will autoselect
86           all pertinent modules to each selected video module.
87
88           Unselect this only if you know exactly what you are doing, since
89           it may break support on some boards.
90
91           In doubt, say Y.
92
93 config VIDEO_IR_I2C
94         tristate "I2C module for IR" if !VIDEO_HELPER_CHIPS_AUTO
95         depends on I2C && VIDEO_IR
96         default y
97         ---help---
98           Most boards have an IR chip directly connected via GPIO. However,
99           some video boards have the IR connected via I2C bus.
100
101           If your board doesn't have an I2C IR chip, you may disable this
102           option.
103
104           In doubt, say Y.
105
106 #
107 # Encoder / Decoder module configuration
108 #
109
110 menu "Encoders/decoders and other helper chips"
111         depends on !VIDEO_HELPER_CHIPS_AUTO
112
113 comment "Audio decoders"
114
115 config VIDEO_TVAUDIO
116         tristate "Simple audio decoder chips"
117         depends on VIDEO_V4L2 && I2C
118         ---help---
119           Support for several audio decoder chips found on some bt8xx boards:
120           Philips: tda9840, tda9873h, tda9874h/a, tda9850, tda985x, tea6300,
121                    tea6320, tea6420, tda8425, ta8874z.
122           Microchip: pic16c54 based design on ProVideo PV951 board.
123
124           To compile this driver as a module, choose M here: the
125           module will be called tvaudio.
126
127 config VIDEO_TDA7432
128         tristate "Philips TDA7432 audio processor"
129         depends on VIDEO_V4L2 && I2C
130         ---help---
131           Support for tda7432 audio decoder chip found on some bt8xx boards.
132
133           To compile this driver as a module, choose M here: the
134           module will be called tda7432.
135
136 config VIDEO_TDA9840
137         tristate "Philips TDA9840 audio processor"
138         depends on I2C
139         ---help---
140           Support for tda9840 audio decoder chip found on some Zoran boards.
141
142           To compile this driver as a module, choose M here: the
143           module will be called tda9840.
144
145 config VIDEO_TDA9875
146         tristate "Philips TDA9875 audio processor"
147         depends on VIDEO_V4L2 && I2C
148         ---help---
149           Support for tda9875 audio decoder chip found on some bt8xx boards.
150
151           To compile this driver as a module, choose M here: the
152           module will be called tda9875.
153
154 config VIDEO_TEA6415C
155         tristate "Philips TEA6415C audio processor"
156         depends on I2C
157         ---help---
158           Support for tea6415c audio decoder chip found on some bt8xx boards.
159
160           To compile this driver as a module, choose M here: the
161           module will be called tea6415c.
162
163 config VIDEO_TEA6420
164         tristate "Philips TEA6420 audio processor"
165         depends on I2C
166         ---help---
167           Support for tea6420 audio decoder chip found on some bt8xx boards.
168
169           To compile this driver as a module, choose M here: the
170           module will be called tea6420.
171
172 config VIDEO_MSP3400
173         tristate "Micronas MSP34xx audio decoders"
174         depends on VIDEO_V4L2 && I2C
175         ---help---
176           Support for the Micronas MSP34xx series of audio decoders.
177
178           To compile this driver as a module, choose M here: the
179           module will be called msp3400.
180
181 config VIDEO_CS5345
182         tristate "Cirrus Logic CS5345 audio ADC"
183         depends on VIDEO_V4L2 && I2C
184         ---help---
185           Support for the Cirrus Logic CS5345 24-bit, 192 kHz
186           stereo A/D converter.
187
188           To compile this driver as a module, choose M here: the
189           module will be called cs5345.
190
191 config VIDEO_CS53L32A
192         tristate "Cirrus Logic CS53L32A audio ADC"
193         depends on VIDEO_V4L2 && I2C
194         ---help---
195           Support for the Cirrus Logic CS53L32A low voltage
196           stereo A/D converter.
197
198           To compile this driver as a module, choose M here: the
199           module will be called cs53l32a.
200
201 config VIDEO_M52790
202         tristate "Mitsubishi M52790 A/V switch"
203         depends on VIDEO_V4L2 && I2C
204         ---help---
205          Support for the Mitsubishi M52790 A/V switch.
206
207          To compile this driver as a module, choose M here: the
208          module will be called m52790.
209
210 config VIDEO_TLV320AIC23B
211         tristate "Texas Instruments TLV320AIC23B audio codec"
212         depends on VIDEO_V4L2 && I2C && EXPERIMENTAL
213         ---help---
214           Support for the Texas Instruments TLV320AIC23B audio codec.
215
216           To compile this driver as a module, choose M here: the
217           module will be called tlv320aic23b.
218
219 config VIDEO_WM8775
220         tristate "Wolfson Microelectronics WM8775 audio ADC with input mixer"
221         depends on VIDEO_V4L2 && I2C
222         ---help---
223           Support for the Wolfson Microelectronics WM8775 high
224           performance stereo A/D Converter with a 4 channel input mixer.
225
226           To compile this driver as a module, choose M here: the
227           module will be called wm8775.
228
229 config VIDEO_WM8739
230         tristate "Wolfson Microelectronics WM8739 stereo audio ADC"
231         depends on VIDEO_V4L2 && I2C
232         ---help---
233           Support for the Wolfson Microelectronics WM8739
234           stereo A/D Converter.
235
236           To compile this driver as a module, choose M here: the
237           module will be called wm8739.
238
239 config VIDEO_VP27SMPX
240         tristate "Panasonic VP27s internal MPX"
241         depends on VIDEO_V4L2 && I2C
242         ---help---
243           Support for the internal MPX of the Panasonic VP27s tuner.
244
245           To compile this driver as a module, choose M here: the
246           module will be called vp27smpx.
247
248 comment "RDS decoders"
249
250 config VIDEO_SAA6588
251         tristate "SAA6588 Radio Chip RDS decoder support"
252         depends on VIDEO_V4L2 && I2C
253
254         help
255           Support for this Radio Data System (RDS) decoder. This allows
256           seeing radio station identification transmitted using this
257           standard.
258
259           To compile this driver as a module, choose M here: the
260           module will be called saa6588.
261
262 comment "Video decoders"
263
264 config VIDEO_ADV7180
265         tristate "Analog Devices ADV7180 decoder"
266         depends on VIDEO_V4L2 && I2C
267         ---help---
268           Support for the Analog Devices ADV7180 video decoder.
269
270           To compile this driver as a module, choose M here: the
271           module will be called adv7180.
272
273 config VIDEO_BT819
274         tristate "BT819A VideoStream decoder"
275         depends on VIDEO_V4L2 && I2C
276         ---help---
277           Support for BT819A video decoder.
278
279           To compile this driver as a module, choose M here: the
280           module will be called bt819.
281
282 config VIDEO_BT856
283         tristate "BT856 VideoStream decoder"
284         depends on VIDEO_V4L2 && I2C
285         ---help---
286           Support for BT856 video decoder.
287
288           To compile this driver as a module, choose M here: the
289           module will be called bt856.
290
291 config VIDEO_BT866
292         tristate "BT866 VideoStream decoder"
293         depends on VIDEO_V4L2 && I2C
294         ---help---
295           Support for BT866 video decoder.
296
297           To compile this driver as a module, choose M here: the
298           module will be called bt866.
299
300 config VIDEO_KS0127
301         tristate "KS0127 video decoder"
302         depends on VIDEO_V4L2 && I2C
303         ---help---
304           Support for KS0127 video decoder.
305
306           This chip is used on AverMedia AVS6EYES Zoran-based MJPEG
307           cards.
308
309           To compile this driver as a module, choose M here: the
310           module will be called ks0127.
311
312 config VIDEO_OV7670
313         tristate "OmniVision OV7670 sensor support"
314         depends on I2C && VIDEO_V4L2
315         ---help---
316           This is a Video4Linux2 sensor-level driver for the OmniVision
317           OV7670 VGA camera.  It currently only works with the M88ALP01
318           controller.
319
320 config VIDEO_MT9V011
321         tristate "Micron mt9v011 sensor support"
322         depends on I2C && VIDEO_V4L2
323         ---help---
324           This is a Video4Linux2 sensor-level driver for the Micron
325           mt0v011 1.3 Mpixel camera.  It currently only works with the
326           em28xx driver.
327
328 config VIDEO_TCM825X
329         tristate "TCM825x camera sensor support"
330         depends on I2C && VIDEO_V4L2
331         ---help---
332           This is a driver for the Toshiba TCM825x VGA camera sensor.
333           It is used for example in Nokia N800.
334
335 config VIDEO_SAA7110
336         tristate "Philips SAA7110 video decoder"
337         depends on VIDEO_V4L2 && I2C
338         ---help---
339           Support for the Philips SAA7110 video decoders.
340
341           To compile this driver as a module, choose M here: the
342           module will be called saa7110.
343
344 config VIDEO_SAA711X
345         tristate "Philips SAA7111/3/4/5 video decoders"
346         depends on VIDEO_V4L2 && I2C
347         ---help---
348           Support for the Philips SAA7111/3/4/5 video decoders.
349
350           To compile this driver as a module, choose M here: the
351           module will be called saa7115.
352
353 config VIDEO_SAA717X
354         tristate "Philips SAA7171/3/4 audio/video decoders"
355         depends on VIDEO_V4L2 && I2C
356         ---help---
357           Support for the Philips SAA7171/3/4 audio/video decoders.
358
359           To compile this driver as a module, choose M here: the
360           module will be called saa717x.
361
362 config VIDEO_SAA7191
363         tristate "Philips SAA7191 video decoder"
364         depends on VIDEO_V4L2 && I2C
365         ---help---
366           Support for the Philips SAA7191 video decoder.
367
368           To compile this driver as a module, choose M here: the
369           module will be called saa7191.
370
371 config VIDEO_TVP514X
372         tristate "Texas Instruments TVP514x video decoder"
373         depends on VIDEO_V4L2 && I2C
374         ---help---
375           This is a Video4Linux2 sensor-level driver for the TI TVP5146/47
376           decoder. It is currently working with the TI OMAP3 camera
377           controller.
378
379           To compile this driver as a module, choose M here: the
380           module will be called tvp514x.
381
382 config VIDEO_TVP5150
383         tristate "Texas Instruments TVP5150 video decoder"
384         depends on VIDEO_V4L2 && I2C
385         ---help---
386           Support for the Texas Instruments TVP5150 video decoder.
387
388           To compile this driver as a module, choose M here: the
389           module will be called tvp5150.
390
391 config VIDEO_TVP7002
392         tristate "Texas Instruments TVP7002 video decoder"
393         depends on VIDEO_V4L2 && I2C
394         ---help---
395           Support for the Texas Instruments TVP7002 video decoder.
396
397           To compile this driver as a module, choose M here: the
398           module will be called tvp7002.
399
400 config VIDEO_VPX3220
401         tristate "vpx3220a, vpx3216b & vpx3214c video decoders"
402         depends on VIDEO_V4L2 && I2C
403         ---help---
404           Support for VPX322x video decoders.
405
406           To compile this driver as a module, choose M here: the
407           module will be called vpx3220.
408
409 comment "Video and audio decoders"
410
411 source "drivers/media/video/cx25840/Kconfig"
412
413 comment "MPEG video encoders"
414
415 config VIDEO_CX2341X
416         tristate "Conexant CX2341x MPEG encoders"
417         depends on VIDEO_V4L2 && VIDEO_V4L2_COMMON
418         ---help---
419           Support for the Conexant CX23416 MPEG encoders
420           and CX23415 MPEG encoder/decoders.
421
422           This module currently supports the encoding functions only.
423
424           To compile this driver as a module, choose M here: the
425           module will be called cx2341x.
426
427 comment "Video encoders"
428
429 config VIDEO_SAA7127
430         tristate "Philips SAA7127/9 digital video encoders"
431         depends on VIDEO_V4L2 && I2C
432         ---help---
433           Support for the Philips SAA7127/9 digital video encoders.
434
435           To compile this driver as a module, choose M here: the
436           module will be called saa7127.
437
438 config VIDEO_SAA7185
439         tristate "Philips SAA7185 video encoder"
440         depends on VIDEO_V4L2 && I2C
441         ---help---
442           Support for the Philips SAA7185 video encoder.
443
444           To compile this driver as a module, choose M here: the
445           module will be called saa7185.
446
447 config VIDEO_ADV7170
448         tristate "Analog Devices ADV7170 video encoder"
449         depends on VIDEO_V4L2 && I2C
450         ---help---
451           Support for the Analog Devices ADV7170 video encoder driver
452
453           To compile this driver as a module, choose M here: the
454           module will be called adv7170.
455
456 config VIDEO_ADV7175
457         tristate "Analog Devices ADV7175 video encoder"
458         depends on VIDEO_V4L2 && I2C
459         ---help---
460           Support for the Analog Devices ADV7175 video encoder driver
461
462           To compile this driver as a module, choose M here: the
463           module will be called adv7175.
464
465 config VIDEO_THS7303
466         tristate "THS7303 Video Amplifier"
467         depends on I2C
468         help
469           Support for TI THS7303 video amplifier
470
471           To compile this driver as a module, choose M here: the
472           module will be called ths7303.
473
474 config VIDEO_ADV7343
475         tristate "ADV7343 video encoder"
476         depends on I2C
477         help
478           Support for Analog Devices I2C bus based ADV7343 encoder.
479
480           To compile this driver as a module, choose M here: the
481           module will be called adv7343.
482
483 comment "Video improvement chips"
484
485 config VIDEO_UPD64031A
486         tristate "NEC Electronics uPD64031A Ghost Reduction"
487         depends on VIDEO_V4L2 && I2C
488         ---help---
489           Support for the NEC Electronics uPD64031A Ghost Reduction
490           video chip. It is most often found in NTSC TV cards made for
491           Japan and is used to reduce the 'ghosting' effect that can
492           be present in analog TV broadcasts.
493
494           To compile this driver as a module, choose M here: the
495           module will be called upd64031a.
496
497 config VIDEO_UPD64083
498         tristate "NEC Electronics uPD64083 3-Dimensional Y/C separation"
499         depends on VIDEO_V4L2 && I2C
500         ---help---
501           Support for the NEC Electronics uPD64083 3-Dimensional Y/C
502           separation video chip. It is used to improve the quality of
503           the colors of a composite signal.
504
505           To compile this driver as a module, choose M here: the
506           module will be called upd64083.
507
508 endmenu # encoder / decoder chips
509
510 config DISPLAY_DAVINCI_DM646X_EVM
511         tristate "DM646x EVM Video Display"
512         depends on VIDEO_DEV && MACH_DAVINCI_DM6467_EVM
513         select VIDEOBUF_DMA_CONTIG
514         select VIDEO_DAVINCI_VPIF
515         select VIDEO_ADV7343
516         select VIDEO_THS7303
517         help
518           Support for DM6467 based display device.
519
520           To compile this driver as a module, choose M here: the
521           module will be called vpif_display.
522
523 config VIDEO_SH_VOU
524         tristate "SuperH VOU video output driver"
525         depends on VIDEO_DEV && ARCH_SHMOBILE
526         select VIDEOBUF_DMA_CONTIG
527         help
528           Support for the Video Output Unit (VOU) on SuperH SoCs.
529
530 config CAPTURE_DAVINCI_DM646X_EVM
531         tristate "DM646x EVM Video Capture"
532         depends on VIDEO_DEV && MACH_DAVINCI_DM6467_EVM
533         select VIDEOBUF_DMA_CONTIG
534         select VIDEO_DAVINCI_VPIF
535         help
536           Support for DM6467 based capture device.
537
538           To compile this driver as a module, choose M here: the
539           module will be called vpif_capture.
540
541 config VIDEO_DAVINCI_VPIF
542         tristate "DaVinci VPIF Driver"
543         depends on DISPLAY_DAVINCI_DM646X_EVM
544         help
545           Support for DaVinci VPIF Driver.
546
547           To compile this driver as a module, choose M here: the
548           module will be called vpif.
549
550 config VIDEO_VIVI
551         tristate "Virtual Video Driver"
552         depends on VIDEO_DEV && VIDEO_V4L2 && !SPARC32 && !SPARC64
553         select FONT_8x16
554         select VIDEOBUF_VMALLOC
555         default n
556         ---help---
557           Enables a virtual video driver. This device shows a color bar
558           and a timestamp, as a real device would generate by using V4L2
559           api.
560           Say Y here if you want to test video apps or debug V4L devices.
561           In doubt, say N.
562
563 config VIDEO_VPSS_SYSTEM
564         tristate "VPSS System module driver"
565         depends on ARCH_DAVINCI
566         help
567           Support for vpss system module for video driver
568
569 config VIDEO_VPFE_CAPTURE
570         tristate "VPFE Video Capture Driver"
571         depends on VIDEO_V4L2 && ARCH_DAVINCI
572         select VIDEOBUF_DMA_CONTIG
573         help
574           Support for DMXXXX VPFE based frame grabber. This is the
575           common V4L2 module for following DMXXX SoCs from Texas
576           Instruments:- DM6446 & DM355.
577
578           To compile this driver as a module, choose M here: the
579           module will be called vpfe-capture.
580
581 config VIDEO_DM6446_CCDC
582         tristate "DM6446 CCDC HW module"
583         depends on ARCH_DAVINCI_DM644x && VIDEO_VPFE_CAPTURE
584         select VIDEO_VPSS_SYSTEM
585         default y
586         help
587            Enables DaVinci CCD hw module. DaVinci CCDC hw interfaces
588            with decoder modules such as TVP5146 over BT656 or
589            sensor module such as MT9T001 over a raw interface. This
590            module configures the interface and CCDC/ISIF to do
591            video frame capture from slave decoders.
592
593            To compile this driver as a module, choose M here: the
594            module will be called vpfe.
595
596 config VIDEO_DM355_CCDC
597         tristate "DM355 CCDC HW module"
598         depends on ARCH_DAVINCI_DM355 && VIDEO_VPFE_CAPTURE
599         select VIDEO_VPSS_SYSTEM
600         default y
601         help
602            Enables DM355 CCD hw module. DM355 CCDC hw interfaces
603            with decoder modules such as TVP5146 over BT656 or
604            sensor module such as MT9T001 over a raw interface. This
605            module configures the interface and CCDC/ISIF to do
606            video frame capture from a slave decoders
607
608            To compile this driver as a module, choose M here: the
609            module will be called vpfe.
610
611 config VIDEO_ISIF
612         tristate "ISIF HW module"
613         depends on ARCH_DAVINCI_DM365 && VIDEO_VPFE_CAPTURE
614         select VIDEO_VPSS_SYSTEM
615         default y
616         help
617            Enables ISIF hw module. This is the hardware module for
618            configuring ISIF in VPFE to capture Raw Bayer RGB data  from
619            a image sensor or YUV data from a YUV source.
620
621            To compile this driver as a module, choose M here: the
622            module will be called vpfe.
623
624 source "drivers/media/video/bt8xx/Kconfig"
625
626 config VIDEO_PMS
627         tristate "Mediavision Pro Movie Studio Video For Linux"
628         depends on ISA && VIDEO_V4L2
629         help
630           Say Y if you have such a thing.
631
632           To compile this driver as a module, choose M here: the
633           module will be called pms.
634
635 config VIDEO_BWQCAM
636         tristate "Quickcam BW Video For Linux"
637         depends on PARPORT && VIDEO_V4L1
638         help
639           Say Y have if you the black and white version of the QuickCam
640           camera. See the next option for the color version.
641
642           To compile this driver as a module, choose M here: the
643           module will be called bw-qcam.
644
645 config VIDEO_CQCAM
646         tristate "QuickCam Colour Video For Linux (EXPERIMENTAL)"
647         depends on EXPERIMENTAL && PARPORT && VIDEO_V4L1
648         help
649           This is the video4linux driver for the colour version of the
650           Connectix QuickCam.  If you have one of these cameras, say Y here,
651           otherwise say N.  This driver does not work with the original
652           monochrome QuickCam, QuickCam VC or QuickClip.  It is also available
653           as a module (c-qcam).
654           Read <file:Documentation/video4linux/CQcam.txt> for more information.
655
656 config VIDEO_W9966
657         tristate "W9966CF Webcam (FlyCam Supra and others) Video For Linux"
658         depends on PARPORT_1284 && PARPORT && VIDEO_V4L2
659         help
660           Video4linux driver for Winbond's w9966 based Webcams.
661           Currently tested with the LifeView FlyCam Supra.
662           If you have one of these cameras, say Y here
663           otherwise say N.
664           This driver is also available as a module (w9966).
665
666           Check out <file:Documentation/video4linux/w9966.txt> for more
667           information.
668
669 config VIDEO_CPIA
670         tristate "CPiA Video For Linux (DEPRECATED)"
671         depends on VIDEO_V4L1
672         default n
673         ---help---
674           This driver is DEPRECATED please use the gspca cpia1 module
675           instead. Note that you need atleast version 0.6.4 of libv4l for
676           the cpia1 gspca module.
677
678           This is the video4linux driver for cameras based on Vision's CPiA
679           (Colour Processor Interface ASIC), such as the Creative Labs Video
680           Blaster Webcam II. If you have one of these cameras, say Y here
681           and select parallel port and/or USB lowlevel support below,
682           otherwise say N. This will not work with the Creative Webcam III.
683
684           Please read <file:Documentation/video4linux/README.cpia> for more
685           information.
686
687           This driver is also available as a module (cpia).
688
689 config VIDEO_CPIA_PP
690         tristate "CPiA Parallel Port Lowlevel Support"
691         depends on PARPORT_1284 && VIDEO_CPIA && PARPORT
692         help
693           This is the lowlevel parallel port support for cameras based on
694           Vision's CPiA (Colour Processor Interface ASIC), such as the
695           Creative Webcam II. If you have the parallel port version of one
696           of these cameras, say Y here, otherwise say N. It is also available
697           as a module (cpia_pp).
698
699 config VIDEO_CPIA_USB
700         tristate "CPiA USB Lowlevel Support"
701         depends on VIDEO_CPIA && USB
702         help
703           This is the lowlevel USB support for cameras based on Vision's CPiA
704           (Colour Processor Interface ASIC), such as the Creative Webcam II.
705           If you have the USB version of one of these cameras, say Y here,
706           otherwise say N. This will not work with the Creative Webcam III.
707           It is also available as a module (cpia_usb).
708
709 source "drivers/media/video/cpia2/Kconfig"
710
711 config VIDEO_SAA5246A
712         tristate "SAA5246A, SAA5281 Teletext processor"
713         depends on I2C && VIDEO_V4L2
714         help
715           Support for I2C bus based teletext using the SAA5246A or SAA5281
716           chip. Useful only if you live in Europe.
717
718           To compile this driver as a module, choose M here: the
719           module will be called saa5246a.
720
721 config VIDEO_SAA5249
722         tristate "SAA5249 Teletext processor"
723         depends on I2C && VIDEO_V4L2
724         help
725           Support for I2C bus based teletext using the SAA5249 chip. At the
726           moment this is only useful on some European WinTV cards.
727
728           To compile this driver as a module, choose M here: the
729           module will be called saa5249.
730
731 config VIDEO_VINO
732         tristate "SGI Vino Video For Linux (EXPERIMENTAL)"
733         depends on I2C && SGI_IP22 && EXPERIMENTAL && VIDEO_V4L2
734         select VIDEO_SAA7191 if VIDEO_HELPER_CHIPS_AUTO
735         help
736           Say Y here to build in support for the Vino video input system found
737           on SGI Indy machines.
738
739 config VIDEO_STRADIS
740         tristate "Stradis 4:2:2 MPEG-2 video driver  (EXPERIMENTAL)"
741         depends on EXPERIMENTAL && PCI && VIDEO_V4L1 && VIRT_TO_BUS
742         help
743           Say Y here to enable support for the Stradis 4:2:2 MPEG-2 video
744           driver for PCI.  There is a product page at
745           <http://www.stradis.com/>.
746
747 source "drivers/media/video/zoran/Kconfig"
748
749 config VIDEO_MEYE
750         tristate "Sony Vaio Picturebook Motion Eye Video For Linux"
751         depends on PCI && SONY_LAPTOP && VIDEO_V4L2
752         ---help---
753           This is the video4linux driver for the Motion Eye camera found
754           in the Vaio Picturebook laptops. Please read the material in
755           <file:Documentation/video4linux/meye.txt> for more information.
756
757           If you say Y or M here, you need to say Y or M to "Sony Laptop
758           Extras" in the misc device section.
759
760           To compile this driver as a module, choose M here: the
761           module will be called meye.
762
763 source "drivers/media/video/saa7134/Kconfig"
764
765 config VIDEO_MXB
766         tristate "Siemens-Nixdorf 'Multimedia eXtension Board'"
767         depends on PCI && VIDEO_V4L2 && I2C
768         select VIDEO_SAA7146_VV
769         select VIDEO_TUNER
770         select VIDEO_SAA711X if VIDEO_HELPER_CHIPS_AUTO
771         select VIDEO_TDA9840 if VIDEO_HELPER_CHIPS_AUTO
772         select VIDEO_TEA6415C if VIDEO_HELPER_CHIPS_AUTO
773         select VIDEO_TEA6420 if VIDEO_HELPER_CHIPS_AUTO
774         ---help---
775           This is a video4linux driver for the 'Multimedia eXtension Board'
776           TV card by Siemens-Nixdorf.
777
778           To compile this driver as a module, choose M here: the
779           module will be called mxb.
780
781 config VIDEO_HEXIUM_ORION
782         tristate "Hexium HV-PCI6 and Orion frame grabber"
783         depends on PCI && VIDEO_V4L2 && I2C
784         select VIDEO_SAA7146_VV
785         ---help---
786           This is a video4linux driver for the Hexium HV-PCI6 and
787           Orion frame grabber cards by Hexium.
788
789           To compile this driver as a module, choose M here: the
790           module will be called hexium_orion.
791
792 config VIDEO_HEXIUM_GEMINI
793         tristate "Hexium Gemini frame grabber"
794         depends on PCI && VIDEO_V4L2 && I2C
795         select VIDEO_SAA7146_VV
796         ---help---
797           This is a video4linux driver for the Hexium Gemini frame
798           grabber card by Hexium. Please note that the Gemini Dual
799           card is *not* fully supported.
800
801           To compile this driver as a module, choose M here: the
802           module will be called hexium_gemini.
803
804 source "drivers/media/video/cx88/Kconfig"
805
806 source "drivers/media/video/cx23885/Kconfig"
807
808 source "drivers/media/video/au0828/Kconfig"
809
810 source "drivers/media/video/ivtv/Kconfig"
811
812 source "drivers/media/video/cx18/Kconfig"
813
814 source "drivers/media/video/saa7164/Kconfig"
815
816 config VIDEO_M32R_AR
817         tristate "AR devices"
818         depends on M32R && VIDEO_V4L2
819         ---help---
820           This is a video4linux driver for the Renesas AR (Artificial Retina)
821           camera module.
822
823 config VIDEO_M32R_AR_M64278
824         tristate "AR device with color module M64278(VGA)"
825         depends on PLAT_M32700UT
826         select VIDEO_M32R_AR
827         ---help---
828           This is a video4linux driver for the Renesas AR (Artificial
829           Retina) with M64278E-800 camera module.
830           This module supports VGA(640x480 pixels) resolutions.
831
832           To compile this driver as a module, choose M here: the
833           module will be called arv.
834
835 config VIDEO_CAFE_CCIC
836         tristate "Marvell 88ALP01 (Cafe) CMOS Camera Controller support"
837         depends on PCI && I2C && VIDEO_V4L2
838         select VIDEO_OV7670
839         ---help---
840           This is a video4linux2 driver for the Marvell 88ALP01 integrated
841           CMOS camera controller.  This is the controller found on first-
842           generation OLPC systems.
843
844 config SOC_CAMERA
845         tristate "SoC camera support"
846         depends on VIDEO_V4L2 && HAS_DMA && I2C
847         select VIDEOBUF_GEN
848         help
849           SoC Camera is a common API to several cameras, not connecting
850           over a bus like PCI or USB. For example some i2c camera connected
851           directly to the data bus of an SoC.
852
853 config SOC_CAMERA_MT9M001
854         tristate "mt9m001 support"
855         depends on SOC_CAMERA && I2C
856         select GPIO_PCA953X if MT9M001_PCA9536_SWITCH
857         help
858           This driver supports MT9M001 cameras from Micron, monochrome
859           and colour models.
860
861 config SOC_CAMERA_MT9M111
862         tristate "mt9m111 and mt9m112 support"
863         depends on SOC_CAMERA && I2C
864         help
865           This driver supports MT9M111 and MT9M112 cameras from Micron
866
867 config SOC_CAMERA_MT9T031
868         tristate "mt9t031 support"
869         depends on SOC_CAMERA && I2C
870         help
871           This driver supports MT9T031 cameras from Micron.
872
873 config SOC_CAMERA_MT9T112
874         tristate "mt9t112 support"
875         depends on SOC_CAMERA && I2C
876         help
877           This driver supports MT9T112 cameras from Aptina.
878
879 config SOC_CAMERA_MT9V022
880         tristate "mt9v022 support"
881         depends on SOC_CAMERA && I2C
882         select GPIO_PCA953X if MT9V022_PCA9536_SWITCH
883         help
884           This driver supports MT9V022 cameras from Micron
885
886 config SOC_CAMERA_RJ54N1
887         tristate "rj54n1cb0c support"
888         depends on SOC_CAMERA && I2C
889         help
890           This is a rj54n1cb0c video driver
891
892 config SOC_CAMERA_TW9910
893         tristate "tw9910 support"
894         depends on SOC_CAMERA && I2C
895         help
896           This is a tw9910 video driver
897
898 config SOC_CAMERA_PLATFORM
899         tristate "platform camera support"
900         depends on SOC_CAMERA
901         help
902           This is a generic SoC camera platform driver, useful for testing
903
904 config SOC_CAMERA_OV772X
905         tristate "ov772x camera support"
906         depends on SOC_CAMERA && I2C
907         help
908           This is a ov772x camera driver
909
910 config SOC_CAMERA_OV9640
911         tristate "ov9640 camera support"
912         depends on SOC_CAMERA && I2C
913         help
914           This is a ov9640 camera driver
915
916 config MX1_VIDEO
917         bool
918
919 config VIDEO_MX1
920         tristate "i.MX1/i.MXL CMOS Sensor Interface driver"
921         depends on VIDEO_DEV && ARCH_MX1 && SOC_CAMERA
922         select FIQ
923         select VIDEOBUF_DMA_CONTIG
924         select MX1_VIDEO
925         ---help---
926           This is a v4l2 driver for the i.MX1/i.MXL CMOS Sensor Interface
927
928 config MX3_VIDEO
929         bool
930
931 config VIDEO_MX3
932         tristate "i.MX3x Camera Sensor Interface driver"
933         depends on VIDEO_DEV && MX3_IPU && SOC_CAMERA
934         select VIDEOBUF_DMA_CONTIG
935         select MX3_VIDEO
936         ---help---
937           This is a v4l2 driver for the i.MX3x Camera Sensor Interface
938
939 config VIDEO_PXA27x
940         tristate "PXA27x Quick Capture Interface driver"
941         depends on VIDEO_DEV && PXA27x && SOC_CAMERA
942         select VIDEOBUF_DMA_SG
943         ---help---
944           This is a v4l2 driver for the PXA27x Quick Capture Interface
945
946 config VIDEO_SH_MOBILE_CEU
947         tristate "SuperH Mobile CEU Interface driver"
948         depends on VIDEO_DEV && SOC_CAMERA && HAS_DMA && HAVE_CLK
949         select VIDEOBUF_DMA_CONTIG
950         ---help---
951           This is a v4l2 driver for the SuperH Mobile CEU Interface
952
953 config VIDEO_OMAP2
954         tristate "OMAP2 Camera Capture Interface driver"
955         depends on VIDEO_DEV && ARCH_OMAP2
956         select VIDEOBUF_DMA_SG
957         ---help---
958           This is a v4l2 driver for the TI OMAP2 camera capture interface
959
960 #
961 # USB Multimedia device configuration
962 #
963
964 menuconfig V4L_USB_DRIVERS
965         bool "V4L USB devices"
966         depends on USB
967         default y
968
969 if V4L_USB_DRIVERS && USB
970
971 source "drivers/media/video/uvc/Kconfig"
972
973 source "drivers/media/video/gspca/Kconfig"
974
975 source "drivers/media/video/pvrusb2/Kconfig"
976
977 source "drivers/media/video/hdpvr/Kconfig"
978
979 source "drivers/media/video/em28xx/Kconfig"
980
981 source "drivers/media/video/tlg2300/Kconfig"
982
983 source "drivers/media/video/cx231xx/Kconfig"
984
985 source "drivers/media/video/usbvision/Kconfig"
986
987 source "drivers/media/video/usbvideo/Kconfig"
988
989 source "drivers/media/video/et61x251/Kconfig"
990
991 config VIDEO_OVCAMCHIP
992         tristate "OmniVision Camera Chip support (DEPRECATED)"
993         depends on I2C && VIDEO_V4L1
994         default n
995         ---help---
996           This driver is DEPRECATED please use the gspca ov519 module
997           instead. Note that for the ov511 / ov518 support of the gspca module
998           you need atleast version 0.6.0 of libv4l and for the w9968cf
999           atleast version 0.6.3 of libv4l.
1000
1001           Support for the OmniVision OV6xxx and OV7xxx series of camera chips.
1002           This driver is intended to be used with the ov511 and w9968cf USB
1003           camera drivers.
1004
1005           To compile this driver as a module, choose M here: the
1006           module will be called ovcamchip.
1007
1008 config USB_W9968CF
1009         tristate "USB W996[87]CF JPEG Dual Mode Camera support (DEPRECATED)"
1010         depends on VIDEO_V4L1 && I2C && VIDEO_OVCAMCHIP
1011         default n
1012         ---help---
1013           This driver is DEPRECATED please use the gspca ov519 module
1014           instead. Note that for the w9968cf support of the gspca module
1015           you need atleast version 0.6.3 of libv4l.
1016
1017           Say Y here if you want support for cameras based on OV681 or
1018           Winbond W9967CF/W9968CF JPEG USB Dual Mode Camera Chips.
1019
1020           This driver has an optional plugin, which is distributed as a
1021           separate module only (released under GPL). It allows to use higher
1022           resolutions and framerates, but cannot be included in the official
1023           Linux kernel for performance purposes.
1024
1025           See <file:Documentation/video4linux/w9968cf.txt> for more info.
1026
1027           To compile this driver as a module, choose M here: the
1028           module will be called w9968cf.
1029
1030 config USB_OV511
1031         tristate "USB OV511 Camera support (DEPRECATED)"
1032         depends on VIDEO_V4L1
1033         default n
1034         ---help---
1035           This driver is DEPRECATED please use the gspca ov519 module
1036           instead. Note that for the ov511 / ov518 support of the gspca module
1037           you need atleast version 0.6.0 of libv4l.
1038
1039           Say Y here if you want to connect this type of camera to your
1040           computer's USB port. See <file:Documentation/video4linux/ov511.txt>
1041           for more information and for a list of supported cameras.
1042
1043           To compile this driver as a module, choose M here: the
1044           module will be called ov511.
1045
1046 config USB_SE401
1047         tristate "USB SE401 Camera support"
1048         depends on VIDEO_V4L1
1049         ---help---
1050           Say Y here if you want to connect this type of camera to your
1051           computer's USB port. See <file:Documentation/video4linux/se401.txt>
1052           for more information and for a list of supported cameras.
1053
1054           To compile this driver as a module, choose M here: the
1055           module will be called se401.
1056
1057 source "drivers/media/video/sn9c102/Kconfig"
1058
1059 config USB_STV680
1060         tristate "USB STV680 (Pencam) Camera support (DEPRECATED)"
1061         depends on VIDEO_V4L1
1062         default n
1063         ---help---
1064           This driver is DEPRECATED please use the gspca stv0680 module
1065           instead. Note that for the gspca stv0680 module you need
1066           atleast version 0.6.3 of libv4l.
1067
1068           Say Y here if you want to connect this type of camera to your
1069           computer's USB port. This includes the Pencam line of cameras.
1070           See <file:Documentation/video4linux/stv680.txt> for more information
1071           and for a list of supported cameras.
1072
1073           To compile this driver as a module, choose M here: the
1074           module will be called stv680.
1075
1076 source "drivers/media/video/zc0301/Kconfig"
1077
1078 source "drivers/media/video/pwc/Kconfig"
1079
1080 config USB_ZR364XX
1081         tristate "USB ZR364XX Camera support"
1082         depends on VIDEO_V4L2
1083         select VIDEOBUF_GEN
1084         select VIDEOBUF_VMALLOC
1085         ---help---
1086           Say Y here if you want to connect this type of camera to your
1087           computer's USB port.
1088           See <file:Documentation/video4linux/zr364xx.txt> for more info
1089           and list of supported cameras.
1090
1091           To compile this driver as a module, choose M here: the
1092           module will be called zr364xx.
1093
1094 config USB_STKWEBCAM
1095         tristate "USB Syntek DC1125 Camera support"
1096         depends on VIDEO_V4L2 && EXPERIMENTAL
1097         ---help---
1098           Say Y here if you want to use this type of camera.
1099           Supported devices are typically found in some Asus laptops,
1100           with USB id 174f:a311 and 05e1:0501. Other Syntek cameras
1101           may be supported by the stk11xx driver, from which this is
1102           derived, see http://stk11xx.sourceforge.net
1103
1104           To compile this driver as a module, choose M here: the
1105           module will be called stkwebcam.
1106
1107 config USB_S2255
1108         tristate "USB Sensoray 2255 video capture device"
1109         depends on VIDEO_V4L2
1110         select VIDEOBUF_VMALLOC
1111         default n
1112         help
1113           Say Y here if you want support for the Sensoray 2255 USB device.
1114           This driver can be compiled as a module, called s2255drv.
1115
1116 endif # V4L_USB_DRIVERS
1117 endif # VIDEO_CAPTURE_DRIVERS