diff options
author | Laurent Pinchart <[email protected]> | 2012-10-04 02:32:41 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2012-10-15 09:26:26 -0700 |
commit | 0b2ffb78c0ef83bb03f594fec2adc13ac6ac427b (patch) | |
tree | 55ce6b3cb7bcfda842a426125eda85df6f075050 | |
parent | 1e91adf7cb0bea07c1e2548754ca5004e8da8544 (diff) |
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: Laurent Pinchart <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | drivers/usb/gadget/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig index dfb51a45496c..e0ff51b89529 100644 --- a/drivers/usb/gadget/Kconfig +++ b/drivers/usb/gadget/Kconfig @@ -952,6 +952,7 @@ endif config USB_G_WEBCAM tristate "USB Webcam Gadget" depends on VIDEO_DEV + select USB_LIBCOMPOSITE help The Webcam Gadget acts as a composite USB Audio and Video Class device. It provides a userspace API to process UVC control requests |