diff options
author | Pavel Machek <pavel@ucw.cz> | 2009-06-05 02:44:53 +0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-06-12 20:01:50 +0400 |
commit | 4737f0978d6e64eae468e01fa181abf6499e6b84 (patch) | |
tree | 44871914422157121d4a68d376e60d1b1e7f1f92 /drivers/w1/masters | |
parent | 3226224039c8f8cb840d236b5f27d2a1104789e2 (diff) | |
download | linux-4737f0978d6e64eae468e01fa181abf6499e6b84.tar.xz |
trivial: Kconfig: .ko is normally not included in module names
.ko is normally not included in Kconfig help, make it consistent.
Signed-off-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/w1/masters')
-rw-r--r-- | drivers/w1/masters/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/w1/masters/Kconfig b/drivers/w1/masters/Kconfig index 96d2f8e4c275..3195fb8b7d9a 100644 --- a/drivers/w1/masters/Kconfig +++ b/drivers/w1/masters/Kconfig @@ -12,7 +12,7 @@ config W1_MASTER_MATROX using Matrox's G400 GPIO pins. This support is also available as a module. If so, the module - will be called matrox_w1.ko. + will be called matrox_w1. config W1_MASTER_DS2490 tristate "DS2490 USB <-> W1 transport layer for 1-wire" @@ -22,7 +22,7 @@ config W1_MASTER_DS2490 for example DS9490*. This support is also available as a module. If so, the module - will be called ds2490.ko. + will be called ds2490. config W1_MASTER_DS2482 tristate "Maxim DS2482 I2C to 1-Wire bridge" @@ -56,7 +56,7 @@ config W1_MASTER_GPIO GPIO pins. This driver uses the GPIO API to control the wire. This support is also available as a module. If so, the module - will be called w1-gpio.ko. + will be called w1-gpio. config HDQ_MASTER_OMAP tristate "OMAP HDQ driver" |