#
# Mouse driver configuration
#
config INPUT_MOUSE
	bool "Mice"
	default y
	depends on INPUT
	help
	  Say Y here, and a list of supported mice will be displayed.
	  This option doesn't affect the kernel.

	  If unsure, say Y.

config MOUSE_PS2
	tristate "PS/2 mouse"
	default y
	depends on INPUT && INPUT_MOUSE && SERIO
	---help---
	  Say Y here if you have a PS/2 mouse connected to your system. This
	  includes the standard 2 or 3-button PS/2 mouse, as well as PS/2
	  mice with wheels and extra buttons, Microsoft, Logitech or Genius
	  compatible.

	  If unsure, say Y.

	  This driver is also available as a module ( = code which can be
	  inserted in and removed from the running kernel whenever you want).
	  The module will be called psmouse.o. If you want to compile it as a
	  module, say M here and read <file:Documentation/modules.txt>.

config MOUSE_SERIAL
	tristate "Serial mouse"
	depends on INPUT && INPUT_MOUSE && SERIO
	---help---
	  Say Y here if you have a serial (RS-232, COM port) mouse connected
	  to your system. This includes Sun, MouseSystems, Microsoft,
	  Logitech and all other compatible serial mice.

	  If unsure, say N.

	  This driver is also available as a module ( = code which can be
	  inserted in and removed from the running kernel whenever you want).
	  The module will be called sermouse.o. If you want to compile it as a
	  module, say M here and read <file:Documentation/modules.txt>.

config MOUSE_INPORT
	tristate "InPort/MS/ATIXL busmouse"
	depends on INPUT && INPUT_MOUSE && ISA
	help
	  Say Y here if you have an InPort, Microsoft or ATI XL busmouse.
	  They are rather rare these days.

	  This driver is also available as a module ( = code which can be
	  inserted in and removed from the running kernel whenever you want).
	  The module will be called inport.o. If you want to compile it as a
	  module, say M here and read <file.:Documentation/modules.txt>.

config MOUSE_ATIXL
	bool "ATI XL variant"
	depends on MOUSE_INPORT
	help
	  Say Y here if your mouse is of the ATI XL variety.

config MOUSE_LOGIBM
	tristate "Logitech busmouse"
	depends on INPUT && INPUT_MOUSE && ISA
	help
	  Say Y here if you have a Logitech busmouse.
	  They are rather rare these days.

	  This driver is also available as a module ( = code which can be
	  inserted in and removed from the running kernel whenever you want).
	  The module will be called logibm.o. If you want to compile it as a
	  module, say M here and read <file.:Documentation/modules.txt>.

config MOUSE_PC110PAD
	tristate "IBM PC110 touchpad"
	depends on INPUT && INPUT_MOUSE && ISA
	help
	  Say Y if you have the IBM PC-110 micro-notebook and want its
	  touchpad supported.

	  This driver is also available as a module ( = code which can be
	  inserted in and removed from the running kernel whenever you want).
	  The module will be called pc110pad.o. If you want to compile it as a
	  module, say M here and read <file.:Documentation/modules.txt>.

config MOUSE_MAPLE
	tristate "Maple bus mouse"
	depends on SH_DREAMCAST && INPUT && INPUT_MOUSE && MAPLE
	help
	  Say Y if you have a DreamCast console and a mouse attached to
	  its Maple bus.

	  This driver is also available as a module ( = code which can be
	  inserted in and removed from the running kernel whenever you want).
	  The module will be called maplemouse.o. If you want to compile it as a
	  module, say M here and read <file.:Documentation/modules.txt>.

config MOUSE_AMIGA
	tristate "Amiga mouse"
	depends on AMIGA && INPUT && INPUT_MOUSE
	help
	  Say Y here if you have an Amiga and want its native mouse
	  supported by the kernel.

	  This driver is also available as a module ( = code which can be
	  inserted in and removed from the running kernel whenever you want).
	  The module will be called amimouse.o. If you want to compile it as a
	  module, say M here and read <file.:Documentation/modules.txt>.

config MOUSE_RISCPC
	tristate "Acorn RiscPC mouse"
	depends on ARCH_ACORN && INPUT && INPUT_MOUSE
	help
	  Say Y here if you have the Acorn RiscPC computer and want its
	  native mouse supported.

	  This driver is also available as a module ( = code which can be
	  inserted in and removed from the running kernel whenever you want).
	  The module will be called rpcmouse.o. If you want to compile it as a
	  module, say M here and read <file.:Documentation/modules.txt>.

