diff options
author | Pavel Machek <pavel@ucw.cz> | 2009-06-04 18:44:53 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-06-12 12:01:50 -0400 |
commit | 4737f0978d6e64eae468e01fa181abf6499e6b84 (patch) | |
tree | 44871914422157121d4a68d376e60d1b1e7f1f92 /drivers/net/wireless/iwlwifi/Kconfig | |
parent | 3226224039c8f8cb840d236b5f27d2a1104789e2 (diff) |
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/net/wireless/iwlwifi/Kconfig')
-rw-r--r-- | drivers/net/wireless/iwlwifi/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/Kconfig b/drivers/net/wireless/iwlwifi/Kconfig index 8304f6406a17..736162324ba4 100644 --- a/drivers/net/wireless/iwlwifi/Kconfig +++ b/drivers/net/wireless/iwlwifi/Kconfig | |||
@@ -75,7 +75,7 @@ config IWLAGN | |||
75 | If you want to compile the driver as a module ( = code which can be | 75 | If you want to compile the driver as a module ( = code which can be |
76 | inserted in and removed from the running kernel whenever you want), | 76 | inserted in and removed from the running kernel whenever you want), |
77 | say M here and read <file:Documentation/kbuild/modules.txt>. The | 77 | say M here and read <file:Documentation/kbuild/modules.txt>. The |
78 | module will be called iwlagn.ko. | 78 | module will be called iwlagn. |
79 | 79 | ||
80 | 80 | ||
81 | config IWL4965 | 81 | config IWL4965 |
@@ -113,7 +113,7 @@ config IWL3945 | |||
113 | If you want to compile the driver as a module ( = code which can be | 113 | If you want to compile the driver as a module ( = code which can be |
114 | inserted in and removed from the running kernel whenever you want), | 114 | inserted in and removed from the running kernel whenever you want), |
115 | say M here and read <file:Documentation/kbuild/modules.txt>. The | 115 | say M here and read <file:Documentation/kbuild/modules.txt>. The |
116 | module will be called iwl3945.ko. | 116 | module will be called iwl3945. |
117 | 117 | ||
118 | config IWL3945_SPECTRUM_MEASUREMENT | 118 | config IWL3945_SPECTRUM_MEASUREMENT |
119 | bool "Enable Spectrum Measurement in iwl3945 driver" | 119 | bool "Enable Spectrum Measurement in iwl3945 driver" |