1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00

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: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:
Aaro Koskinen 2015-10-01 22:41:40 +03:00 committed by Michael Ellerman
parent 4c8123181d
commit f27b86dc1e

View file

@ -166,9 +166,8 @@ config INPUT_ADBHID
Say Y here if you want to have ADB (Apple Desktop Bus) HID devices Say Y here if you want to have ADB (Apple Desktop Bus) HID devices
such as keyboards, mice, joysticks, trackpads or graphic tablets 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 handled by the input layer. If you say Y here, make sure to say Y to
the corresponding drivers "Keyboard support" (CONFIG_INPUT_KEYBDEV), the corresponding drivers "Mouse Support" (CONFIG_INPUT_MOUSEDEV) and
"Mouse Support" (CONFIG_INPUT_MOUSEDEV) and "Event interface "Event interface support" (CONFIG_INPUT_EVDEV) as well.
support" (CONFIG_INPUT_EVDEV) as well.
If unsure, say Y. If unsure, say Y.