Kconfig (2919b51075b3906c2f476e5a932244af1947bf80) | Kconfig (705b6c7b34f2621f95f606d0e683daa10cdb8eb9) |
---|---|
1# 2# Character device configuration 3# 4 5menu "Character devices" 6 7config VT 8 bool "Virtual terminal" if EMBEDDED --- 206 unchanged lines hidden (view full) --- 215 to 2.048Mbps. Each ports is independently selectable for 216 RS-232, V.35, RS-449, RS-530, and X.21 217 218 This driver may be built as a module ( = code which can be 219 inserted in and removed from the running kernel whenever you want). 220 The module will be called synclinkmp. If you want to do that, say M 221 here. 222 | 1# 2# Character device configuration 3# 4 5menu "Character devices" 6 7config VT 8 bool "Virtual terminal" if EMBEDDED --- 206 unchanged lines hidden (view full) --- 215 to 2.048Mbps. Each ports is independently selectable for 216 RS-232, V.35, RS-449, RS-530, and X.21 217 218 This driver may be built as a module ( = code which can be 219 inserted in and removed from the running kernel whenever you want). 220 The module will be called synclinkmp. If you want to do that, say M 221 here. 222 |
223config 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 |
|
223config N_HDLC 224 tristate "HDLC line discipline support" 225 depends on SERIAL_NONSTANDARD 226 help 227 Allows synchronous HDLC communications with tty device drivers that 228 support synchronous HDLC such as the Microgate SyncLink adapter. 229 230 This driver can only be built as a module ( = code which can be --- 787 unchanged lines hidden --- | 231config N_HDLC 232 tristate "HDLC line discipline support" 233 depends on SERIAL_NONSTANDARD 234 help 235 Allows synchronous HDLC communications with tty device drivers that 236 support synchronous HDLC such as the Microgate SyncLink adapter. 237 238 This driver can only be built as a module ( = code which can be --- 787 unchanged lines hidden --- |