diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-07-17 15:16:30 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-20 20:24:40 -0400 |
commit | 62bc654e794feb5242c31a59dcc36bab64f7d917 (patch) | |
tree | 81522ef54b3e2e61cb73ccc8149863ee75d3b9a7 /arch/m68k | |
parent | 635c0a217425f6f37422b85bcc88a7af9efc457c (diff) |
m68k/Mac: remove the unused ADB_KEYBOARD option
When the driver was removed back in 2002 the option was forgotten.
Reported-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/m68k')
-rw-r--r-- | arch/m68k/Kconfig | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/m68k/Kconfig b/arch/m68k/Kconfig index 55ea52fe6aca..8012ff7d7513 100644 --- a/arch/m68k/Kconfig +++ b/arch/m68k/Kconfig | |||
@@ -578,18 +578,6 @@ config MAC_HID | |||
578 | depends on INPUT_ADBHID | 578 | depends on INPUT_ADBHID |
579 | default y | 579 | default y |
580 | 580 | ||
581 | config ADB_KEYBOARD | ||
582 | bool "Support for ADB keyboard (old driver)" | ||
583 | depends on MAC && !INPUT_ADBHID | ||
584 | help | ||
585 | This option allows you to use an ADB keyboard attached to your | ||
586 | machine. Note that this disables any other (ie. PS/2) keyboard | ||
587 | support, even if your machine is physically capable of using both at | ||
588 | the same time. | ||
589 | |||
590 | If you use an ADB keyboard (4 pin connector), say Y here. | ||
591 | If you use a PS/2 keyboard (6 pin connector), say N here. | ||
592 | |||
593 | config HPDCA | 581 | config HPDCA |
594 | tristate "HP DCA serial support" | 582 | tristate "HP DCA serial support" |
595 | depends on DIO && SERIAL_8250 | 583 | depends on DIO && SERIAL_8250 |