]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - drivers/media/parport/Kconfig
Merge tag 'md-3.7' of git://neil.brown.name/md
[mirror_ubuntu-artful-kernel.git] / drivers / media / parport / Kconfig
CommitLineData
fc2bbfb2 1menuconfig MEDIA_PARPORT_SUPPORT
e9d2f057 2 bool "ISA and parallel port devices"
fc2bbfb2 3 depends on (ISA || PARPORT) && MEDIA_CAMERA_SUPPORT
e9d2f057
MCC
4 help
5 Enables drivers for ISA and parallel port bus. If you
6 need media drivers using those legacy buses, say Y.
d1677dc3 7
fc2bbfb2 8if MEDIA_PARPORT_SUPPORT
d1677dc3
MCC
9config 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
19config 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
30config 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
40config 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.
fc2bbfb2 52endif