diff options
| author | Rusty Russell <rusty@rustcorp.com.au> | 2003-09-24 06:32:51 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.osdl.org> | 2003-09-24 06:32:51 -0700 |
| commit | 77215b89b5116755cf5283e9560f3e19bcb09511 (patch) | |
| tree | b770bda15570a1ff2ff3aeff3cb902f76b8116ab /drivers/input/mouse | |
| parent | 7bc26fada41338caf7ff83732e137c0c967e06df (diff) | |
[PATCH] Kconfig fixes for modules.txt
Kconfig cleanup megapatch from Nicolas Kaiser <nikai@nikai.net>.
modules.txt no longer exists, and the common wording used to refer to
it sucks. This is all by Nicolas Kaiser's: at Randy and Matthew's
request, "say M" changed to "choose M" (more sense for graphical front
ends, too).
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 a6b481994163..7c5102f4f40d 100644 --- a/drivers/input/mouse/Kconfig +++ b/drivers/input/mouse/Kconfig @@ -25,10 +25,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_SERIAL tristate "Serial mouse" @@ -40,10 +38,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" @@ -52,10 +48,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" @@ -70,10 +64,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" @@ -82,10 +74,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" @@ -94,10 +84,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" @@ -106,10 +94,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" @@ -118,10 +104,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" @@ -130,8 +114,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. |
