diff options
| author | Linus Torvalds <torvalds@home.osdl.org> | 2003-09-24 06:39:24 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.osdl.org> | 2003-09-24 06:39:24 -0700 |
| commit | 176c145129e137fdcbd1fd3fcdb2455b34d071fc (patch) | |
| tree | 6feba4aadc9d25ccd7d8e93d24ba318d35e98954 /drivers/input/mouse | |
| parent | 722c4748c39cab91a9acd512ae4de46d0401a53d (diff) | |
| parent | 77215b89b5116755cf5283e9560f3e19bcb09511 (diff) | |
Manual merge of Kconfig file module comments
Diffstat (limited to 'drivers/input/mouse')
| -rw-r--r-- | drivers/input/mouse/Kconfig | 54 |
1 files changed, 18 insertions, 36 deletions
diff --git a/drivers/input/mouse/Kconfig b/drivers/input/mouse/Kconfig index 25bb551723e2..c0da37c36d28 100644 --- a/drivers/input/mouse/Kconfig +++ b/drivers/input/mouse/Kconfig @@ -24,10 +24,8 @@ config MOUSE_PS2 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. If you want to compile it as a - module, say M here and read <file:Documentation/modules.txt>. + To compile this driver as a module, choose M here: the + module will be called psmouse. config MOUSE_PS2_SYNAPTICS bool "Synaptics TouchPad" @@ -56,10 +54,8 @@ config MOUSE_SERIAL 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. If you want to compile it as a - module, say M here and read <file:Documentation/modules.txt>. + To compile this driver as a module, choose M here: the + module will be called sermouse. config MOUSE_INPORT tristate "InPort/MS/ATIXL busmouse" @@ -68,10 +64,8 @@ config MOUSE_INPORT 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. If you want to compile it as a - module, say M here and read <file.:Documentation/modules.txt>. + To compile this driver as a module, choose M here: the + module will be called inport. config MOUSE_ATIXL bool "ATI XL variant" @@ -86,10 +80,8 @@ config MOUSE_LOGIBM 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. If you want to compile it as a - module, say M here and read <file.:Documentation/modules.txt>. + To compile this driver as a module, choose M here: the + module will be called logibm. config MOUSE_PC110PAD tristate "IBM PC110 touchpad" @@ -98,10 +90,8 @@ config MOUSE_PC110PAD 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. If you want to compile it as a - module, say M here and read <file.:Documentation/modules.txt>. + To compile this driver as a module, choose M here: the + module will be called pc110pad. config MOUSE_MAPLE tristate "Maple bus mouse" @@ -110,10 +100,8 @@ config MOUSE_MAPLE 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. If you want to compile it as a - module, say M here and read <file.:Documentation/modules.txt>. + To compile this driver as a module, choose M here: the + module will be called maplemouse. config MOUSE_AMIGA tristate "Amiga mouse" @@ -122,10 +110,8 @@ config MOUSE_AMIGA 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. If you want to compile it as a - module, say M here and read <file.:Documentation/modules.txt>. + To compile this driver as a module, choose M here: the + module will be called amimouse. config MOUSE_RISCPC tristate "Acorn RiscPC mouse" @@ -134,10 +120,8 @@ config MOUSE_RISCPC 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. If you want to compile it as a - module, say M here and read <file.:Documentation/modules.txt>. + To compile this driver as a module, choose M here: the + module will be called rpcmouse. config MOUSE_PC9800 tristate "NEC PC-9800 busmouse" @@ -146,8 +130,6 @@ config MOUSE_PC9800 Say Y here if you have NEC PC-9801/PC-9821 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 logibm.o. If you want to compile it as a - module, say M here and read <file.:Documentation/modules.txt>. + To compile this driver as a module, choose M here: the + module will be called 98busmouse. |
