summaryrefslogtreecommitdiff
path: root/drivers/input
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2003-02-09 03:03:12 -0800
committerLinus Torvalds <torvalds@home.transmeta.com>2003-02-09 03:03:12 -0800
commitb7517d198bc883106400f220b3cc5d0a548dde44 (patch)
treed1f271d170cfc474db7e2ed20d5af01c30f80b58 /drivers/input
parentf1a15652a2034b0b6da86209055c6828dd342716 (diff)
[PATCH] Change all <module>.o to .ko in Kconfig files
From: GertJan Spoelman <kl@gjs.cc> OK, here is a new patch, I edited the old patch and took out the .ko's so now the extension is trimmed instead.
Diffstat (limited to 'drivers/input')
-rw-r--r--drivers/input/Kconfig12
-rw-r--r--drivers/input/gameport/Kconfig10
-rw-r--r--drivers/input/joystick/Kconfig44
-rw-r--r--drivers/input/joystick/iforce/Kconfig2
-rw-r--r--drivers/input/keyboard/Kconfig12
-rw-r--r--drivers/input/misc/Kconfig6
-rw-r--r--drivers/input/mouse/Kconfig16
-rw-r--r--drivers/input/serio/Kconfig12
-rw-r--r--drivers/input/touchscreen/Kconfig4
9 files changed, 59 insertions, 59 deletions
diff --git a/drivers/input/Kconfig b/drivers/input/Kconfig
index 51c4d0300f6a..7e6fcccb6d54 100644
--- a/drivers/input/Kconfig
+++ b/drivers/input/Kconfig
@@ -21,7 +21,7 @@ config INPUT
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 input.o. If you want to compile it as a
+ The module will be called input. If you want to compile it as a
module, say M here and read <file:Documentation/modules.txt>.
comment "Userland interfaces"
@@ -41,7 +41,7 @@ config INPUT_MOUSEDEV
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 mousedev.o. If you want to compile it as
+ The module will be called mousedev. If you want to compile it as
a module, say M here and read <file:Documentation/modules.txt>.
config INPUT_MOUSEDEV_PSAUX
@@ -82,7 +82,7 @@ config INPUT_JOYDEV
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 joydev.o. If you want to compile it as a
+ The module will be called joydev. If you want to compile it as a
module, say M here and read <file:Documentation/modules.txt>.
config INPUT_TSDEV
@@ -97,7 +97,7 @@ config INPUT_TSDEV
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 tsdev.o. If you want to compile it as a
+ The module will be called tsdev. If you want to compile it as a
module, say M here and read <file:Documentation/modules.txt>.
config INPUT_TSDEV_SCREEN_X
@@ -119,7 +119,7 @@ config INPUT_EVDEV
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 evdev.o. If you want to compile it as a
+ The module will be called evdev. If you want to compile it as a
module, say M here and read <file:Documentation/modules.txt>.
config INPUT_EVBUG
@@ -136,7 +136,7 @@ config INPUT_EVBUG
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 joydev.o. If you want to compile it as a
+ The module will be called joydev. If you want to compile it as a
module, say M here and read <file:Documentation/modules.txt>.
comment "Input I/O drivers"
diff --git a/drivers/input/gameport/Kconfig b/drivers/input/gameport/Kconfig
index 15398e3d219a..d7beafd0a43f 100644
--- a/drivers/input/gameport/Kconfig
+++ b/drivers/input/gameport/Kconfig
@@ -18,7 +18,7 @@ config GAMEPORT
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 gameport.o. If you want to compile it as
+ The module will be called gameport. If you want to compile it as
a module, say M here and read <file:Documentation/modules.txt>.
config SOUND_GAMEPORT
@@ -36,7 +36,7 @@ config GAMEPORT_NS558
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 ns558.o. If you want to compile it as a
+ The module will be called ns558. If you want to compile it as a
module, say M here and read <file:Documentation/modules.txt>.
config GAMEPORT_L4
@@ -47,7 +47,7 @@ config GAMEPORT_L4
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 lightning.o. If you want to compile it as
+ The module will be called lightning. If you want to compile it as
a module, say M here and read <file:Documentation/modules.txt>.
config GAMEPORT_EMU10K1
@@ -59,7 +59,7 @@ config GAMEPORT_EMU10K1
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 emu10k1-gp.o. If you want to compile it as
+ The module will be called emu10k1-gp. If you want to compile it as
a module, say M here and read <file:Documentation/modules.txt>.
config GAMEPORT_VORTEX
@@ -71,7 +71,7 @@ config GAMEPORT_VORTEX
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 vortex.o. If you want to compile it as a
+ The module will be called vortex. If you want to compile it as a
module, say M here and read <file:Documentation/modules.txt>.
config GAMEPORT_FM801
diff --git a/drivers/input/joystick/Kconfig b/drivers/input/joystick/Kconfig
index 29beebccdd18..8c3561a26068 100644
--- a/drivers/input/joystick/Kconfig
+++ b/drivers/input/joystick/Kconfig
@@ -29,7 +29,7 @@ config JOYSTICK_ANALOG
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 analog.o. If you want to compile it as a
+ The module will be called analog. If you want to compile it as a
module, say M here and read <file:Documentation/modules.txt>.
config JOYSTICK_A3D
@@ -41,7 +41,7 @@ config JOYSTICK_A3D
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 a3d.o. If you want to compile it as a
+ The module will be called a3d. If you want to compile it as a
module, say M here and read <file:Documentation/modules.txt>.
config JOYSTICK_ADI
@@ -53,7 +53,7 @@ config JOYSTICK_ADI
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 adi.o. If you want to compile it as a
+ The module will be called adi. If you want to compile it as a
module, say M here and read <file:Documentation/modules.txt>.
config JOYSTICK_COBRA
@@ -64,7 +64,7 @@ config JOYSTICK_COBRA
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 cobra.o. If you want to compile it as a
+ The module will be called cobra. If you want to compile it as a
module, say M here and read <file:Documentation/modules.txt>.
config JOYSTICK_GF2K
@@ -76,7 +76,7 @@ config JOYSTICK_GF2K
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 gf2k.o. If you want to compile it as a
+ The module will be called gf2k. If you want to compile it as a
module, say M here and read <file:Documentation/modules.txt>.
config JOYSTICK_GRIP
@@ -88,7 +88,7 @@ config JOYSTICK_GRIP
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 grip.o. If you want to compile it as a
+ The module will be called grip. If you want to compile it as a
module, say M here and read <file:Documentation/modules.txt>.
config JOYSTICK_GRIP_MP
@@ -100,7 +100,7 @@ config JOYSTICK_GRIP_MP
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 grip_mp.o. If you want to compile it as a
+ The module will be called grip_mp. If you want to compile it as a
module, say M here and read <file:Documentation/modules.txt>.
config JOYSTICK_GUILLEMOT
@@ -112,7 +112,7 @@ config JOYSTICK_GUILLEMOT
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 guillemot.o. If you want to compile it as a
+ The module will be called guillemot. If you want to compile it as a
module, say M here and read <file:Documentation/modules.txt>.
config JOYSTICK_INTERACT
@@ -124,7 +124,7 @@ config JOYSTICK_INTERACT
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 interact.o. If you want to compile it as
+ The module will be called interact. If you want to compile it as
a module, say M here and read <file:Documentation/modules.txt>.
config JOYSTICK_SIDEWINDER
@@ -136,7 +136,7 @@ config JOYSTICK_SIDEWINDER
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 sidewinder.o. If you want to compile it
+ The module will be called sidewinder. If you want to compile it
as a module, say M here and read <file:Documentation/modules.txt>.
config JOYSTICK_TMDC
@@ -148,7 +148,7 @@ config JOYSTICK_TMDC
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 tmdc.o. If you want to compile it as a
+ The module will be called tmdc. If you want to compile it as a
module, say M here and read <file:Documentation/modules.txt>.
source "drivers/input/joystick/iforce/Kconfig"
@@ -162,7 +162,7 @@ config JOYSTICK_WARRIOR
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 warrior.o. If you want to compile it as a
+ The module will be called warrior. If you want to compile it as a
module, say M here and read <file:Documentation/modules.txt>.
config JOYSTICK_MAGELLAN
@@ -174,7 +174,7 @@ config JOYSTICK_MAGELLAN
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 magellan.o. If you want to compile it as
+ The module will be called magellan. If you want to compile it as
a module, say M here and read <file:Documentation/modules.txt>.
config JOYSTICK_SPACEORB
@@ -186,7 +186,7 @@ config JOYSTICK_SPACEORB
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 spaceorb.o. If you want to compile it as
+ The module will be called spaceorb. If you want to compile it as
a module, say M here and read <file:Documentation/modules.txt>.
config JOYSTICK_SPACEBALL
@@ -199,7 +199,7 @@ config JOYSTICK_SPACEBALL
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 spaceball.o. If you want to compile it as
+ The module will be called spaceball. If you want to compile it as
a module, say M here and read <file:Documentation/modules.txt>.
config JOYSTICK_STINGER
@@ -211,7 +211,7 @@ config JOYSTICK_STINGER
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 stinger.o. If you want to compile it as a
+ The module will be called stinger. If you want to compile it as a
module, say M here and read <file:Documentation/modules.txt>.
config JOYSTICK_TWIDDLER
@@ -223,7 +223,7 @@ config JOYSTICK_TWIDDLER
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 twidjoy.o. If you want to compile it as a
+ The module will be called twidjoy. If you want to compile it as a
module, say M here and read <file:Documentation/modules.txt>.
config JOYSTICK_DB9
@@ -238,7 +238,7 @@ config JOYSTICK_DB9
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 db9.o. If you want to compile it as a
+ The module will be called db9. If you want to compile it as a
module, say M here and read <file:Documentation/modules.txt>.
config JOYSTICK_GAMECON
@@ -254,7 +254,7 @@ config JOYSTICK_GAMECON
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 gamecon.o. If you want to compile it as a
+ The module will be called gamecon. If you want to compile it as a
module, say M here and read <file:Documentation/modules.txt>.
config JOYSTICK_TURBOGRAFX
@@ -268,7 +268,7 @@ config JOYSTICK_TURBOGRAFX
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 turbografx.o. If you want to compile it
+ The module will be called turbografx. If you want to compile it
as a module, say M here and read <file:Documentation/modules.txt>.
config JOYSTICK_AMIGA
@@ -280,7 +280,7 @@ config JOYSTICK_AMIGA
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 amijoy.o. If you want to compile it as
+ The module will be called amijoy. If you want to compile it as
a module, say M here and read <file:Documentation/modules.txt>.
config INPUT_JOYDUMP
@@ -293,6 +293,6 @@ config INPUT_JOYDUMP
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 joydump.o. If you want to compile it as
+ The module will be called joydump. If you want to compile it as
a module, say M here and read <file:Documentation/modules.txt>.
diff --git a/drivers/input/joystick/iforce/Kconfig b/drivers/input/joystick/iforce/Kconfig
index 7e7457ceb137..c0143823c073 100644
--- a/drivers/input/joystick/iforce/Kconfig
+++ b/drivers/input/joystick/iforce/Kconfig
@@ -11,7 +11,7 @@ config JOYSTICK_IFORCE
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 iforce.o. If you want to compile it as a
+ The module will be called iforce. If you want to compile it as a
module, say M here and read <file:Documentation/modules.txt>.
config JOYSTICK_IFORCE_USB
diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig
index bb6e74235a7c..de31b9cc99f7 100644
--- a/drivers/input/keyboard/Kconfig
+++ b/drivers/input/keyboard/Kconfig
@@ -25,7 +25,7 @@ config KEYBOARD_ATKBD
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 atkbd.o. If you want to compile it as a
+ The module will be called atkbd. If you want to compile it as a
module, say M here and read <file:Documentation/modules.txt>.
config KEYBOARD_SUNKBD
@@ -38,7 +38,7 @@ config KEYBOARD_SUNKBD
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 sunkbd.o. If you want to compile it as a
+ The module will be called sunkbd. If you want to compile it as a
module, say M here and read <file:Documentation/modules.txt>.
config KEYBOARD_XTKBD
@@ -52,7 +52,7 @@ config KEYBOARD_XTKBD
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 xtkbd.o. If you want to compile it as a
+ The module will be called xtkbd. If you want to compile it as a
module, say M here and read <file:Documentation/modules.txt>.
config KEYBOARD_NEWTON
@@ -63,7 +63,7 @@ config KEYBOARD_NEWTON
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 maple_keyb.o. If you want to compile it as a
+ The module will be called maple_keyb. If you want to compile it as a
module, say M here and read <file:Documentation/modules.txt>.
config KEYBOARD_MAPLE
@@ -75,7 +75,7 @@ config KEYBOARD_MAPLE
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 maple_keyb.o. If you want to compile it as a
+ The module will be called maple_keyb. If you want to compile it as a
module, say M here and read <file:Documentation/modules.txt>.
config KEYBOARD_AMIGA
@@ -87,6 +87,6 @@ config KEYBOARD_AMIGA
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 amikbd.o. If you want to compile it as a
+ The module will be called amikbd. If you want to compile it as a
module, say M here and read <file:Documentation/modules.txt>.
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig
index 85f0aa028e41..9f2772a32d69 100644
--- a/drivers/input/misc/Kconfig
+++ b/drivers/input/misc/Kconfig
@@ -23,7 +23,7 @@ config INPUT_PCSPKR
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 pcspkr.o. If you want to compile it as a
+ The module will be called pcspkr. If you want to compile it as a
module, say M here and read <file:Documentation/modules.txt>.
config INPUT_SPARCSPKR
@@ -37,7 +37,7 @@ config INPUT_SPARCSPKR
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 pcspkr.o. If you want to compile it as a
+ The module will be called pcspkr. If you want to compile it as a
module, say M here and read <file:Documentation/modules.txt>.
config INPUT_M68K_BEEP
@@ -53,7 +53,7 @@ config INPUT_UINPUT
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 uinput.o. If you want to compile it as a
+ The module will be called uinput. If you want to compile it as a
module, say M here and read <file:Documentation/modules.txt>.
config INPUT_GSC
diff --git a/drivers/input/mouse/Kconfig b/drivers/input/mouse/Kconfig
index 3196bd6e8c79..b249e5249334 100644
--- a/drivers/input/mouse/Kconfig
+++ b/drivers/input/mouse/Kconfig
@@ -25,7 +25,7 @@ config MOUSE_PS2
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
+ The module will be called psmouse. If you want to compile it as a
module, say M here and read <file:Documentation/modules.txt>.
config MOUSE_SERIAL
@@ -40,7 +40,7 @@ config MOUSE_SERIAL
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
+ The module will be called sermouse. If you want to compile it as a
module, say M here and read <file:Documentation/modules.txt>.
config MOUSE_INPORT
@@ -52,7 +52,7 @@ config MOUSE_INPORT
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
+ The module will be called inport. If you want to compile it as a
module, say M here and read <file.:Documentation/modules.txt>.
config MOUSE_ATIXL
@@ -70,7 +70,7 @@ config MOUSE_LOGIBM
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
+ The module will be called logibm. If you want to compile it as a
module, say M here and read <file.:Documentation/modules.txt>.
config MOUSE_PC110PAD
@@ -82,7 +82,7 @@ config MOUSE_PC110PAD
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
+ The module will be called pc110pad. If you want to compile it as a
module, say M here and read <file.:Documentation/modules.txt>.
config MOUSE_MAPLE
@@ -94,7 +94,7 @@ config MOUSE_MAPLE
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
+ The module will be called maplemouse. If you want to compile it as a
module, say M here and read <file.:Documentation/modules.txt>.
config MOUSE_AMIGA
@@ -106,7 +106,7 @@ config MOUSE_AMIGA
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
+ The module will be called amimouse. If you want to compile it as a
module, say M here and read <file.:Documentation/modules.txt>.
config MOUSE_RISCPC
@@ -118,6 +118,6 @@ config MOUSE_RISCPC
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
+ The module will be called rpcmouse. If you want to compile it as a
module, say M here and read <file.:Documentation/modules.txt>.
diff --git a/drivers/input/serio/Kconfig b/drivers/input/serio/Kconfig
index 250666e78173..6901dbb8a23f 100644
--- a/drivers/input/serio/Kconfig
+++ b/drivers/input/serio/Kconfig
@@ -15,7 +15,7 @@ config SERIO
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 serio.o. If you want to compile it
+ The module will be called serio. If you want to compile it
as a module, say M here and read <file:Documentation/modules.txt>.
config SERIO_I8042
@@ -31,7 +31,7 @@ config SERIO_I8042
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 i8042.o. If you want to compile it
+ The module will be called i8042. If you want to compile it
as a module, say M here and read <file:Documentation/modules.txt>.
config SERIO_SERPORT
@@ -48,7 +48,7 @@ config SERIO_SERPORT
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 serport.o. If you want to compile it as a
+ The module will be called serport. If you want to compile it as a
module, say M here and read <file:Documentation/modules.txt>.
config SERIO_CT82C710
@@ -63,7 +63,7 @@ config SERIO_CT82C710
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 ct82c710.o. If you want to compile it as a
+ The module will be called ct82c710. If you want to compile it as a
module, say M here and read <file:Documentation/modules.txt>.
config SERIO_Q40KBD
@@ -83,7 +83,7 @@ config SERIO_PARKBD
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 parkbd.o. If you want to compile it as a
+ The module will be called parkbd. If you want to compile it as a
module, say M here and read <file:Documentation/modules.txt>.
config SERIO_RPCKBD
@@ -96,7 +96,7 @@ config SERIO_RPCKBD
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 rpckbd.o. If you want to compile it as a
+ The module will be called rpckbd. If you want to compile it as a
module, say M here and read <file:Documentation/modules.txt>.
config SERIO_AMBAKMI
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig
index 6823af8eae36..7201dc6c10b8 100644
--- a/drivers/input/touchscreen/Kconfig
+++ b/drivers/input/touchscreen/Kconfig
@@ -20,7 +20,7 @@ config TOUCHSCREEN_BITSY
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 gunze.o. If you want to compile it as a
+ The module will be called gunze. If you want to compile it as a
module, say M here and read <file:Documentation/modules.txt>.
config TOUCHSCREEN_GUNZE
@@ -34,6 +34,6 @@ config TOUCHSCREEN_GUNZE
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 gunze.o. If you want to compile it as a
+ The module will be called gunze. If you want to compile it as a
module, say M here and read <file:Documentation/modules.txt>.