If unsure, say Y.
- config MOUSE_INPORT
- tristate "InPort/MS/ATIXL busmouse"
- depends on ISA
- help
- Say Y here if you have an InPort, Microsoft or ATI XL busmouse.
- They are rather rare these days.
-
- To compile this driver as a module, choose M here: the
- module will be called inport.
-
- 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"
-config MOUSE_PC110PAD
- tristate "IBM PC110 touchpad"
-- depends on ISA
-- help
- Say Y here if you have a Logitech busmouse.
- They are rather rare these days.
- Say Y if you have the IBM PC-110 micro-notebook and want its
- touchpad supported.
--
-- To compile this driver as a module, choose M here: the
- module will be called logibm.
- module will be called pc110pad.
--
config MOUSE_AMIGA
tristate "Amiga mouse"
depends on AMIGA
obj-$(CONFIG_MOUSE_CYAPA) += cyapatp.o
obj-$(CONFIG_MOUSE_ELAN_I2C) += elan_i2c.o
obj-$(CONFIG_MOUSE_GPIO) += gpio_mouse.o
- obj-$(CONFIG_MOUSE_INPORT) += inport.o
- obj-$(CONFIG_MOUSE_LOGIBM) += logibm.o
obj-$(CONFIG_MOUSE_MAPLE) += maplemouse.o
-obj-$(CONFIG_MOUSE_PC110PAD) += pc110pad.o
obj-$(CONFIG_MOUSE_PS2) += psmouse.o
obj-$(CONFIG_MOUSE_RISCPC) += rpcmouse.o
obj-$(CONFIG_MOUSE_SERIAL) += sermouse.o