Kconfig 544 B

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