diff options
author | Jiri Slaby <jirislaby@gmail.com> | 2008-02-07 03:16:46 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-07 11:42:34 -0500 |
commit | 1c45607ad3eb7397bc2433f3c36a4ed8b315889e (patch) | |
tree | b6794a82b1b18b7249d39883877e197d5961cced /drivers/char/Kconfig | |
parent | f122bfb5a43c6b57733eb7a76ad4ed392be6a910 (diff) |
Char: mxser, remove it
(Old) mxser is obsoleted by mxser_new and scheduled for removal on Dec 2007.
Remove it by renaming mxser_new to mxser.
Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Reviewed-by: Alan Cox <alan@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/char/Kconfig')
-rw-r--r-- | drivers/char/Kconfig | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index 85bf9b2aa74a..7927fd0faca3 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig | |||
@@ -194,17 +194,6 @@ config MOXA_INTELLIO | |||
194 | module will be called moxa. | 194 | module will be called moxa. |
195 | 195 | ||
196 | config MOXA_SMARTIO | 196 | config MOXA_SMARTIO |
197 | tristate "Moxa SmartIO support (OBSOLETE)" | ||
198 | depends on SERIAL_NONSTANDARD | ||
199 | help | ||
200 | Say Y here if you have a Moxa SmartIO multiport serial card. | ||
201 | |||
202 | This driver can also be built as a module ( = code which can be | ||
203 | inserted in and removed from the running kernel whenever you want). | ||
204 | The module will be called mxser. If you want to do that, say M | ||
205 | here. | ||
206 | |||
207 | config MOXA_SMARTIO_NEW | ||
208 | tristate "Moxa SmartIO support v. 2.0" | 197 | tristate "Moxa SmartIO support v. 2.0" |
209 | depends on SERIAL_NONSTANDARD && (PCI || EISA || ISA) | 198 | depends on SERIAL_NONSTANDARD && (PCI || EISA || ISA) |
210 | help | 199 | help |
@@ -215,7 +204,7 @@ config MOXA_SMARTIO_NEW | |||
215 | changes finally resulting in PCI probing. | 204 | changes finally resulting in PCI probing. |
216 | 205 | ||
217 | This driver can also be built as a module. The module will be called | 206 | This driver can also be built as a module. The module will be called |
218 | mxser_new. If you want to do that, say M here. | 207 | mxser. If you want to do that, say M here. |
219 | 208 | ||
220 | config ISI | 209 | config ISI |
221 | tristate "Multi-Tech multiport card support (EXPERIMENTAL)" | 210 | tristate "Multi-Tech multiport card support (EXPERIMENTAL)" |