2 # Multimedia Video device configuration
5 menuconfig VIDEO_CAPTURE_DRIVERS
6 bool "Video capture adapters"
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.
14 if VIDEO_CAPTURE_DRIVERS && VIDEO_V4L2
16 config VIDEO_ADV_DEBUG
17 bool "Enable advanced debug functionality"
20 Say Y here to enable advanced debugging functionality on some
24 config VIDEO_HELPER_CHIPS_AUTO
25 bool "Autoselect pertinent encoders/decoders and other helper chips"
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.
32 Unselect this only if you know exactly what you are doing, since
33 it may break support on some boards.
38 # Encoder / Decoder module configuration
41 menu "Encoders/decoders and other helper chips"
42 depends on !VIDEO_HELPER_CHIPS_AUTO
44 comment "Audio decoders"
47 tristate "Simple audio decoder chips"
48 depends on VIDEO_V4L2 && I2C
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.
55 To compile this driver as a module, choose M here: the
56 module will be called tvaudio.
59 tristate "Philips TDA7432 audio processor"
60 depends on VIDEO_V4L2 && I2C
62 Support for tda7432 audio decoder chip found on some bt8xx boards.
64 To compile this driver as a module, choose M here: the
65 module will be called tda7432.
68 tristate "Philips TDA9840 audio processor"
71 Support for tda9840 audio decoder chip found on some Zoran boards.
73 To compile this driver as a module, choose M here: the
74 module will be called tda9840.
77 tristate "Philips TDA9875 audio processor"
78 depends on VIDEO_V4L2 && I2C
80 Support for tda9875 audio decoder chip found on some bt8xx boards.
82 To compile this driver as a module, choose M here: the
83 module will be called tda9875.
86 tristate "Philips TEA6415C audio processor"
89 Support for tea6415c audio decoder chip found on some bt8xx boards.
91 To compile this driver as a module, choose M here: the
92 module will be called tea6415c.
95 tristate "Philips TEA6420 audio processor"
98 Support for tea6420 audio decoder chip found on some bt8xx boards.
100 To compile this driver as a module, choose M here: the
101 module will be called tea6420.
104 tristate "Micronas MSP34xx audio decoders"
105 depends on VIDEO_V4L2 && I2C
107 Support for the Micronas MSP34xx series of audio decoders.
109 To compile this driver as a module, choose M here: the
110 module will be called msp3400.
113 tristate "Cirrus Logic CS5345 audio ADC"
114 depends on VIDEO_V4L2 && I2C && EXPERIMENTAL
116 Support for the Cirrus Logic CS5345 24-bit, 192 kHz
117 stereo A/D converter.
119 To compile this driver as a module, choose M here: the
120 module will be called cs5345.
122 config VIDEO_CS53L32A
123 tristate "Cirrus Logic CS53L32A audio ADC"
124 depends on VIDEO_V4L2 && I2C
126 Support for the Cirrus Logic CS53L32A low voltage
127 stereo A/D converter.
129 To compile this driver as a module, choose M here: the
130 module will be called cs53l32a.
133 tristate "Mitsubishi M52790 A/V switch"
134 depends on VIDEO_V4L2 && I2C && EXPERIMENTAL
136 Support for the Mitsubishi M52790 A/V switch.
138 To compile this driver as a module, choose M here: the
139 module will be called m52790.
141 config VIDEO_TLV320AIC23B
142 tristate "Texas Instruments TLV320AIC23B audio codec"
143 depends on VIDEO_V4L2 && I2C && EXPERIMENTAL
145 Support for the Texas Instruments TLV320AIC23B audio codec.
147 To compile this driver as a module, choose M here: the
148 module will be called tlv320aic23b.
151 tristate "Wolfson Microelectronics WM8775 audio ADC with input mixer"
152 depends on VIDEO_V4L2 && I2C
154 Support for the Wolfson Microelectronics WM8775 high
155 performance stereo A/D Converter with a 4 channel input mixer.
157 To compile this driver as a module, choose M here: the
158 module will be called wm8775.
161 tristate "Wolfson Microelectronics WM8739 stereo audio ADC"
162 depends on VIDEO_V4L2 && I2C
164 Support for the Wolfson Microelectronics WM8739
165 stereo A/D Converter.
167 To compile this driver as a module, choose M here: the
168 module will be called wm8739.
170 config VIDEO_VP27SMPX
171 tristate "Panasonic VP27s internal MPX"
172 depends on VIDEO_V4L2 && I2C && EXPERIMENTAL
174 Support for the internal MPX of the Panasonic VP27s tuner.
176 To compile this driver as a module, choose M here: the
177 module will be called vp27smpx.
179 comment "Video decoders"
182 tristate "BT819A VideoStream decoder"
183 depends on VIDEO_V4L1 && I2C
185 Support for BT819A video decoder.
187 To compile this driver as a module, choose M here: the
188 module will be called bt819.
191 tristate "BT856 VideoStream decoder"
192 depends on VIDEO_V4L1 && I2C
194 Support for BT856 video decoder.
196 To compile this driver as a module, choose M here: the
197 module will be called bt856.
200 tristate "BT866 VideoStream decoder"
201 depends on VIDEO_V4L1 && I2C
203 Support for BT866 video decoder.
205 To compile this driver as a module, choose M here: the
206 module will be called bt866.
209 tristate "KS0127 video decoder"
210 depends on VIDEO_V4L1 && I2C
212 Support for KS0127 video decoder.
214 This chip is used on AverMedia AVS6EYES Zoran-based MJPEG
217 To compile this driver as a module, choose M here: the
218 module will be called ks0127.
221 tristate "OmniVision OV7670 sensor support"
222 depends on I2C && VIDEO_V4L2
224 This is a Video4Linux2 sensor-level driver for the OmniVision
225 OV7670 VGA camera. It currently only works with the M88ALP01
229 tristate "TCM825x camera sensor support"
230 depends on I2C && VIDEO_V4L2
232 This is a driver for the Toshiba TCM825x VGA camera sensor.
233 It is used for example in Nokia N800.
236 tristate "Philips SAA7110 video decoder"
237 depends on VIDEO_V4L1 && I2C
239 Support for the Philips SAA7110 video decoders.
241 To compile this driver as a module, choose M here: the
242 module will be called saa7110.
245 tristate "Philips SAA7111 video decoder"
246 depends on VIDEO_V4L1 && I2C
248 Support for the Philips SAA711 video decoder.
250 To compile this driver as a module, choose M here: the
251 module will be called saa7111.
254 tristate "Philips SAA7114 video decoder"
255 depends on VIDEO_V4L1 && I2C
257 Support for the Philips SAA7114 video decoder. This driver
258 is used only on Zoran driver and should be moved soon to
261 To compile this driver as a module, choose M here: the
262 module will be called saa7114.
265 tristate "Philips SAA7113/4/5 video decoders"
266 depends on VIDEO_V4L2 && I2C
268 Support for the Philips SAA7113/4/5 video decoders.
270 To compile this driver as a module, choose M here: the
271 module will be called saa7115.
274 tristate "Philips SAA7171/3/4 audio/video decoders"
275 depends on VIDEO_V4L2 && I2C
277 Support for the Philips SAA7171/3/4 audio/video decoders.
279 To compile this driver as a module, choose M here: the
280 module will be called saa717x.
283 tristate "Philips SAA7191 video decoder"
284 depends on VIDEO_V4L1 && I2C
286 Support for the Philips SAA7191 video decoder.
288 To compile this driver as a module, choose M here: the
289 module will be called saa7191.
292 tristate "Texas Instruments TVP5150 video decoder"
293 depends on VIDEO_V4L2 && I2C
295 Support for the Texas Instruments TVP5150 video decoder.
297 To compile this driver as a module, choose M here: the
298 module will be called tvp5150.
301 tristate "vpx3220a, vpx3216b & vpx3214c video decoders"
302 depends on VIDEO_V4L1 && I2C
304 Support for VPX322x video decoders.
306 To compile this driver as a module, choose M here: the
307 module will be called vpx3220.
309 comment "Video and audio decoders"
311 source "drivers/media/video/cx25840/Kconfig"
313 comment "MPEG video encoders"
316 tristate "Conexant CX2341x MPEG encoders"
317 depends on VIDEO_V4L2 && EXPERIMENTAL && VIDEO_V4L2_COMMON
319 Support for the Conexant CX23416 MPEG encoders
320 and CX23415 MPEG encoder/decoders.
322 This module currently supports the encoding functions only.
324 To compile this driver as a module, choose M here: the
325 module will be called cx2341x.
327 comment "Video encoders"
330 tristate "Philips SAA7127/9 digital video encoders"
331 depends on VIDEO_V4L2 && I2C
333 Support for the Philips SAA7127/9 digital video encoders.
335 To compile this driver as a module, choose M here: the
336 module will be called saa7127.
339 tristate "Philips SAA7185 video encoder"
340 depends on VIDEO_V4L1 && I2C
342 Support for the Philips SAA7185 video encoder.
344 To compile this driver as a module, choose M here: the
345 module will be called saa7185.
348 tristate "Analog Devices ADV7170 video encoder"
349 depends on VIDEO_V4L1 && I2C
351 Support for the Analog Devices ADV7170 video encoder driver
353 To compile this driver as a module, choose M here: the
354 module will be called adv7170.
357 tristate "Analog Devices ADV7175 video encoder"
358 depends on VIDEO_V4L1 && I2C
360 Support for the Analog Devices ADV7175 video encoder driver
362 To compile this driver as a module, choose M here: the
363 module will be called adv7175.
365 comment "Video improvement chips"
367 config VIDEO_UPD64031A
368 tristate "NEC Electronics uPD64031A Ghost Reduction"
369 depends on VIDEO_V4L2 && I2C
371 Support for the NEC Electronics uPD64031A Ghost Reduction
372 video chip. It is most often found in NTSC TV cards made for
373 Japan and is used to reduce the 'ghosting' effect that can
374 be present in analog TV broadcasts.
376 To compile this driver as a module, choose M here: the
377 module will be called upd64031a.
379 config VIDEO_UPD64083
380 tristate "NEC Electronics uPD64083 3-Dimensional Y/C separation"
381 depends on VIDEO_V4L2 && I2C
383 Support for the NEC Electronics uPD64083 3-Dimensional Y/C
384 separation video chip. It is used to improve the quality of
385 the colors of a composite signal.
387 To compile this driver as a module, choose M here: the
388 module will be called upd64083.
390 endmenu # encoder / decoder chips
393 tristate "Virtual Video Driver"
394 depends on VIDEO_DEV && VIDEO_V4L2 && !SPARC32 && !SPARC64
395 select VIDEOBUF_VMALLOC
398 Enables a virtual video driver. This device shows a color bar
399 and a timestamp, as a real device would generate by using V4L2
401 Say Y here if you want to test video apps or debug V4L devices.
404 source "drivers/media/video/bt8xx/Kconfig"
407 tristate "SAA6588 Radio Chip RDS decoder support on BT848 cards"
408 depends on I2C && VIDEO_BT848
411 Support for Radio Data System (RDS) decoder. This allows seeing
412 radio station identification transmitted using this standard.
413 Currently, it works only with bt8x8 chips.
415 To compile this driver as a module, choose M here: the
416 module will be called saa6588.
419 tristate "Mediavision Pro Movie Studio Video For Linux"
420 depends on ISA && VIDEO_V4L1
422 Say Y if you have such a thing.
424 To compile this driver as a module, choose M here: the
425 module will be called pms.
428 tristate "PlanB Video-In on PowerMac"
429 depends on PPC_PMAC && VIDEO_V4L1 && BROKEN
431 PlanB is the V4L driver for the PowerMac 7x00/8x00 series video
432 input hardware. If you want to experiment with this, say Y.
433 Otherwise, or if you don't understand a word, say N. See
434 <http://www.cpu.lu/~mlan/linux/dev/planb.html> for more info.
436 Saying M will compile this driver as a module (planb).
439 tristate "Quickcam BW Video For Linux"
440 depends on PARPORT && VIDEO_V4L1
442 Say Y have if you the black and white version of the QuickCam
443 camera. See the next option for the color version.
445 To compile this driver as a module, choose M here: the
446 module will be called bw-qcam.
449 tristate "QuickCam Colour Video For Linux (EXPERIMENTAL)"
450 depends on EXPERIMENTAL && PARPORT && VIDEO_V4L1
452 This is the video4linux driver for the colour version of the
453 Connectix QuickCam. If you have one of these cameras, say Y here,
454 otherwise say N. This driver does not work with the original
455 monochrome QuickCam, QuickCam VC or QuickClip. It is also available
456 as a module (c-qcam).
457 Read <file:Documentation/video4linux/CQcam.txt> for more information.
460 tristate "W9966CF Webcam (FlyCam Supra and others) Video For Linux"
461 depends on PARPORT_1284 && PARPORT && VIDEO_V4L1
463 Video4linux driver for Winbond's w9966 based Webcams.
464 Currently tested with the LifeView FlyCam Supra.
465 If you have one of these cameras, say Y here
467 This driver is also available as a module (w9966).
469 Check out <file:Documentation/video4linux/w9966.txt> for more
473 tristate "CPiA Video For Linux"
474 depends on VIDEO_V4L1
476 This is the video4linux driver for cameras based on Vision's CPiA
477 (Colour Processor Interface ASIC), such as the Creative Labs Video
478 Blaster Webcam II. If you have one of these cameras, say Y here
479 and select parallel port and/or USB lowlevel support below,
480 otherwise say N. This will not work with the Creative Webcam III.
482 Please read <file:Documentation/video4linux/README.cpia> for more
485 This driver is also available as a module (cpia).
488 tristate "CPiA Parallel Port Lowlevel Support"
489 depends on PARPORT_1284 && VIDEO_CPIA && PARPORT
491 This is the lowlevel parallel port support for cameras based on
492 Vision's CPiA (Colour Processor Interface ASIC), such as the
493 Creative Webcam II. If you have the parallel port version of one
494 of these cameras, say Y here, otherwise say N. It is also available
495 as a module (cpia_pp).
497 config VIDEO_CPIA_USB
498 tristate "CPiA USB Lowlevel Support"
499 depends on VIDEO_CPIA && USB
501 This is the lowlevel USB support for cameras based on Vision's CPiA
502 (Colour Processor Interface ASIC), such as the Creative Webcam II.
503 If you have the USB version of one of these cameras, say Y here,
504 otherwise say N. This will not work with the Creative Webcam III.
505 It is also available as a module (cpia_usb).
507 source "drivers/media/video/cpia2/Kconfig"
509 config VIDEO_SAA5246A
510 tristate "SAA5246A, SAA5281 Teletext processor"
511 depends on I2C && VIDEO_V4L2
513 Support for I2C bus based teletext using the SAA5246A or SAA5281
514 chip. Useful only if you live in Europe.
516 To compile this driver as a module, choose M here: the
517 module will be called saa5246a.
520 tristate "SAA5249 Teletext processor"
521 depends on I2C && VIDEO_V4L2
523 Support for I2C bus based teletext using the SAA5249 chip. At the
524 moment this is only useful on some European WinTV cards.
526 To compile this driver as a module, choose M here: the
527 module will be called saa5249.
530 tristate "SAB3036 tuner"
531 depends on I2C && VIDEO_V4L1
533 Say Y here to include support for Philips SAB3036 compatible tuners.
537 tristate "SGI Vino Video For Linux (EXPERIMENTAL)"
538 depends on I2C && SGI_IP22 && EXPERIMENTAL && VIDEO_V4L2
540 select VIDEO_SAA7191 if VIDEO_HELPER_CHIPS_AUTO
542 Say Y here to build in support for the Vino video input system found
543 on SGI Indy machines.
546 tristate "Stradis 4:2:2 MPEG-2 video driver (EXPERIMENTAL)"
547 depends on EXPERIMENTAL && PCI && VIDEO_V4L1 && VIRT_TO_BUS
549 Say Y here to enable support for the Stradis 4:2:2 MPEG-2 video
550 driver for PCI. There is a product page at
551 <http://www.stradis.com/>.
553 config VIDEO_ZORAN_ZR36060
557 tristate "Zoran ZR36057/36067 Video For Linux"
558 depends on PCI && I2C_ALGOBIT && VIDEO_V4L1 && VIRT_TO_BUS
560 Say Y for support for MJPEG capture cards based on the Zoran
561 36057/36067 PCI controller chipset. This includes the Iomega
562 Buz, Pinnacle DC10+ and the Linux Media Labs LML33. There is
563 a driver homepage at <http://mjpeg.sf.net/driver-zoran/>. For
564 more information, check <file:Documentation/video4linux/Zoran>.
566 To compile this driver as a module, choose M here: the
567 module will be called zr36067.
569 config VIDEO_ZORAN_BUZ
570 tristate "Iomega Buz support"
571 depends on VIDEO_ZORAN
572 select VIDEO_SAA7111 if VIDEO_HELPER_CHIPS_AUTO
573 select VIDEO_SAA7185 if VIDEO_HELPER_CHIPS_AUTO
574 select VIDEO_ZORAN_ZR36060
576 Support for the Iomega Buz MJPEG capture/playback card.
578 config VIDEO_ZORAN_DC10
579 tristate "Pinnacle/Miro DC10(+) support"
580 depends on VIDEO_ZORAN
582 select VIDEO_ADV7175 if VIDEO_HELPER_CHIPS_AUTO
583 select VIDEO_ZORAN_ZR36060
585 Support for the Pinnacle/Miro DC10(+) MJPEG capture/playback
588 config VIDEO_ZORAN_DC30
589 tristate "Pinnacle/Miro DC30(+) support"
590 depends on VIDEO_ZORAN
591 select VIDEO_ADV7175 if VIDEO_HELPER_CHIPS_AUTO
592 select VIDEO_VPX3220 if VIDEO_HELPER_CHIPS_AUTO
594 Support for the Pinnacle/Miro DC30(+) MJPEG capture/playback
595 card. This also supports really old DC10 cards based on the
596 zr36050 MJPEG codec and zr36016 VFE.
598 config VIDEO_ZORAN_LML33
599 tristate "Linux Media Labs LML33 support"
600 depends on VIDEO_ZORAN
601 select VIDEO_BT819 if VIDEO_HELPER_CHIPS_AUTO
602 select VIDEO_BT856 if VIDEO_HELPER_CHIPS_AUTO
603 select VIDEO_ZORAN_ZR36060
605 Support for the Linux Media Labs LML33 MJPEG capture/playback
608 config VIDEO_ZORAN_LML33R10
609 tristate "Linux Media Labs LML33R10 support"
610 depends on VIDEO_ZORAN
611 select VIDEO_SAA7114 if VIDEO_HELPER_CHIPS_AUTO
612 select VIDEO_ADV7170 if VIDEO_HELPER_CHIPS_AUTO
613 select VIDEO_ZORAN_ZR36060
615 support for the Linux Media Labs LML33R10 MJPEG capture/playback
618 config VIDEO_ZORAN_AVS6EYES
619 tristate "AverMedia 6 Eyes support (EXPERIMENTAL)"
620 depends on VIDEO_ZORAN && EXPERIMENTAL && VIDEO_V4L1
621 select VIDEO_BT856 if VIDEO_HELPER_CHIPS_AUTO
622 select VIDEO_KS0127 if VIDEO_HELPER_CHIPS_AUTO
623 select VIDEO_ZORAN_ZR36060
625 Support for the AverMedia 6 Eyes video surveillance card.
628 tristate "Sony Vaio Picturebook Motion Eye Video For Linux"
629 depends on PCI && SONY_LAPTOP && VIDEO_V4L1
631 This is the video4linux driver for the Motion Eye camera found
632 in the Vaio Picturebook laptops. Please read the material in
633 <file:Documentation/video4linux/meye.txt> for more information.
635 If you say Y or M here, you need to say Y or M to "Sony Laptop
636 Extras" in the misc device section.
638 To compile this driver as a module, choose M here: the
639 module will be called meye.
641 source "drivers/media/video/saa7134/Kconfig"
644 tristate "Siemens-Nixdorf 'Multimedia eXtension Board'"
645 depends on PCI && VIDEO_V4L1 && I2C
646 select VIDEO_SAA7146_VV
648 select VIDEO_SAA7111 if VIDEO_HELPER_CHIPS_AUTO
649 select VIDEO_TDA9840 if VIDEO_HELPER_CHIPS_AUTO
650 select VIDEO_TEA6415C if VIDEO_HELPER_CHIPS_AUTO
651 select VIDEO_TEA6420 if VIDEO_HELPER_CHIPS_AUTO
653 This is a video4linux driver for the 'Multimedia eXtension Board'
654 TV card by Siemens-Nixdorf.
656 To compile this driver as a module, choose M here: the
657 module will be called mxb.
660 tristate "Philips-Semiconductors 'dpc7146 demonstration board'"
661 depends on PCI && VIDEO_V4L1 && I2C
662 select VIDEO_SAA7146_VV
663 select VIDEO_SAA7111 if VIDEO_HELPER_CHIPS_AUTO
665 This is a video4linux driver for the 'dpc7146 demonstration
666 board' by Philips-Semiconductors. It's the reference design
667 for SAA7146 bases boards, so if you have some unsupported
668 saa7146 based, analog video card, chances are good that it
669 will work with this skeleton driver.
671 To compile this driver as a module, choose M here: the
672 module will be called dpc7146.
674 config VIDEO_HEXIUM_ORION
675 tristate "Hexium HV-PCI6 and Orion frame grabber"
676 depends on PCI && VIDEO_V4L2 && I2C
677 select VIDEO_SAA7146_VV
679 This is a video4linux driver for the Hexium HV-PCI6 and
680 Orion frame grabber cards by Hexium.
682 To compile this driver as a module, choose M here: the
683 module will be called hexium_orion.
685 config VIDEO_HEXIUM_GEMINI
686 tristate "Hexium Gemini frame grabber"
687 depends on PCI && VIDEO_V4L2 && I2C
688 select VIDEO_SAA7146_VV
690 This is a video4linux driver for the Hexium Gemini frame
691 grabber card by Hexium. Please note that the Gemini Dual
692 card is *not* fully supported.
694 To compile this driver as a module, choose M here: the
695 module will be called hexium_gemini.
697 source "drivers/media/video/cx88/Kconfig"
699 source "drivers/media/video/cx23885/Kconfig"
701 source "drivers/media/video/au0828/Kconfig"
703 source "drivers/media/video/ivtv/Kconfig"
706 tristate "AR devices"
707 depends on M32R && VIDEO_V4L1
709 This is a video4linux driver for the Renesas AR (Artificial Retina)
712 config VIDEO_M32R_AR_M64278
713 tristate "AR device with color module M64278(VGA)"
714 depends on PLAT_M32700UT
717 This is a video4linux driver for the Renesas AR (Artificial
718 Retina) with M64278E-800 camera module.
719 This module supports VGA(640x480 pixels) resolutions.
721 To compile this driver as a module, choose M here: the
722 module will be called arv.
724 config VIDEO_CAFE_CCIC
725 tristate "Marvell 88ALP01 (Cafe) CMOS Camera Controller support"
726 depends on PCI && I2C && VIDEO_V4L2
729 This is a video4linux2 driver for the Marvell 88ALP01 integrated
730 CMOS camera controller. This is the controller found on first-
731 generation OLPC systems.
734 # USB Multimedia device configuration
737 menuconfig V4L_USB_DRIVERS
738 bool "V4L USB devices"
742 if V4L_USB_DRIVERS && USB
744 source "drivers/media/video/pvrusb2/Kconfig"
746 source "drivers/media/video/em28xx/Kconfig"
748 source "drivers/media/video/usbvision/Kconfig"
750 source "drivers/media/video/usbvideo/Kconfig"
752 source "drivers/media/video/et61x251/Kconfig"
754 config VIDEO_OVCAMCHIP
755 tristate "OmniVision Camera Chip support"
756 depends on I2C && VIDEO_V4L1
758 Support for the OmniVision OV6xxx and OV7xxx series of camera chips.
759 This driver is intended to be used with the ov511 and w9968cf USB
762 To compile this driver as a module, choose M here: the
763 module will be called ovcamchip.
766 tristate "USB W996[87]CF JPEG Dual Mode Camera support"
767 depends on VIDEO_V4L1 && I2C
768 select VIDEO_OVCAMCHIP
770 Say Y here if you want support for cameras based on OV681 or
771 Winbond W9967CF/W9968CF JPEG USB Dual Mode Camera Chips.
773 This driver has an optional plugin, which is distributed as a
774 separate module only (released under GPL). It allows to use higher
775 resolutions and framerates, but cannot be included in the official
776 Linux kernel for performance purposes.
778 See <file:Documentation/video4linux/w9968cf.txt> for more info.
780 To compile this driver as a module, choose M here: the
781 module will be called w9968cf.
784 tristate "USB OV511 Camera support"
785 depends on VIDEO_V4L1
787 Say Y here if you want to connect this type of camera to your
788 computer's USB port. See <file:Documentation/video4linux/ov511.txt>
789 for more information and for a list of supported cameras.
791 To compile this driver as a module, choose M here: the
792 module will be called ov511.
795 tristate "USB SE401 Camera support"
796 depends on VIDEO_V4L1
798 Say Y here if you want to connect this type of camera to your
799 computer's USB port. See <file:Documentation/video4linux/se401.txt>
800 for more information and for a list of supported cameras.
802 To compile this driver as a module, choose M here: the
803 module will be called se401.
805 source "drivers/media/video/sn9c102/Kconfig"
808 tristate "USB STV680 (Pencam) Camera support"
809 depends on VIDEO_V4L1
811 Say Y here if you want to connect this type of camera to your
812 computer's USB port. This includes the Pencam line of cameras.
813 See <file:Documentation/video4linux/stv680.txt> for more information
814 and for a list of supported cameras.
816 To compile this driver as a module, choose M here: the
817 module will be called stv680.
819 source "drivers/media/video/zc0301/Kconfig"
821 source "drivers/media/video/pwc/Kconfig"
824 tristate "USB ZR364XX Camera support"
825 depends on VIDEO_V4L2
827 Say Y here if you want to connect this type of camera to your
829 See <file:Documentation/video4linux/zr364xx.txt> for more info
830 and list of supported cameras.
832 To compile this driver as a module, choose M here: the
833 module will be called zr364xx.
836 tristate "USB Syntek DC1125 Camera support"
837 depends on VIDEO_V4L2 && EXPERIMENTAL
839 Say Y here if you want to use this type of camera.
840 Supported devices are typically found in some Asus laptops,
841 with USB id 174f:a311 and 05e1:0501. Other Syntek cameras
842 may be supported by the stk11xx driver, from which this is
843 derived, see http://stk11xx.sourceforge.net
845 To compile this driver as a module, choose M here: the
846 module will be called stkwebcam.
848 endif # V4L_USB_DRIVERS
851 tristate "SoC camera support"
852 depends on VIDEO_V4L2
853 select VIDEOBUF_DMA_SG
855 SoC Camera is a common API to several cameras, not connecting
856 over a bus like PCI or USB. For example some i2c camera connected
857 directly to the data bus of an SoC.
859 config SOC_CAMERA_MT9M001
860 tristate "mt9m001 support"
861 depends on SOC_CAMERA
862 select GPIO_PCA953X if MT9M001_PCA9536_SWITCH
864 This driver supports MT9M001 cameras from Micron, monochrome
867 config MT9M001_PCA9536_SWITCH
868 bool "pca9536 datawidth switch for mt9m001"
869 depends on SOC_CAMERA_MT9M001 && GENERIC_GPIO
871 Select this if your MT9M001 camera uses a PCA9536 I2C GPIO
872 extender to switch between 8 and 10 bit datawidth modes
874 config SOC_CAMERA_MT9V022
875 tristate "mt9v022 support"
876 depends on SOC_CAMERA
877 select GPIO_PCA953X if MT9V022_PCA9536_SWITCH
879 This driver supports MT9V022 cameras from Micron
881 config MT9V022_PCA9536_SWITCH
882 bool "pca9536 datawidth switch for mt9v022"
883 depends on SOC_CAMERA_MT9V022 && GENERIC_GPIO
885 Select this if your MT9V022 camera uses a PCA9536 I2C GPIO
886 extender to switch between 8 and 10 bit datawidth modes
889 tristate "PXA27x Quick Capture Interface driver"
890 depends on VIDEO_DEV && PXA27x
893 This is a v4l2 driver for the PXA27x Quick Capture Interface
895 endif # VIDEO_CAPTURE_DRIVERS