diff options
author | Jiri Slaby <jirislaby@gmail.com> | 2007-02-10 04:45:15 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-11 13:51:28 -0500 |
commit | 98c47ea28a7d1b4a3fb003a805c312d5c977b1d2 (patch) | |
tree | 357e0d3a9bb17cef848b5330e3c8bcc7601e59b2 /drivers/char/Kconfig | |
parent | a24f1405b001d70bebaacf91bc66cae447cc15d0 (diff) |
[PATCH] Char: mxser, obsolete old, nonexperimental new
Mark v 1.x as obsolete and v 2.x as non-experimental in Kconfig.
Signed-off-by: Jiri Slaby <jirislaby@gmail.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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index d08bb4ee1307..d0a6dc53213c 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig | |||
@@ -191,7 +191,7 @@ config MOXA_INTELLIO | |||
191 | module will be called moxa. | 191 | module will be called moxa. |
192 | 192 | ||
193 | config MOXA_SMARTIO | 193 | config MOXA_SMARTIO |
194 | tristate "Moxa SmartIO support" | 194 | tristate "Moxa SmartIO support (OBSOLETE)" |
195 | depends on SERIAL_NONSTANDARD | 195 | depends on SERIAL_NONSTANDARD |
196 | help | 196 | help |
197 | Say Y here if you have a Moxa SmartIO multiport serial card. | 197 | Say Y here if you have a Moxa SmartIO multiport serial card. |
@@ -202,7 +202,7 @@ config MOXA_SMARTIO | |||
202 | here. | 202 | here. |
203 | 203 | ||
204 | config MOXA_SMARTIO_NEW | 204 | config MOXA_SMARTIO_NEW |
205 | tristate "Moxa SmartIO support v. 2.0 (EXPERIMENTAL)" | 205 | tristate "Moxa SmartIO support v. 2.0" |
206 | depends on SERIAL_NONSTANDARD && (PCI || EISA || ISA) | 206 | depends on SERIAL_NONSTANDARD && (PCI || EISA || ISA) |
207 | help | 207 | help |
208 | Say Y here if you have a Moxa SmartIO multiport serial card and/or | 208 | Say Y here if you have a Moxa SmartIO multiport serial card and/or |