aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/input/mouse/Kconfig')
-rw-r--r--drivers/input/mouse/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/input/mouse/Kconfig b/drivers/input/mouse/Kconfig
index d0d074457936..81dd8c7211a7 100644
--- a/drivers/input/mouse/Kconfig
+++ b/drivers/input/mouse/Kconfig
@@ -155,6 +155,17 @@ config MOUSE_AMIGA
155 To compile this driver as a module, choose M here: the 155 To compile this driver as a module, choose M here: the
156 module will be called amimouse. 156 module will be called amimouse.
157 157
158config MOUSE_ATARI
159 tristate "Atari mouse"
160 depends on ATARI
161 select ATARI_KBD_CORE
162 help
163 Say Y here if you have an Atari and want its native mouse
164 supported by the kernel.
165
166 To compile this driver as a module, choose M here: the
167 module will be called atarimouse.
168
158config MOUSE_RISCPC 169config MOUSE_RISCPC
159 tristate "Acorn RiscPC mouse" 170 tristate "Acorn RiscPC mouse"
160 depends on ARCH_ACORN 171 depends on ARCH_ACORN