Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0b2ffb78 authored by Laurent Pinchart's avatar Laurent Pinchart Committed by Greg Kroah-Hartman
Browse files

usb: gadget: Make webcam gadget select USB_LIBCOMPOSITE



Composite gadget support is now available as a library instead of being
built with each gadget. Composite drivers need to select
USB_LIBCOMPOSITE.

Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1e91adf7
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -952,6 +952,7 @@ endif
config USB_G_WEBCAM
config USB_G_WEBCAM
	tristate "USB Webcam Gadget"
	tristate "USB Webcam Gadget"
	depends on VIDEO_DEV
	depends on VIDEO_DEV
	select USB_LIBCOMPOSITE
	help
	help
	  The Webcam Gadget acts as a composite USB Audio and Video Class
	  The Webcam Gadget acts as a composite USB Audio and Video Class
	  device. It provides a userspace API to process UVC control requests
	  device. It provides a userspace API to process UVC control requests