18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only
28c2ecf20Sopenharmony_ciconfig USB_VIDEO_CLASS
38c2ecf20Sopenharmony_ci	tristate "USB Video Class (UVC)"
48c2ecf20Sopenharmony_ci	depends on VIDEO_V4L2
58c2ecf20Sopenharmony_ci	select VIDEOBUF2_VMALLOC
68c2ecf20Sopenharmony_ci	help
78c2ecf20Sopenharmony_ci	  Support for the USB Video Class (UVC).  Currently only video
88c2ecf20Sopenharmony_ci	  input devices, such as webcams, are supported.
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ci	  For more information see: <http://linux-uvc.berlios.de/>
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ciconfig USB_VIDEO_CLASS_INPUT_EVDEV
138c2ecf20Sopenharmony_ci	bool "UVC input events device support"
148c2ecf20Sopenharmony_ci	default y
158c2ecf20Sopenharmony_ci	depends on USB_VIDEO_CLASS
168c2ecf20Sopenharmony_ci	depends on USB_VIDEO_CLASS=INPUT || INPUT=y
178c2ecf20Sopenharmony_ci	help
188c2ecf20Sopenharmony_ci	  This option makes USB Video Class devices register an input device
198c2ecf20Sopenharmony_ci	  to report button events.
208c2ecf20Sopenharmony_ci
218c2ecf20Sopenharmony_ci	  If you are in doubt, say Y.
22