162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only 262306a36Sopenharmony_ciconfig USB_VIDEO_CLASS 362306a36Sopenharmony_ci tristate "USB Video Class (UVC)" 462306a36Sopenharmony_ci depends on VIDEO_DEV 562306a36Sopenharmony_ci select VIDEOBUF2_VMALLOC 662306a36Sopenharmony_ci select UVC_COMMON 762306a36Sopenharmony_ci help 862306a36Sopenharmony_ci Support for the USB Video Class (UVC). Currently only video 962306a36Sopenharmony_ci input devices, such as webcams, are supported. 1062306a36Sopenharmony_ci 1162306a36Sopenharmony_ci For more information see: <http://linux-uvc.berlios.de/> 1262306a36Sopenharmony_ci 1362306a36Sopenharmony_ciconfig USB_VIDEO_CLASS_INPUT_EVDEV 1462306a36Sopenharmony_ci bool "UVC input events device support" 1562306a36Sopenharmony_ci default y 1662306a36Sopenharmony_ci depends on USB_VIDEO_CLASS 1762306a36Sopenharmony_ci depends on USB_VIDEO_CLASS=INPUT || INPUT=y 1862306a36Sopenharmony_ci help 1962306a36Sopenharmony_ci This option makes USB Video Class devices register an input device 2062306a36Sopenharmony_ci to report button events. 2162306a36Sopenharmony_ci 2262306a36Sopenharmony_ci If you are in doubt, say Y. 23