aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/Kconfig
diff options
context:
space:
mode:
authorAdrian McMenamin <lkmladrian@gmail.com>2007-10-12 20:36:13 -0400
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2007-10-12 20:36:13 -0400
commitb11d2127c4893a7315d1e16273bc8560049fa3ca (patch)
tree30b7e1357475ba772541e80cd3d995395af23631 /drivers/input/keyboard/Kconfig
parent9360353f4aa40688eef4c71e4688411490727e40 (diff)
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
274 To compile this driver as a module, choose M here: the 274 To compile this driver as a module, choose M here: the
275 module will be called gpio-keys. 275 module will be called gpio-keys.
276 276
277config KEYBOARD_MAPLE
278 tristate "Maple bus keyboard"
279 depends on SH_DREAMCAST && MAPLE
280 help
281 Say Y here if you have a Dreamcast console running Linux and have
282 a keyboard attached to its Maple bus.
283
284 To compile this driver as a module, choose M here: the
285 module will be called maple_keyb.
286
277endif 287endif