diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2010-05-02 14:57:42 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-05-20 16:21:42 -0400 |
commit | a9914127e834acf648a96c72b4e271dc0c1c7c74 (patch) | |
tree | c7250c7ec6991ba2e41f902dccbc1c55c621f9f3 /drivers/usb/gadget/Kconfig | |
parent | cdda479f15cd13fa50a913ca85129c0437cc7b91 (diff) |
USB gadget: Webcam device
This webcam gadget instantiates a UVC camera (360p and 720p resolutions
in YUYV and MJPEG).
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/gadget/Kconfig')
-rw-r--r-- | drivers/usb/gadget/Kconfig | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig index 390c13372bdc..10bfb4197599 100644 --- a/drivers/usb/gadget/Kconfig +++ b/drivers/usb/gadget/Kconfig | |||
@@ -877,8 +877,15 @@ config USB_G_HID | |||
877 | 877 | ||
878 | # put drivers that need isochronous transfer support (for audio | 878 | # put drivers that need isochronous transfer support (for audio |
879 | # or video class gadget drivers), or specific hardware, here. | 879 | # or video class gadget drivers), or specific hardware, here. |
880 | config USB_G_WEBCAM | ||
881 | tristate "USB Webcam Gadget" | ||
882 | help | ||
883 | The Webcam Gadget acts as a composite USB Audio and Video Class | ||
884 | device. It provides a userspace API to process UVC control requests | ||
885 | and stream video data to the host. | ||
880 | 886 | ||
881 | # - none yet | 887 | Say "y" to link the driver statically, or "m" to build a |
888 | dynamically linked module called "g_webcam". | ||
882 | 889 | ||
883 | endchoice | 890 | endchoice |
884 | 891 | ||