blob: 6c197da531b239b7dcc9c38058842c1b9af93c1c [file] [log] [blame]
Laurent Pinchart6833c912008-07-07 23:04:29 -03001config USB_VIDEO_CLASS
2 tristate "USB Video Class (UVC)"
Laurent Pinchart6998b6f2011-10-24 11:53:59 -03003 select VIDEOBUF2_VMALLOC
Laurent Pinchart6833c912008-07-07 23:04:29 -03004 ---help---
5 Support for the USB Video Class (UVC). Currently only video
6 input devices, such as webcams, are supported.
7
8 For more information see: <http://linux-uvc.berlios.de/>
9
10config USB_VIDEO_CLASS_INPUT_EVDEV
11 bool "UVC input events device support"
12 default y
Randy Dunlap82bea202009-04-06 18:57:55 -030013 depends on USB_VIDEO_CLASS=INPUT || INPUT=y
Laurent Pinchart6833c912008-07-07 23:04:29 -030014 ---help---
15 This option makes USB Video Class devices register an input device
16 to report button events.
17
18 If you are in doubt, say Y.