]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - drivers/media/usb/uvc/Kconfig
media: atmel: atmel-isc-base: report frame sizes as full supported range
[mirror_ubuntu-jammy-kernel.git] / drivers / media / usb / uvc / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
6833c917
LP
2config USB_VIDEO_CLASS
3 tristate "USB Video Class (UVC)"
05959be7 4 depends on VIDEO_V4L2
6998b6fb 5 select VIDEOBUF2_VMALLOC
b60a5b8d 6 help
6833c917
LP
7 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
81059812 15 depends on USB_VIDEO_CLASS
82bea202 16 depends on USB_VIDEO_CLASS=INPUT || INPUT=y
b60a5b8d 17 help
6833c917
LP
18 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.