diff options
author | Andrzej Pietrasiewicz <andrzej.p@samsung.com> | 2014-09-09 01:02:10 +0200 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2014-09-09 16:49:16 +0200 |
commit | 6d11ed76c45dd7c8322c2d03575f2164cc725c18 (patch) | |
tree | 8d01c8280f47d8838b4e22f6877c563b877aa078 /drivers/usb/gadget/Kconfig | |
parent | usb: gadget: uvc: separately compile some components of f_uvc (diff) | |
download | linux-6d11ed76c45dd7c8322c2d03575f2164cc725c18.tar.xz linux-6d11ed76c45dd7c8322c2d03575f2164cc725c18.zip |
usb: gadget: f_uvc: convert f_uvc to new function interface
Use the new function registration interface. It is required
in order to integrate configfs support.
Signed-off-by: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
Tested-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
[Updated copyright years]
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/gadget/Kconfig')
-rw-r--r-- | drivers/usb/gadget/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig index 68302aa604be..c4880fc0d86e 100644 --- a/drivers/usb/gadget/Kconfig +++ b/drivers/usb/gadget/Kconfig @@ -187,6 +187,9 @@ config USB_F_UAC1 config USB_F_UAC2 tristate +config USB_F_UVC + tristate + choice tristate "USB Gadget Drivers" default USB_ETH |