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/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/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 214a92d1ef75..b4683ce5564e 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -1880,7 +1880,7 @@ config FEC_MPC52xx | |||
1880 | ---help--- | 1880 | ---help--- |
1881 | This option enables support for the MPC5200's on-chip | 1881 | This option enables support for the MPC5200's on-chip |
1882 | Fast Ethernet Controller | 1882 | Fast Ethernet Controller |
1883 | If compiled as module, it will be called 'fec_mpc52xx.ko'. | 1883 | If compiled as module, it will be called fec_mpc52xx. |
1884 | 1884 | ||
1885 | config FEC_MPC52xx_MDIO | 1885 | config FEC_MPC52xx_MDIO |
1886 | bool "MPC52xx FEC MDIO bus driver" | 1886 | bool "MPC52xx FEC MDIO bus driver" |
@@ -1892,7 +1892,7 @@ config FEC_MPC52xx_MDIO | |||
1892 | (Motorola? industry standard). | 1892 | (Motorola? industry standard). |
1893 | If your board uses an external PHY connected to FEC, enable this. | 1893 | If your board uses an external PHY connected to FEC, enable this. |
1894 | If not sure, enable. | 1894 | If not sure, enable. |
1895 | If compiled as module, it will be called 'fec_mpc52xx_phy.ko'. | 1895 | If compiled as module, it will be called fec_mpc52xx_phy. |
1896 | 1896 | ||
1897 | config NE_H8300 | 1897 | config NE_H8300 |
1898 | tristate "NE2000 compatible support for H8/300" | 1898 | tristate "NE2000 compatible support for H8/300" |