Kconfig (4f2c0a4acffbec01079c28f839422e64ddeff004) | Kconfig (466be4c9a6f0b7810991b4ac6c3e55345ea63954) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2config USB_VIDEO_CLASS 3 tristate "USB Video Class (UVC)" 4 depends on VIDEO_DEV 5 select VIDEOBUF2_VMALLOC | 1# SPDX-License-Identifier: GPL-2.0-only 2config USB_VIDEO_CLASS 3 tristate "USB Video Class (UVC)" 4 depends on VIDEO_DEV 5 select VIDEOBUF2_VMALLOC |
6 select UVC_COMMON |
|
6 help 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 12config 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 17 help 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. | 7 help 8 Support for the USB Video Class (UVC). Currently only video 9 input devices, such as webcams, are supported. 10 11 For more information see: <http://linux-uvc.berlios.de/> 12 13config USB_VIDEO_CLASS_INPUT_EVDEV 14 bool "UVC input events device support" 15 default y 16 depends on USB_VIDEO_CLASS 17 depends on USB_VIDEO_CLASS=INPUT || INPUT=y 18 help 19 This option makes USB Video Class devices register an input device 20 to report button events. 21 22 If you are in doubt, say Y. |