2019-05-19 20:07:45 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2008-07-08 10:04:29 +08:00
|
|
|
config USB_VIDEO_CLASS
|
|
|
|
tristate "USB Video Class (UVC)"
|
2013-06-22 22:23:58 +08:00
|
|
|
depends on VIDEO_V4L2
|
2011-10-24 22:53:59 +08:00
|
|
|
select VIDEOBUF2_VMALLOC
|
2019-03-20 18:39:44 +08:00
|
|
|
help
|
2008-07-08 10:04:29 +08:00
|
|
|
Support for the USB Video Class (UVC). Currently only video
|
|
|
|
input devices, such as webcams, are supported.
|
|
|
|
|
|
|
|
For more information see: <http://linux-uvc.berlios.de/>
|
|
|
|
|
|
|
|
config USB_VIDEO_CLASS_INPUT_EVDEV
|
|
|
|
bool "UVC input events device support"
|
|
|
|
default y
|
2012-07-06 21:41:53 +08:00
|
|
|
depends on USB_VIDEO_CLASS
|
2009-04-07 05:57:55 +08:00
|
|
|
depends on USB_VIDEO_CLASS=INPUT || INPUT=y
|
2019-03-20 18:39:44 +08:00
|
|
|
help
|
2008-07-08 10:04:29 +08:00
|
|
|
This option makes USB Video Class devices register an input device
|
|
|
|
to report button events.
|
|
|
|
|
|
|
|
If you are in doubt, say Y.
|