diff options
author | Aaro Koskinen <aaro.koskinen@iki.fi> | 2015-10-01 15:41:40 -0400 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2015-10-15 05:31:59 -0400 |
commit | f27b86dc1ec41ff4b5b580949acfab1f9a08a6a0 (patch) | |
tree | 0f5109e0602517c081c5acb3d51edc2d299b44f4 /drivers/macintosh | |
parent | 4c8123181d692c5b78650ee559f3d970440c9399 (diff) |
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>
Diffstat (limited to 'drivers/macintosh')
-rw-r--r-- | drivers/macintosh/Kconfig | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/macintosh/Kconfig b/drivers/macintosh/Kconfig index 5844b80bd90e..3e8b29e41420 100644 --- a/drivers/macintosh/Kconfig +++ b/drivers/macintosh/Kconfig | |||
@@ -166,9 +166,8 @@ config INPUT_ADBHID | |||
166 | Say Y here if you want to have ADB (Apple Desktop Bus) HID devices | 166 | Say Y here if you want to have ADB (Apple Desktop Bus) HID devices |
167 | such as keyboards, mice, joysticks, trackpads or graphic tablets | 167 | such as keyboards, mice, joysticks, trackpads or graphic tablets |
168 | handled by the input layer. If you say Y here, make sure to say Y to | 168 | handled by the input layer. If you say Y here, make sure to say Y to |
169 | the corresponding drivers "Keyboard support" (CONFIG_INPUT_KEYBDEV), | 169 | the corresponding drivers "Mouse Support" (CONFIG_INPUT_MOUSEDEV) and |
170 | "Mouse Support" (CONFIG_INPUT_MOUSEDEV) and "Event interface | 170 | "Event interface support" (CONFIG_INPUT_EVDEV) as well. |
171 | support" (CONFIG_INPUT_EVDEV) as well. | ||
172 | 171 | ||
173 | If unsure, say Y. | 172 | If unsure, say Y. |
174 | 173 | ||