forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
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