accel/ivpu: Move recovery work to system_unbound_wq
[drm/drm-misc.git] / drivers / media / usb / uvc / Kconfig
blob579532272fd6d7a8ef65c1a3a892b723f40e584e
1 # SPDX-License-Identifier: GPL-2.0-only
2 config USB_VIDEO_CLASS
3         tristate "USB Video Class (UVC)"
4         depends on VIDEO_DEV
5         select VIDEOBUF2_VMALLOC
6         select UVC_COMMON
7         help
8           Support for the USB Video Class (UVC).  Currently only video
9           input devices, such as webcams, are supported.
11           For more information see: <http://linux-uvc.berlios.de/>
13 config USB_VIDEO_CLASS_INPUT_EVDEV
14         bool "UVC input events device support"
15         default y
16         depends on USB_VIDEO_CLASS
17         depends on USB_VIDEO_CLASS=INPUT || INPUT=y
18         help
19           This option makes USB Video Class devices register an input device
20           to report button events.
22           If you are in doubt, say Y.