| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | config MKISS |
|---|
| 2 | 3 | tristate "Serial port KISS driver" |
|---|
| 3 | 4 | depends on AX25 && TTY |
|---|
| 4 | 5 | select CRC16 |
|---|
| 5 | | - ---help--- |
|---|
| 6 | + help |
|---|
| 6 | 7 | KISS is a protocol used for the exchange of data between a computer |
|---|
| 7 | 8 | and a Terminal Node Controller (a small embedded system commonly |
|---|
| 8 | 9 | used for networking over AX.25 amateur radio connections; it |
|---|
| .. | .. |
|---|
| 19 | 20 | config 6PACK |
|---|
| 20 | 21 | tristate "Serial port 6PACK driver" |
|---|
| 21 | 22 | depends on AX25 && TTY |
|---|
| 22 | | - ---help--- |
|---|
| 23 | + help |
|---|
| 23 | 24 | 6pack is a transmission protocol for the data exchange between your |
|---|
| 24 | 25 | PC and your TNC (the Terminal Node Controller acts as a kind of |
|---|
| 25 | 26 | modem connecting your computer's serial port to your radio's |
|---|
| .. | .. |
|---|
| 29 | 30 | |
|---|
| 30 | 31 | Note that this driver is still experimental and might cause |
|---|
| 31 | 32 | problems. For details about the features and the usage of the |
|---|
| 32 | | - driver, read <file:Documentation/networking/6pack.txt>. |
|---|
| 33 | + driver, read <file:Documentation/networking/6pack.rst>. |
|---|
| 33 | 34 | |
|---|
| 34 | 35 | To compile this driver as a module, choose M here: the module |
|---|
| 35 | 36 | will be called 6pack. |
|---|
| .. | .. |
|---|
| 47 | 48 | config DMASCC |
|---|
| 48 | 49 | tristate "High-speed (DMA) SCC driver for AX.25" |
|---|
| 49 | 50 | depends on ISA && AX25 && BROKEN_ON_SMP && ISA_DMA_API |
|---|
| 50 | | - ---help--- |
|---|
| 51 | + help |
|---|
| 51 | 52 | This is a driver for high-speed SCC boards, i.e. those supporting |
|---|
| 52 | 53 | DMA on one port. You usually use those boards to connect your |
|---|
| 53 | 54 | computer to an amateur radio modem (such as the WA4DSY 56kbps |
|---|
| .. | .. |
|---|
| 80 | 81 | config SCC |
|---|
| 81 | 82 | tristate "Z8530 SCC driver" |
|---|
| 82 | 83 | depends on ISA && AX25 && ISA_DMA_API |
|---|
| 83 | | - ---help--- |
|---|
| 84 | + help |
|---|
| 84 | 85 | These cards are used to connect your Linux box to an amateur radio |
|---|
| 85 | 86 | in order to communicate with other computers. If you want to use |
|---|
| 86 | | - this, read <file:Documentation/networking/z8530drv.txt> and the |
|---|
| 87 | | - AX25-HOWTO, available from |
|---|
| 87 | + this, read |
|---|
| 88 | + <file:Documentation/networking/device_drivers/hamradio/z8530drv.rst> |
|---|
| 89 | + and the AX25-HOWTO, available from |
|---|
| 88 | 90 | <http://www.tldp.org/docs.html#howto>. Also make sure to say Y |
|---|
| 89 | 91 | to "Amateur Radio AX.25 Level 2" support. |
|---|
| 90 | 92 | |
|---|
| .. | .. |
|---|
| 97 | 99 | help |
|---|
| 98 | 100 | Say Y here if you experience problems with the SCC driver not |
|---|
| 99 | 101 | working properly; please read |
|---|
| 100 | | - <file:Documentation/networking/z8530drv.txt> for details. |
|---|
| 102 | + <file:Documentation/networking/device_drivers/hamradio/z8530drv.rst> |
|---|
| 103 | + for details. |
|---|
| 101 | 104 | |
|---|
| 102 | 105 | If unsure, say N. |
|---|
| 103 | 106 | |
|---|
| .. | .. |
|---|
| 115 | 118 | tristate "BAYCOM ser12 fullduplex driver for AX.25" |
|---|
| 116 | 119 | depends on AX25 && !S390 |
|---|
| 117 | 120 | select CRC_CCITT |
|---|
| 118 | | - ---help--- |
|---|
| 121 | + help |
|---|
| 119 | 122 | This is one of two drivers for Baycom style simple amateur radio |
|---|
| 120 | 123 | modems that connect to a serial interface. The driver supports the |
|---|
| 121 | 124 | ser12 design in full-duplex mode. In addition, it allows the |
|---|
| .. | .. |
|---|
| 126 | 129 | your serial interface chip. To configure the driver, use the sethdlc |
|---|
| 127 | 130 | utility available in the standard ax25 utilities package. For |
|---|
| 128 | 131 | information on the modems, see <http://www.baycom.de/> and |
|---|
| 129 | | - <file:Documentation/networking/baycom.txt>. |
|---|
| 132 | + <file:Documentation/networking/device_drivers/hamradio/baycom.rst>. |
|---|
| 130 | 133 | |
|---|
| 131 | 134 | To compile this driver as a module, choose M here: the module |
|---|
| 132 | 135 | will be called baycom_ser_fdx. This is recommended. |
|---|
| .. | .. |
|---|
| 135 | 138 | tristate "BAYCOM ser12 halfduplex driver for AX.25" |
|---|
| 136 | 139 | depends on AX25 && !S390 |
|---|
| 137 | 140 | select CRC_CCITT |
|---|
| 138 | | - ---help--- |
|---|
| 141 | + help |
|---|
| 139 | 142 | This is one of two drivers for Baycom style simple amateur radio |
|---|
| 140 | 143 | modems that connect to a serial interface. The driver supports the |
|---|
| 141 | 144 | ser12 design in half-duplex mode. This is the old driver. It is |
|---|
| .. | .. |
|---|
| 144 | 147 | the driver, use the sethdlc utility available in the standard ax25 |
|---|
| 145 | 148 | utilities package. For information on the modems, see |
|---|
| 146 | 149 | <http://www.baycom.de/> and |
|---|
| 147 | | - <file:Documentation/networking/baycom.txt>. |
|---|
| 150 | + <file:Documentation/networking/device_drivers/hamradio/baycom.rst>. |
|---|
| 148 | 151 | |
|---|
| 149 | 152 | To compile this driver as a module, choose M here: the module |
|---|
| 150 | 153 | will be called baycom_ser_hdx. This is recommended. |
|---|
| .. | .. |
|---|
| 153 | 156 | tristate "BAYCOM picpar and par96 driver for AX.25" |
|---|
| 154 | 157 | depends on PARPORT && AX25 |
|---|
| 155 | 158 | select CRC_CCITT |
|---|
| 156 | | - ---help--- |
|---|
| 159 | + help |
|---|
| 157 | 160 | This is a driver for Baycom style simple amateur radio modems that |
|---|
| 158 | 161 | connect to a parallel interface. The driver supports the picpar and |
|---|
| 159 | 162 | par96 designs. To configure the driver, use the sethdlc utility |
|---|
| 160 | 163 | available in the standard ax25 utilities package. For information on |
|---|
| 161 | 164 | the modems, see <http://www.baycom.de/> and the file |
|---|
| 162 | | - <file:Documentation/networking/baycom.txt>. |
|---|
| 165 | + <file:Documentation/networking/device_drivers/hamradio/baycom.rst>. |
|---|
| 163 | 166 | |
|---|
| 164 | 167 | To compile this driver as a module, choose M here: the module |
|---|
| 165 | 168 | will be called baycom_par. This is recommended. |
|---|
| .. | .. |
|---|
| 168 | 171 | tristate "BAYCOM epp driver for AX.25" |
|---|
| 169 | 172 | depends on PARPORT && AX25 && !64BIT |
|---|
| 170 | 173 | select CRC_CCITT |
|---|
| 171 | | - ---help--- |
|---|
| 174 | + help |
|---|
| 172 | 175 | This is a driver for Baycom style simple amateur radio modems that |
|---|
| 173 | 176 | connect to a parallel interface. The driver supports the EPP |
|---|
| 174 | 177 | designs. To configure the driver, use the sethdlc utility available |
|---|
| 175 | 178 | in the standard ax25 utilities package. For information on the |
|---|
| 176 | 179 | modems, see <http://www.baycom.de/> and the file |
|---|
| 177 | | - <file:Documentation/networking/baycom.txt>. |
|---|
| 180 | + <file:Documentation/networking/device_drivers/hamradio/baycom.rst>. |
|---|
| 178 | 181 | |
|---|
| 179 | 182 | To compile this driver as a module, choose M here: the module |
|---|
| 180 | 183 | will be called baycom_epp. This is recommended. |
|---|