kernel/drivers/hid/i2c-hid/Kconfig
.. .. @@ -1,3 +1,4 @@ 1 +# SPDX-License-Identifier: GPL-2.0-only1 2 menu "I2C HID support" 2 3 depends on I2C 3 4 .. .. @@ -6,7 +7,7 @@ 6 7 default n 7 8 depends on I2C && INPUT 8 9 select HID 9 - ---help---10 + help10 11 Say Y here if you use a keyboard, a touchpad, a touchscreen, or any 11 12 other HID based devices which is connected to your computer via I2C. 12 13