23 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config USB_VIDEO_CLASS3 tristate "USB Video Class (UVC)"4 depends on VIDEO_DEV5 select VIDEOBUF2_VMALLOC6 select UVC_COMMON7 help8 Support for the USB Video Class (UVC). Currently only video9 input devices, such as webcams, are supported.10 11 For more information see: <http://linux-uvc.berlios.de/>12 13config USB_VIDEO_CLASS_INPUT_EVDEV14 bool "UVC input events device support"15 default y16 depends on USB_VIDEO_CLASS17 depends on USB_VIDEO_CLASS=INPUT || INPUT=y18 help19 This option makes USB Video Class devices register an input device20 to report button events.21 22 If you are in doubt, say Y.23