hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/media/usb/uvc/Kconfig
....@@ -1,8 +1,9 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config USB_VIDEO_CLASS
23 tristate "USB Video Class (UVC)"
34 depends on VIDEO_V4L2
45 select VIDEOBUF2_VMALLOC
5
- ---help---
6
+ help
67 Support for the USB Video Class (UVC). Currently only video
78 input devices, such as webcams, are supported.
89
....@@ -13,7 +14,7 @@
1314 default y
1415 depends on USB_VIDEO_CLASS
1516 depends on USB_VIDEO_CLASS=INPUT || INPUT=y
16
- ---help---
17
+ help
1718 This option makes USB Video Class devices register an input device
1819 to report button events.
1920