Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

config CONFIG_USB_VIDEO_CLASS
	tristate "USB Video Class (UVC)"
	depends on CONFIG_VIDEO_V4L2
	select CONFIG_VIDEOBUF2_VMALLOC
	---help---
	  Support for the CONFIG_USB Video Class (UVC).  Currently only video
	  input devices, such as webcams, are supported.

	  For more information see: <http://linux-uvc.berlios.de/>

config CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV
	bool "UVC input events device support"
	default y
	depends on CONFIG_USB_VIDEO_CLASS
	depends on CONFIG_USB_VIDEO_CLASS=CONFIG_INPUT || CONFIG_INPUT=y
	---help---
	  This option makes CONFIG_USB Video Class devices register an input device
	  to report button events.

	  If you are in doubt, say Y.