Kconfig 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. config VIDEO_USBVIDEO
  2. tristate
  3. config USB_VICAM
  4. tristate "USB 3com HomeConnect (aka vicam) support (EXPERIMENTAL)"
  5. depends on USB && VIDEO_DEV && 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 USB && VIDEO_DEV
  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 USB && VIDEO_DEV
  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.