aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2014-04-14 12:32:13 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-04-16 17:31:13 -0400
commit9ca83fd2d5805a5e4608a901ffa802697adc638b (patch)
tree686f2245b277c2c5fbd56dad9aae2d277aa7e76d
parentc70dbb1e79a1ac2802b4b7b6de7456b230fbbbeb (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/Kconfig2
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
21config CARDMAN_4000 21config CARDMAN_4000