Skip to content

Commit

Permalink
drivers/macintosh: adb: fix misleading Kconfig help text
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Aaro Koskinen authored and Michael Ellerman committed Oct 15, 2015
1 parent 4c81231 commit f27b86d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions drivers/macintosh/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit f27b86d

Please sign in to comment.