Kconfig 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. if MEDIA_PARPORT_SUPPORT
  8. config VIDEO_BWQCAM
  9. tristate "Quickcam BW Video For Linux"
  10. depends on PARPORT && VIDEO_V4L2
  11. help
  12. Say Y have if you the black and white version of the QuickCam
  13. camera. See the next option for the color version.
  14. To compile this driver as a module, choose M here: the
  15. module will be called bw-qcam.
  16. config VIDEO_CQCAM
  17. tristate "QuickCam Colour Video For Linux"
  18. depends on PARPORT && VIDEO_V4L2
  19. help
  20. This is the video4linux driver for the colour version of the
  21. Connectix QuickCam. If you have one of these cameras, say Y here,
  22. otherwise say N. This driver does not work with the original
  23. monochrome QuickCam, QuickCam VC or QuickClip. It is also available
  24. as a module (c-qcam).
  25. Read <file:Documentation/video4linux/CQcam.txt> for more information.
  26. config VIDEO_PMS
  27. tristate "Mediavision Pro Movie Studio Video For Linux"
  28. depends on ISA && VIDEO_V4L2
  29. help
  30. Say Y if you have the ISA Mediavision Pro Movie Studio
  31. capture card.
  32. To compile this driver as a module, choose M here: the
  33. module will be called pms.
  34. config VIDEO_W9966
  35. tristate "W9966CF Webcam (FlyCam Supra and others) Video For Linux"
  36. depends on PARPORT_1284 && PARPORT && VIDEO_V4L2
  37. help
  38. Video4linux driver for Winbond's w9966 based Webcams.
  39. Currently tested with the LifeView FlyCam Supra.
  40. If you have one of these cameras, say Y here
  41. otherwise say N.
  42. This driver is also available as a module (w9966).
  43. Check out <file:Documentation/video4linux/w9966.txt> for more
  44. information.
  45. endif