diff options
author | Andrzej Pietrasiewicz <andrzej.p@samsung.com> | 2014-09-09 02:02:11 +0300 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2014-09-09 09:49:31 -0500 |
commit | c913881ec6f5d17defd16dfd96fea576b17c04b9 (patch) | |
tree | b24bf2e30011b4592ab11870378e290394061037 /drivers/usb/gadget/legacy/Kconfig | |
parent | 6d11ed76c45dd7c8322c2d03575f2164cc725c18 (diff) |
usb: gadget: webcam: convert webcam to new interface of f_uvc
Use the new function interface of f_uvc.
Signed-off-by: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
Tested-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/gadget/legacy/Kconfig')
-rw-r--r-- | drivers/usb/gadget/legacy/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/gadget/legacy/Kconfig b/drivers/usb/gadget/legacy/Kconfig index bbd4b8545b9d..24392d269709 100644 --- a/drivers/usb/gadget/legacy/Kconfig +++ b/drivers/usb/gadget/legacy/Kconfig @@ -468,6 +468,7 @@ config USB_G_WEBCAM depends on VIDEO_DEV select USB_LIBCOMPOSITE select VIDEOBUF2_VMALLOC + select USB_F_UVC help The Webcam Gadget acts as a composite USB Audio and Video Class device. It provides a userspace API to process UVC control requests |