diff options
author | Jean Delvare <jdelvare@suse.de> | 2014-04-14 12:32:13 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-04-16 17:31:13 -0400 |
commit | 9ca83fd2d5805a5e4608a901ffa802697adc638b (patch) | |
tree | 686f2245b277c2c5fbd56dad9aae2d277aa7e76d | |
parent | c70dbb1e79a1ac2802b4b7b6de7456b230fbbbeb (diff) |
tty: Fix help text of SYNCLINK_CS
Enabling SYNCLINK_CS as a module builds synclink_cs, not synclinkmp.
Signed-off-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/char/pcmcia/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/pcmcia/Kconfig b/drivers/char/pcmcia/Kconfig index b27f5342fe76..8d3dfb0c8a26 100644 --- a/drivers/char/pcmcia/Kconfig +++ b/drivers/char/pcmcia/Kconfig | |||
@@ -15,7 +15,7 @@ config SYNCLINK_CS | |||
15 | 15 | ||
16 | This driver may be built as a module ( = code which can be | 16 | This driver may be built as a module ( = code which can be |
17 | inserted in and removed from the running kernel whenever you want). | 17 | inserted in and removed from the running kernel whenever you want). |
18 | The module will be called synclinkmp. If you want to do that, say M | 18 | The module will be called synclink_cs. If you want to do that, say M |
19 | here. | 19 | here. |
20 | 20 | ||
21 | config CARDMAN_4000 | 21 | config CARDMAN_4000 |