Kconfig 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. config VIDEO_USBVIDEO
  2. tristate
  3. config USB_VICAM
  4. tristate "USB 3com HomeConnect (aka vicam) support (EXPERIMENTAL)"
  5. depends on VIDEO_V4L1 && EXPERIMENTAL
  6. select VIDEO_USBVIDEO
  7. ---help---
  8. Say Y here if you have 3com homeconnect camera (vicam).
  9. To compile this driver as a module, choose M here: the
  10. module will be called vicam.
  11. config USB_IBMCAM
  12. tristate "USB IBM (Xirlink) C-it Camera support"
  13. depends on VIDEO_V4L1
  14. select VIDEO_USBVIDEO
  15. ---help---
  16. Say Y here if you want to connect a IBM "C-It" camera, also known as
  17. "Xirlink PC Camera" to your computer's USB port.
  18. To compile this driver as a module, choose M here: the
  19. module will be called ibmcam.
  20. This camera has several configuration options which
  21. can be specified when you load the module. Read
  22. <file:Documentation/video4linux/ibmcam.txt> to learn more.
  23. config USB_KONICAWC
  24. tristate "USB Konica Webcam support"
  25. depends on VIDEO_V4L1
  26. select VIDEO_USBVIDEO
  27. ---help---
  28. Say Y here if you want support for webcams based on a Konica
  29. chipset. This is known to work with the Intel YC76 webcam.
  30. To compile this driver as a module, choose M here: the
  31. module will be called konicawc.
  32. config USB_QUICKCAM_MESSENGER
  33. tristate "USB Logitech Quickcam Messenger (DEPRECATED)"
  34. depends on VIDEO_V4L1
  35. select VIDEO_USBVIDEO
  36. ---help---
  37. This driver is DEPRECATED please use the gspca stv06xx module
  38. instead.
  39. Say Y or M here to enable support for the USB Logitech Quickcam
  40. Messenger webcam.
  41. To compile this driver as a module, choose M here: the
  42. module will be called quickcam_messenger.