ARM: KVM: vgic: take distributor lock on sync_hwstate path
[firefly-linux-kernel-4.4.55.git] / drivers / media / parport / Kconfig
1 menuconfig MEDIA_PARPORT_SUPPORT
2         bool "ISA and parallel port devices"
3         depends on (ISA || PARPORT) && MEDIA_CAMERA_SUPPORT
4         help
5           Enables drivers for ISA and parallel port bus. If you
6           need media drivers using those legacy buses, say Y.
7
8 if MEDIA_PARPORT_SUPPORT
9 config VIDEO_BWQCAM
10         tristate "Quickcam BW Video For Linux"
11         depends on PARPORT && VIDEO_V4L2
12         help
13           Say Y have if you the black and white version of the QuickCam
14           camera. See the next option for the color version.
15
16           To compile this driver as a module, choose M here: the
17           module will be called bw-qcam.
18
19 config VIDEO_CQCAM
20         tristate "QuickCam Colour Video For Linux"
21         depends on PARPORT && VIDEO_V4L2
22         help
23           This is the video4linux driver for the colour version of the
24           Connectix QuickCam.  If you have one of these cameras, say Y here,
25           otherwise say N.  This driver does not work with the original
26           monochrome QuickCam, QuickCam VC or QuickClip.  It is also available
27           as a module (c-qcam).
28           Read <file:Documentation/video4linux/CQcam.txt> for more information.
29
30 config VIDEO_PMS
31         tristate "Mediavision Pro Movie Studio Video For Linux"
32         depends on ISA && VIDEO_V4L2
33         help
34           Say Y if you have the ISA Mediavision Pro Movie Studio
35           capture card.
36
37           To compile this driver as a module, choose M here: the
38           module will be called pms.
39
40 config VIDEO_W9966
41         tristate "W9966CF Webcam (FlyCam Supra and others) Video For Linux"
42         depends on PARPORT_1284 && PARPORT && VIDEO_V4L2
43         help
44           Video4linux driver for Winbond's w9966 based Webcams.
45           Currently tested with the LifeView FlyCam Supra.
46           If you have one of these cameras, say Y here
47           otherwise say N.
48           This driver is also available as a module (w9966).
49
50           Check out <file:Documentation/video4linux/w9966.txt> for more
51           information.
52 endif