Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config USB_VIDEO_CLASS
0003         tristate "USB Video Class (UVC)"
0004         depends on VIDEO_DEV
0005         select VIDEOBUF2_VMALLOC
0006         help
0007           Support for the USB Video Class (UVC).  Currently only video
0008           input devices, such as webcams, are supported.
0009 
0010           For more information see: <http://linux-uvc.berlios.de/>
0011 
0012 config USB_VIDEO_CLASS_INPUT_EVDEV
0013         bool "UVC input events device support"
0014         default y
0015         depends on USB_VIDEO_CLASS
0016         depends on USB_VIDEO_CLASS=INPUT || INPUT=y
0017         help
0018           This option makes USB Video Class devices register an input device
0019           to report button events.
0020 
0021           If you are in doubt, say Y.