Kconfig (81b7bbd1932a04869d4c8635a75222dfc6089f96) | Kconfig (6486abbf63a58af490144ecbc38375f655d328ad) |
---|---|
1config MKISS 2 tristate "Serial port KISS driver" 3 depends on AX25 4 select CRC16 5 ---help--- 6 KISS is a protocol used for the exchange of data between a computer 7 and a Terminal Node Controller (a small embedded system commonly 8 used for networking over AX.25 amateur radio connections; it --- 124 unchanged lines hidden (view full) --- 133 134config BAYCOM_SER_HDX 135 tristate "BAYCOM ser12 halfduplex driver for AX.25" 136 depends on AX25 && !S390 137 select CRC_CCITT 138 ---help--- 139 This is one of two drivers for Baycom style simple amateur radio 140 modems that connect to a serial interface. The driver supports the | 1config MKISS 2 tristate "Serial port KISS driver" 3 depends on AX25 4 select CRC16 5 ---help--- 6 KISS is a protocol used for the exchange of data between a computer 7 and a Terminal Node Controller (a small embedded system commonly 8 used for networking over AX.25 amateur radio connections; it --- 124 unchanged lines hidden (view full) --- 133 134config BAYCOM_SER_HDX 135 tristate "BAYCOM ser12 halfduplex driver for AX.25" 136 depends on AX25 && !S390 137 select CRC_CCITT 138 ---help--- 139 This is one of two drivers for Baycom style simple amateur radio 140 modems that connect to a serial interface. The driver supports the |
141 ser12 design in full-duplex mode. This is the old driver. It is | 141 ser12 design in half-duplex mode. This is the old driver. It is |
142 still provided in case your serial interface chip does not work with 143 the full-duplex driver. This driver is depreciated. To configure 144 the driver, use the sethdlc utility available in the standard ax25 145 utilities package. For information on the modems, see 146 <http://www.baycom.de/> and 147 <file:Documentation/networking/baycom.txt>. 148 149 To compile this driver as a module, choose M here: the module --- 35 unchanged lines hidden (view full) --- 185 help 186 The YAM is a modem for packet radio which connects to the serial 187 port and includes some of the functions of a Terminal Node 188 Controller. If you have one of those, say Y here. 189 190 To compile this driver as a module, choose M here: the module 191 will be called yam. 192 | 142 still provided in case your serial interface chip does not work with 143 the full-duplex driver. This driver is depreciated. To configure 144 the driver, use the sethdlc utility available in the standard ax25 145 utilities package. For information on the modems, see 146 <http://www.baycom.de/> and 147 <file:Documentation/networking/baycom.txt>. 148 149 To compile this driver as a module, choose M here: the module --- 35 unchanged lines hidden (view full) --- 185 help 186 The YAM is a modem for packet radio which connects to the serial 187 port and includes some of the functions of a Terminal Node 188 Controller. If you have one of those, say Y here. 189 190 To compile this driver as a module, choose M here: the module 191 will be called yam. 192 |
193 |
|