hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/drivers/hid/usbhid/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 menu "USB HID support"
23 depends on USB
34
....@@ -6,7 +7,7 @@
67 default y
78 depends on USB && INPUT
89 select HID
9
- ---help---
10
+ help
1011 Say Y here if you want to connect USB keyboards,
1112 mice, joysticks, graphic tablets, or any other HID based devices
1213 to your computer via USB, as well as Uninterruptible Power Supply
....@@ -50,7 +51,7 @@
5051 config USB_KBD
5152 tristate "USB HIDBP Keyboard (simple Boot) support"
5253 depends on USB && INPUT
53
- ---help---
54
+ help
5455 Say Y here only if you are absolutely sure that you don't want
5556 to use the generic HID driver for your USB keyboard and prefer
5657 to use the keyboard in its limited Boot Protocol mode instead.
....@@ -66,7 +67,7 @@
6667 config USB_MOUSE
6768 tristate "USB HIDBP Mouse (simple Boot) support"
6869 depends on USB && INPUT
69
- ---help---
70
+ help
7071 Say Y here only if you are absolutely sure that you don't want
7172 to use the generic HID driver for your USB mouse and prefer
7273 to use the mouse in its limited Boot Protocol mode instead.