David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 2 | config USB_VIDEO_CLASS |
| 3 | tristate "USB Video Class (UVC)" |
| 4 | depends on VIDEO_V4L2 |
| 5 | select VIDEOBUF2_VMALLOC |
David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 6 | help |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 7 | Support for the USB Video Class (UVC). Currently only video |
| 8 | input devices, such as webcams, are supported. |
| 9 | |
| 10 | For more information see: <http://linux-uvc.berlios.de/> |
| 11 | |
| 12 | config USB_VIDEO_CLASS_INPUT_EVDEV |
| 13 | bool "UVC input events device support" |
| 14 | default y |
| 15 | depends on USB_VIDEO_CLASS |
| 16 | depends on USB_VIDEO_CLASS=INPUT || INPUT=y |
David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 17 | help |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 18 | This option makes USB Video Class devices register an input device |
| 19 | to report button events. |
| 20 | |
| 21 | If you are in doubt, say Y. |