summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/Kconfig
diff options
context:
space:
mode:
authorAdrian McMenamin <lkmladrian@gmail.com>2007-10-13 02:36:13 +0200
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2007-10-13 02:36:13 +0200
commitb11d2127c4893a7315d1e16273bc8560049fa3ca (patch)
tree30b7e1357475ba772541e80cd3d995395af23631 /drivers/input/keyboard/Kconfig
parentInput: omap-keyboard - don't pretend we support changing keymap (diff)
downloadlinux-b11d2127c4893a7315d1e16273bc8560049fa3ca.tar.xz
linux-b11d2127c4893a7315d1e16273bc8560049fa3ca.zip
Input: add support for SEGA Dreamcast keyboard
Signed-off by: Adrian McMenamin <adrian@mcmen.demon.co.uk> Acked-by: Arjan van de Ven <arjan@linux.intel.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/keyboard/Kconfig')
-rw-r--r--drivers/input/keyboard/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig
index 18303f2bbafd..f6f79e880b20 100644
--- a/drivers/input/keyboard/Kconfig
+++ b/drivers/input/keyboard/Kconfig
@@ -274,4 +274,14 @@ config KEYBOARD_GPIO
To compile this driver as a module, choose M here: the
module will be called gpio-keys.
+config KEYBOARD_MAPLE
+ tristate "Maple bus keyboard"
+ depends on SH_DREAMCAST && MAPLE
+ help
+ Say Y here if you have a Dreamcast console running Linux and have
+ a keyboard attached to its Maple bus.
+
+ To compile this driver as a module, choose M here: the
+ module will be called maple_keyb.
+
endif