aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2006-01-10 02:00:27 -0500
committerDmitry Torokhov <dtor_core@ameritech.net>2006-01-10 02:00:27 -0500
commit94f8d28c47aa425cbcaa4ca7fc7935cd0ddb0151 (patch)
treece0149f7ef4bee2d5207e5f27c9221eb3aa12d87 /drivers/input/keyboard
parente2bd470ec7ebccb338758b5ab1bebf1c7b926b04 (diff)
Input: remove obsolete maple input drivers
These haven't worked in some time, and we've dropped support for the bus from the SH tree until someone shows some interest in maintaining it. Signed-off-by: Paul Mundt <lethal@linux-sh.org> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/keyboard')
-rw-r--r--drivers/input/keyboard/Kconfig10
-rw-r--r--drivers/input/keyboard/Makefile1
2 files changed, 0 insertions, 11 deletions
diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig
index 4a917748fd9f..3b0ac3b43c54 100644
--- a/drivers/input/keyboard/Kconfig
+++ b/drivers/input/keyboard/Kconfig
@@ -143,16 +143,6 @@ config KEYBOARD_SPITZ
143 To compile this driver as a module, choose M here: the 143 To compile this driver as a module, choose M here: the
144 module will be called spitzkbd. 144 module will be called spitzkbd.
145 145
146config KEYBOARD_MAPLE
147 tristate "Maple bus keyboard"
148 depends on SH_DREAMCAST && MAPLE
149 help
150 Say Y here if you have a DreamCast console running Linux and have
151 a keyboard attached to its Maple bus.
152
153 To compile this driver as a module, choose M here: the
154 module will be called maple_keyb.
155
156config KEYBOARD_AMIGA 146config KEYBOARD_AMIGA
157 tristate "Amiga keyboard" 147 tristate "Amiga keyboard"
158 depends on AMIGA 148 depends on AMIGA
diff --git a/drivers/input/keyboard/Makefile b/drivers/input/keyboard/Makefile
index 9ce0b87f2fac..6e0afbb22383 100644
--- a/drivers/input/keyboard/Makefile
+++ b/drivers/input/keyboard/Makefile
@@ -5,7 +5,6 @@
5# Each configuration option enables a list of files. 5# Each configuration option enables a list of files.
6 6
7obj-$(CONFIG_KEYBOARD_ATKBD) += atkbd.o 7obj-$(CONFIG_KEYBOARD_ATKBD) += atkbd.o
8obj-$(CONFIG_KEYBOARD_MAPLE) += maple_keyb.o
9obj-$(CONFIG_KEYBOARD_SUNKBD) += sunkbd.o 8obj-$(CONFIG_KEYBOARD_SUNKBD) += sunkbd.o
10obj-$(CONFIG_KEYBOARD_LKKBD) += lkkbd.o 9obj-$(CONFIG_KEYBOARD_LKKBD) += lkkbd.o
11obj-$(CONFIG_KEYBOARD_XTKBD) += xtkbd.o 10obj-$(CONFIG_KEYBOARD_XTKBD) += xtkbd.o