diff options
author | Michael Schmitz <schmitz@opal.biophys.uni-duesseldorf.de> | 2007-05-01 16:32:38 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-04 20:59:05 -0400 |
commit | c04cb856e20a8bf68762d60737b84328c1ab5900 (patch) | |
tree | c8046787b2fa708b0a5a0972444bac9df67fadff /drivers/input/mouse/Kconfig | |
parent | 3130d905ba86d5f2636b2f45d5beefe82cb03df6 (diff) |
m68k: Atari keyboard and mouse support.
Atari keyboard and mouse support.
(reformating and Kconfig fixes by Roman Zippel)
Signed-off-by: Michael Schmitz <schmitz@debian.org>
Signed-off-by: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/input/mouse/Kconfig')
-rw-r--r-- | drivers/input/mouse/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/input/mouse/Kconfig b/drivers/input/mouse/Kconfig index 35d998c3e578..b40784a60aa1 100644 --- a/drivers/input/mouse/Kconfig +++ b/drivers/input/mouse/Kconfig | |||
@@ -96,6 +96,17 @@ config MOUSE_AMIGA | |||
96 | To compile this driver as a module, choose M here: the | 96 | To compile this driver as a module, choose M here: the |
97 | module will be called amimouse. | 97 | module will be called amimouse. |
98 | 98 | ||
99 | config MOUSE_ATARI | ||
100 | tristate "Atari mouse" | ||
101 | depends on ATARI | ||
102 | select ATARI_KBD_CORE | ||
103 | help | ||
104 | Say Y here if you have an Atari and want its native mouse | ||
105 | supported by the kernel. | ||
106 | |||
107 | To compile this driver as a module, choose M here: the | ||
108 | module will be called atarimouse. | ||
109 | |||
99 | config MOUSE_RISCPC | 110 | config MOUSE_RISCPC |
100 | tristate "Acorn RiscPC mouse" | 111 | tristate "Acorn RiscPC mouse" |
101 | depends on ARCH_ACORN | 112 | depends on ARCH_ACORN |