aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/joystick/Kconfig
diff options
context:
space:
mode:
authorAdrian McMenamin <adrian@newgolddream.dyndns.info>2008-12-30 03:53:54 -0500
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2008-12-30 03:58:05 -0500
commit01461d7e65a6e3f92fd73ce4651e5f78a0a5990c (patch)
tree2cf4f543bdccd189314f1d2a8b0cd072023e4036 /drivers/input/joystick/Kconfig
parent2a3ec3265741c3b2a7ebbd1b33f538e5a5583c48 (diff)
Input: add support for Maple controller as a joystick
Add support for the SEGA Dreamcast Maple controller as a joystick Signed-off-by: Adrian McMenamin <adrian@mcmen.demon.co.uk> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/joystick/Kconfig')
-rw-r--r--drivers/input/joystick/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/input/joystick/Kconfig b/drivers/input/joystick/Kconfig
index 268dd3fef0ab..b11419590cfe 100644
--- a/drivers/input/joystick/Kconfig
+++ b/drivers/input/joystick/Kconfig
@@ -306,4 +306,16 @@ config JOYSTICK_WALKERA0701
306 To compile this driver as a module, choose M here: the 306 To compile this driver as a module, choose M here: the
307 module will be called walkera0701. 307 module will be called walkera0701.
308 308
309config JOYSTICK_MAPLE
310 tristate "Dreamcast control pad"
311 depends on MAPLE
312 help
313 Say Y here if you have a SEGA Dreamcast and want to use your
314 controller as a joystick.
315
316 Most Dreamcast users will say Y.
317
318 To compile this as a module choose M here: the module will be called
319 maplecontrol.
320
309endif 321endif