blob: 4c2f4a3216f2450cb8550e56fb0b539f88e7259f [file] [log] [blame]
David Brazdil0f672f62019-12-10 10:32:29 +00001# SPDX-License-Identifier: GPL-2.0-only
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00002config USB_VIDEO_CLASS
3 tristate "USB Video Class (UVC)"
4 depends on VIDEO_V4L2
5 select VIDEOBUF2_VMALLOC
David Brazdil0f672f62019-12-10 10:32:29 +00006 help
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00007 Support for the USB Video Class (UVC). Currently only video
8 input devices, such as webcams, are supported.
9
10 For more information see: <http://linux-uvc.berlios.de/>
11
12config USB_VIDEO_CLASS_INPUT_EVDEV
13 bool "UVC input events device support"
14 default y
15 depends on USB_VIDEO_CLASS
16 depends on USB_VIDEO_CLASS=INPUT || INPUT=y
David Brazdil0f672f62019-12-10 10:32:29 +000017 help
Andrew Scullb4b6d4a2019-01-02 15:54:55 +000018 This option makes USB Video Class devices register an input device
19 to report button events.
20
21 If you are in doubt, say Y.