1menuconfig 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
8if MEDIA_PARPORT_SUPPORT
9config VIDEO_BWQCAM
10	tristate "Quickcam BW Video For Linux"
11	depends on PARPORT && VIDEO_V4L2
12	select VIDEOBUF2_VMALLOC
13	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.
53endif
54