diff options
author | Stanislav Brabec <sbrabec@suse.cz> | 2008-02-05 01:30:30 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-05 12:44:24 -0500 |
commit | 7e02dbf7249b1eadeb8b225f1af98701cd1320cc (patch) | |
tree | 131f5ecedd8dbd07db4da99ef3dc68ae36e177e7 /arch/m68k | |
parent | 57dfee7c3f1fcac24e986b69bdfdccc8ea025813 (diff) |
mac68k: remove dead MAC_ADBKEYCODES
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 <sbrabec@suse.cz>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/m68k')
-rw-r--r-- | arch/m68k/Kconfig | 14 | ||||
-rw-r--r-- | arch/m68k/configs/mac_defconfig | 1 |
2 files changed, 0 insertions, 15 deletions
diff --git a/arch/m68k/Kconfig b/arch/m68k/Kconfig index 8236e42ef711..ffabd01c45eb 100644 --- a/arch/m68k/Kconfig +++ b/arch/m68k/Kconfig | |||
@@ -577,20 +577,6 @@ config MAC_HID | |||
577 | depends on INPUT_ADBHID | 577 | depends on INPUT_ADBHID |
578 | default y | 578 | default y |
579 | 579 | ||
580 | config MAC_ADBKEYCODES | ||
581 | bool "Support for ADB raw keycodes" | ||
582 | depends on INPUT_ADBHID | ||
583 | help | ||
584 | This provides support for sending raw ADB keycodes to console | ||
585 | devices. This is the default up to 2.4.0, but in future this may be | ||
586 | phased out in favor of generic Linux keycodes. If you say Y here, | ||
587 | you can dynamically switch via the | ||
588 | /proc/sys/dev/mac_hid/keyboard_sends_linux_keycodes | ||
589 | sysctl and with the "keyboard_sends_linux_keycodes=" kernel | ||
590 | argument. | ||
591 | |||
592 | If unsure, say Y here. | ||
593 | |||
594 | config ADB_KEYBOARD | 580 | config ADB_KEYBOARD |
595 | bool "Support for ADB keyboard (old driver)" | 581 | bool "Support for ADB keyboard (old driver)" |
596 | depends on MAC && !INPUT_ADBHID | 582 | depends on MAC && !INPUT_ADBHID |
diff --git a/arch/m68k/configs/mac_defconfig b/arch/m68k/configs/mac_defconfig index 15b80abfe94a..ff9dffa5b860 100644 --- a/arch/m68k/configs/mac_defconfig +++ b/arch/m68k/configs/mac_defconfig | |||
@@ -678,7 +678,6 @@ CONFIG_LOGO_MAC_CLUT224=y | |||
678 | # | 678 | # |
679 | CONFIG_MAC_SCC=y | 679 | CONFIG_MAC_SCC=y |
680 | CONFIG_MAC_HID=y | 680 | CONFIG_MAC_HID=y |
681 | CONFIG_MAC_ADBKEYCODES=y | ||
682 | CONFIG_SERIAL_CONSOLE=y | 681 | CONFIG_SERIAL_CONSOLE=y |
683 | 682 | ||
684 | # | 683 | # |