blob: 948c981d9f05ae00cd2ec347d601acd5469e54ca [file] [log] [blame]
Mauro Carvalho Chehabfc2bbfb2012-08-20 10:47:00 -03001menuconfig MEDIA_PARPORT_SUPPORT
Mauro Carvalho Chehabe9d2f052012-08-21 08:16:28 -03002 bool "ISA and parallel port devices"
Mauro Carvalho Chehabfc2bbfb2012-08-20 10:47:00 -03003 depends on (ISA || PARPORT) && MEDIA_CAMERA_SUPPORT
Mauro Carvalho Chehabe9d2f052012-08-21 08:16:28 -03004 help
5 Enables drivers for ISA and parallel port bus. If you
6 need media drivers using those legacy buses, say Y.
Mauro Carvalho Chehabd1677dc2012-08-14 15:12:06 -03007
Mauro Carvalho Chehabfc2bbfb2012-08-20 10:47:00 -03008if MEDIA_PARPORT_SUPPORT
Mauro Carvalho Chehabd1677dc2012-08-14 15:12:06 -03009config VIDEO_BWQCAM
10 tristate "Quickcam BW Video For Linux"
11 depends on PARPORT && VIDEO_V4L2
Hans Verkuil1888e4a2013-01-30 14:10:14 -030012 select VIDEOBUF2_VMALLOC
Mauro Carvalho Chehabd1677dc2012-08-14 15:12:06 -030013 help
14 Say Y have if you the black and white version of the QuickCam
15 camera. See the next option for the color version.
16
17 To compile this driver as a module, choose M here: the
18 module will be called bw-qcam.
19
20config VIDEO_CQCAM
21 tristate "QuickCam Colour Video For Linux"
22 depends on PARPORT && VIDEO_V4L2
23 help
24 This is the video4linux driver for the colour version of the
25 Connectix QuickCam. If you have one of these cameras, say Y here,
26 otherwise say N. This driver does not work with the original
27 monochrome QuickCam, QuickCam VC or QuickClip. It is also available
28 as a module (c-qcam).
29 Read <file:Documentation/video4linux/CQcam.txt> for more information.
30
31config VIDEO_PMS
32 tristate "Mediavision Pro Movie Studio Video For Linux"
33 depends on ISA && VIDEO_V4L2
34 help
35 Say Y if you have the ISA Mediavision Pro Movie Studio
36 capture card.
37
38 To compile this driver as a module, choose M here: the
39 module will be called pms.
40
41config VIDEO_W9966
42 tristate "W9966CF Webcam (FlyCam Supra and others) Video For Linux"
43 depends on PARPORT_1284 && PARPORT && VIDEO_V4L2
44 help
45 Video4linux driver for Winbond's w9966 based Webcams.
46 Currently tested with the LifeView FlyCam Supra.
47 If you have one of these cameras, say Y here
48 otherwise say N.
49 This driver is also available as a module (w9966).
50
51 Check out <file:Documentation/video4linux/w9966.txt> for more
52 information.
Mauro Carvalho Chehabfc2bbfb2012-08-20 10:47:00 -030053endif