X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Finput%2Fmouse%2FKconfig;h=35d998c3e578a7194900c7e76567781ef32103b9;hb=refs%2Fheads%2Fvserver;hp=17db090dc6f6e0eefa18b8de2a81fc2bac8954a8;hpb=5273a3df6485dc2ad6aa7ddd441b9a21970f003b;p=linux-2.6.git diff --git a/drivers/input/mouse/Kconfig b/drivers/input/mouse/Kconfig index 17db090dc..35d998c3e 100644 --- a/drivers/input/mouse/Kconfig +++ b/drivers/input/mouse/Kconfig @@ -1,22 +1,23 @@ # # Mouse driver configuration # -config INPUT_MOUSE - bool "Mice" +menuconfig INPUT_MOUSE + bool "Mouse" 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. +if INPUT_MOUSE + config MOUSE_PS2 tristate "PS/2 mouse" default y - depends on INPUT && INPUT_MOUSE select SERIO - select SERIO_I8042 if PC + select SERIO_LIBPS2 + select SERIO_I8042 if X86_PC select SERIO_GSCPS2 if GSC ---help--- Say Y here if you have a PS/2 mouse connected to your system. This @@ -26,12 +27,10 @@ config MOUSE_PS2 Synaptics TouchPad users might be interested in a specialized XFree86 driver at: - http://w1.894.telia.com/~u89404340/touchpad/index.html - and a new verion of GPM at: - http://www.geocities.com/dt_or/gpm/gpm.html + + and a new version of GPM at: + to take advantage of the advanced features of the touchpad. - If you do not want install specialized drivers but want tapping - working please use option psmouse.proto=imps. If unsure, say Y. @@ -40,7 +39,6 @@ config MOUSE_PS2 config MOUSE_SERIAL tristate "Serial mouse" - depends on INPUT && INPUT_MOUSE select SERIO ---help--- Say Y here if you have a serial (RS-232, COM port) mouse connected @@ -54,7 +52,7 @@ config MOUSE_SERIAL config MOUSE_INPORT tristate "InPort/MS/ATIXL busmouse" - depends on INPUT && INPUT_MOUSE && ISA + depends on ISA help Say Y here if you have an InPort, Microsoft or ATI XL busmouse. They are rather rare these days. @@ -70,7 +68,7 @@ config MOUSE_ATIXL config MOUSE_LOGIBM tristate "Logitech busmouse" - depends on INPUT && INPUT_MOUSE && ISA + depends on ISA help Say Y here if you have a Logitech busmouse. They are rather rare these days. @@ -80,7 +78,7 @@ config MOUSE_LOGIBM config MOUSE_PC110PAD tristate "IBM PC110 touchpad" - depends on INPUT && INPUT_MOUSE && ISA + depends on ISA help Say Y if you have the IBM PC-110 micro-notebook and want its touchpad supported. @@ -88,19 +86,9 @@ config MOUSE_PC110PAD To compile this driver as a module, choose M here: the module will be called pc110pad. -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. - - To compile this driver as a module, choose M here: the - module will be called maplemouse. - config MOUSE_AMIGA tristate "Amiga mouse" - depends on AMIGA && INPUT && INPUT_MOUSE + depends on AMIGA help Say Y here if you have an Amiga and want its native mouse supported by the kernel. @@ -110,7 +98,7 @@ config MOUSE_AMIGA config MOUSE_RISCPC tristate "Acorn RiscPC mouse" - depends on ARCH_ACORN && INPUT && INPUT_MOUSE + depends on ARCH_ACORN help Say Y here if you have the Acorn RiscPC computer and want its native mouse supported. @@ -120,24 +108,21 @@ config MOUSE_RISCPC config MOUSE_VSXXXAA tristate "DEC VSXXX-AA/GA mouse and VSXXX-AB tablet" - depends on INPUT && INPUT_MOUSE select SERIO help Say Y (or M) if you want to use a DEC VSXXX-AA (hockey puck) or a VSXXX-GA (rectangular) mouse. Theses mice are typically used on DECstations or VAXstations, but can also be used on any box capable of RS232 (with some adaptor - described in the source file). This driver should, in theory, - also work with the digitizer DEC produced, but it isn't tested - with that (I don't have the hardware yet). - -config MOUSE_PC9800 - tristate "NEC PC-9800 busmouse" - depends on X86_PC9800 && INPUT && INPUT_MOUSE && ISA + described in the source file). This driver also works with the + digitizer (VSXXX-AB) DEC produced. + +config MOUSE_HIL + tristate "HIL pointers (mice etc)." + depends on GSC || HP300 + select HP_SDC + select HIL_MLC help - Say Y here if you have NEC PC-9801/PC-9821 computer and want its - native mouse supported. - - To compile this driver as a module, choose M here: the - module will be called 98busmouse. + Say Y here to support HIL pointers. +endif