diff options
Diffstat (limited to 'drivers/char/Kconfig')
-rw-r--r-- | drivers/char/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index 24f922f12783..b10f4d8fdc7f 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig | |||
@@ -201,6 +201,21 @@ config MOXA_SMARTIO | |||
201 | The module will be called mxser. If you want to do that, say M | 201 | The module will be called mxser. If you want to do that, say M |
202 | here. | 202 | here. |
203 | 203 | ||
204 | config MOXA_SMARTIO_NEW | ||
205 | tristate "Moxa SmartIO support v. 2.0 (EXPERIMENTAL)" | ||
206 | depends on SERIAL_NONSTANDARD | ||
207 | help | ||
208 | Say Y here if you have a Moxa SmartIO multiport serial card and/or | ||
209 | want to help develop a new version of this driver. | ||
210 | |||
211 | This is upgraded (1.9.1) driver from original Moxa drivers with | ||
212 | changes finally resulting in PCI probing. | ||
213 | |||
214 | Use at your own risk. | ||
215 | |||
216 | This driver can also be built as a module. The module will be called | ||
217 | mxser_new. If you want to do that, say M here. | ||
218 | |||
204 | config ISI | 219 | config ISI |
205 | tristate "Multi-Tech multiport card support (EXPERIMENTAL)" | 220 | tristate "Multi-Tech multiport card support (EXPERIMENTAL)" |
206 | depends on SERIAL_NONSTANDARD | 221 | depends on SERIAL_NONSTANDARD |