]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
drivers/macintosh: adb: fix misleading Kconfig help text
authorAaro Koskinen <aaro.koskinen@iki.fi>
Thu, 1 Oct 2015 19:41:40 +0000 (22:41 +0300)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 15 Oct 2015 09:31:59 +0000 (20:31 +1100)
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>
drivers/macintosh/Kconfig

index 5844b80bd90e71f4f6956b5cfd97f0a8b7867c91..3e8b29e41420e81615f873f135a92a2bd88b908d 100644 (file)
@@ -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.