1 # SPDX-License-Identifier: GPL-2.0-only
3 tristate "USB Video Class (UVC)"
5 select VIDEOBUF2_VMALLOC
7 Support for the USB Video Class (UVC). Currently only video
8 input devices, such as webcams, are supported.
10 For more information see: <http://linux-uvc.berlios.de/>
12 config USB_VIDEO_CLASS_INPUT_EVDEV
13 bool "UVC input events device support"
15 depends on USB_VIDEO_CLASS
16 depends on USB_VIDEO_CLASS=INPUT || INPUT=y
18 This option makes USB Video Class devices register an input device
19 to report button events.
21 If you are in doubt, say Y.