Kconfig 595 B

1234567891011121314151617181920
  1. config USB_VIDEO_CLASS
  2. tristate "USB Video Class (UVC)"
  3. depends on VIDEO_V4L2
  4. select VIDEOBUF2_VMALLOC
  5. ---help---
  6. Support for the USB Video Class (UVC). Currently only video
  7. input devices, such as webcams, are supported.
  8. For more information see: <http://linux-uvc.berlios.de/>
  9. config USB_VIDEO_CLASS_INPUT_EVDEV
  10. bool "UVC input events device support"
  11. default y
  12. depends on USB_VIDEO_CLASS
  13. depends on USB_VIDEO_CLASS=INPUT || INPUT=y
  14. ---help---
  15. This option makes USB Video Class devices register an input device
  16. to report button events.
  17. If you are in doubt, say Y.