diff options
Diffstat (limited to 'drivers/char/Kconfig')
-rw-r--r-- | drivers/char/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index b1b34edcd70c..dd7e6901c575 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig | |||
@@ -220,6 +220,14 @@ config SYNCLINKMP | |||
220 | The module will be called synclinkmp. If you want to do that, say M | 220 | The module will be called synclinkmp. If you want to do that, say M |
221 | here. | 221 | here. |
222 | 222 | ||
223 | config SYNCLINK_GT | ||
224 | tristate "SyncLink GT/AC support" | ||
225 | depends on SERIAL_NONSTANDARD | ||
226 | help | ||
227 | Support for SyncLink GT and SyncLink AC families of | ||
228 | synchronous and asynchronous serial adapters | ||
229 | manufactured by Microgate Systems, Ltd. (www.microgate.com) | ||
230 | |||
223 | config N_HDLC | 231 | config N_HDLC |
224 | tristate "HDLC line discipline support" | 232 | tristate "HDLC line discipline support" |
225 | depends on SERIAL_NONSTANDARD | 233 | depends on SERIAL_NONSTANDARD |