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