]> Git Repo - linux.git/blob - drivers/media/usb/uvc/Kconfig
selinux: Remove security_ops extern
[linux.git] / drivers / media / usb / uvc / Kconfig
1 config USB_VIDEO_CLASS
2         tristate "USB Video Class (UVC)"
3         depends on VIDEO_V4L2
4         select VIDEOBUF2_VMALLOC
5         ---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
11 config USB_VIDEO_CLASS_INPUT_EVDEV
12         bool "UVC input events device support"
13         default y
14         depends on USB_VIDEO_CLASS
15         depends on USB_VIDEO_CLASS=INPUT || INPUT=y
16         ---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.
This page took 0.037297 seconds and 4 git commands to generate.