Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f27b86dc authored by Aaro Koskinen's avatar Aaro Koskinen Committed by Michael Ellerman
Browse files

drivers/macintosh: adb: fix misleading Kconfig help text



CONFIG_INPUT_KEYBDEV does not exist and no additional keyboard-specific
options are needed to get the keyboard working.

Signed-off-by: default avatarAaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent 4c812318
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -166,9 +166,8 @@ config INPUT_ADBHID
	  Say Y here if you want to have ADB (Apple Desktop Bus) HID devices
	  such as keyboards, mice, joysticks, trackpads  or graphic tablets
	  handled by the input layer.  If you say Y here, make sure to say Y to
	  the corresponding drivers "Keyboard support" (CONFIG_INPUT_KEYBDEV),
	  "Mouse Support" (CONFIG_INPUT_MOUSEDEV) and "Event interface
	  support" (CONFIG_INPUT_EVDEV) as well.
	  the corresponding drivers "Mouse Support" (CONFIG_INPUT_MOUSEDEV) and
	  "Event interface support" (CONFIG_INPUT_EVDEV) as well.

	  If unsure, say Y.