hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/drivers/hid/i2c-hid/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 menu "I2C HID support"
23 depends on I2C
34
....@@ -6,7 +7,7 @@
67 default n
78 depends on I2C && INPUT
89 select HID
9
- ---help---
10
+ help
1011 Say Y here if you use a keyboard, a touchpad, a touchscreen, or any
1112 other HID based devices which is connected to your computer via I2C.
1213