LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH 1/3] input: support maple mouse on Dreamcast
@ 2008-02-24 13:47 Adrian McMenamin
  2008-02-24 13:49 ` [PATCH 2/3] " Adrian McMenamin
  0 siblings, 1 reply; 3+ messages in thread
From: Adrian McMenamin @ 2008-02-24 13:47 UTC (permalink / raw)
  To: Paul Mundt, Dmitry Torokhov; +Cc: linux-sh, LKML

input: support maple mouse on Dreamcast

Signed-off-by: Adrian McMenamin <adrian@mcmen.demon.co.uk>
---

diff --git a/drivers/input/mouse/Kconfig b/drivers/input/mouse/Kconfig
index 7bbea09..d171336 100644
--- a/drivers/input/mouse/Kconfig
+++ b/drivers/input/mouse/Kconfig
@@ -232,4 +232,16 @@ config MOUSE_GPIO
 	  To compile this driver as a module, choose M here: the
 	  module will be called gpio_mouse.
 
+config MOUSE_MAPLE
+	tristate "Dreamcast mouse"
+	depends on SH_DREAMCAST
+	select MAPLE
+	help
+	  This driver supports the Maple bus mouse on a SEGA Dreamcast.
+
+	  Most Dreamcast users (with a mouse) will want to say Y here.
+
+	  To compile this driver as a module, choose M here: the
+	  module will be called maplemouse.
+
 endif


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-02-24 13:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-24 13:47 [PATCH 1/3] input: support maple mouse on Dreamcast Adrian McMenamin
2008-02-24 13:49 ` [PATCH 2/3] " Adrian McMenamin
2008-02-24 13:51   ` [PATCH 3/3] " Adrian McMenamin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).