hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/drivers/media/usb/pwc/Kconfig
....@@ -1,8 +1,9 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config USB_PWC
23 tristate "USB Philips Cameras"
34 depends on VIDEO_V4L2
45 select VIDEOBUF2_VMALLOC
5
- ---help---
6
+ help
67 Say Y or M here if you want to use one of these Philips & OEM
78 webcams:
89 * Philips PCA645, PCA646
....@@ -41,7 +42,7 @@
4142 bool "USB Philips Cameras input events device support"
4243 default y
4344 depends on USB_PWC && (USB_PWC=INPUT || INPUT=y)
44
- ---help---
45
+ help
4546 This option makes USB Philips cameras register the snapshot button as
4647 an input device to report button events.
4748