Skip to content

Commit

Permalink
mac68k: remove dead MAC_ADBKEYCODES
Browse files Browse the repository at this point in the history
It seems, that current kernel source code contains no traces of
MAC_ADBKEYCODES and no reference to keyboard_sends_linux_keycodes any more.

Remove them from configuration files.

Signed-off-by: Stanislav Brabec <[email protected]>
Signed-off-by: Geert Uytterhoeven <[email protected]>
Cc: Roman Zippel <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
stanislav-brabec authored and Linus Torvalds committed Feb 5, 2008
1 parent 57dfee7 commit 7e02dbf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
14 changes: 0 additions & 14 deletions arch/m68k/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -577,20 +577,6 @@ config MAC_HID
depends on INPUT_ADBHID
default y

config MAC_ADBKEYCODES
bool "Support for ADB raw keycodes"
depends on INPUT_ADBHID
help
This provides support for sending raw ADB keycodes to console
devices. This is the default up to 2.4.0, but in future this may be
phased out in favor of generic Linux keycodes. If you say Y here,
you can dynamically switch via the
/proc/sys/dev/mac_hid/keyboard_sends_linux_keycodes
sysctl and with the "keyboard_sends_linux_keycodes=" kernel
argument.

If unsure, say Y here.

config ADB_KEYBOARD
bool "Support for ADB keyboard (old driver)"
depends on MAC && !INPUT_ADBHID
Expand Down
1 change: 0 additions & 1 deletion arch/m68k/configs/mac_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,6 @@ CONFIG_LOGO_MAC_CLUT224=y
#
CONFIG_MAC_SCC=y
CONFIG_MAC_HID=y
CONFIG_MAC_ADBKEYCODES=y
CONFIG_SERIAL_CONSOLE=y

#
Expand Down

0 comments on commit 7e02dbf

Please sign in to comment.