hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/net/hamradio/Kconfig
....@@ -1,8 +1,9 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config MKISS
23 tristate "Serial port KISS driver"
34 depends on AX25 && TTY
45 select CRC16
5
- ---help---
6
+ help
67 KISS is a protocol used for the exchange of data between a computer
78 and a Terminal Node Controller (a small embedded system commonly
89 used for networking over AX.25 amateur radio connections; it
....@@ -19,7 +20,7 @@
1920 config 6PACK
2021 tristate "Serial port 6PACK driver"
2122 depends on AX25 && TTY
22
- ---help---
23
+ help
2324 6pack is a transmission protocol for the data exchange between your
2425 PC and your TNC (the Terminal Node Controller acts as a kind of
2526 modem connecting your computer's serial port to your radio's
....@@ -29,7 +30,7 @@
2930
3031 Note that this driver is still experimental and might cause
3132 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>.
3334
3435 To compile this driver as a module, choose M here: the module
3536 will be called 6pack.
....@@ -47,7 +48,7 @@
4748 config DMASCC
4849 tristate "High-speed (DMA) SCC driver for AX.25"
4950 depends on ISA && AX25 && BROKEN_ON_SMP && ISA_DMA_API
50
- ---help---
51
+ help
5152 This is a driver for high-speed SCC boards, i.e. those supporting
5253 DMA on one port. You usually use those boards to connect your
5354 computer to an amateur radio modem (such as the WA4DSY 56kbps
....@@ -80,11 +81,12 @@
8081 config SCC
8182 tristate "Z8530 SCC driver"
8283 depends on ISA && AX25 && ISA_DMA_API
83
- ---help---
84
+ help
8485 These cards are used to connect your Linux box to an amateur radio
8586 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
8890 <http://www.tldp.org/docs.html#howto>. Also make sure to say Y
8991 to "Amateur Radio AX.25 Level 2" support.
9092
....@@ -97,7 +99,8 @@
9799 help
98100 Say Y here if you experience problems with the SCC driver not
99101 working properly; please read
100
- <file:Documentation/networking/z8530drv.txt> for details.
102
+ <file:Documentation/networking/device_drivers/hamradio/z8530drv.rst>
103
+ for details.
101104
102105 If unsure, say N.
103106
....@@ -115,7 +118,7 @@
115118 tristate "BAYCOM ser12 fullduplex driver for AX.25"
116119 depends on AX25 && !S390
117120 select CRC_CCITT
118
- ---help---
121
+ help
119122 This is one of two drivers for Baycom style simple amateur radio
120123 modems that connect to a serial interface. The driver supports the
121124 ser12 design in full-duplex mode. In addition, it allows the
....@@ -126,7 +129,7 @@
126129 your serial interface chip. To configure the driver, use the sethdlc
127130 utility available in the standard ax25 utilities package. For
128131 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>.
130133
131134 To compile this driver as a module, choose M here: the module
132135 will be called baycom_ser_fdx. This is recommended.
....@@ -135,7 +138,7 @@
135138 tristate "BAYCOM ser12 halfduplex driver for AX.25"
136139 depends on AX25 && !S390
137140 select CRC_CCITT
138
- ---help---
141
+ help
139142 This is one of two drivers for Baycom style simple amateur radio
140143 modems that connect to a serial interface. The driver supports the
141144 ser12 design in half-duplex mode. This is the old driver. It is
....@@ -144,7 +147,7 @@
144147 the driver, use the sethdlc utility available in the standard ax25
145148 utilities package. For information on the modems, see
146149 <http://www.baycom.de/> and
147
- <file:Documentation/networking/baycom.txt>.
150
+ <file:Documentation/networking/device_drivers/hamradio/baycom.rst>.
148151
149152 To compile this driver as a module, choose M here: the module
150153 will be called baycom_ser_hdx. This is recommended.
....@@ -153,13 +156,13 @@
153156 tristate "BAYCOM picpar and par96 driver for AX.25"
154157 depends on PARPORT && AX25
155158 select CRC_CCITT
156
- ---help---
159
+ help
157160 This is a driver for Baycom style simple amateur radio modems that
158161 connect to a parallel interface. The driver supports the picpar and
159162 par96 designs. To configure the driver, use the sethdlc utility
160163 available in the standard ax25 utilities package. For information on
161164 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>.
163166
164167 To compile this driver as a module, choose M here: the module
165168 will be called baycom_par. This is recommended.
....@@ -168,13 +171,13 @@
168171 tristate "BAYCOM epp driver for AX.25"
169172 depends on PARPORT && AX25 && !64BIT
170173 select CRC_CCITT
171
- ---help---
174
+ help
172175 This is a driver for Baycom style simple amateur radio modems that
173176 connect to a parallel interface. The driver supports the EPP
174177 designs. To configure the driver, use the sethdlc utility available
175178 in the standard ax25 utilities package. For information on the
176179 modems, see <http://www.baycom.de/> and the file
177
- <file:Documentation/networking/baycom.txt>.
180
+ <file:Documentation/networking/device_drivers/hamradio/baycom.rst>.
178181
179182 To compile this driver as a module, choose M here: the module
180183 will be called baycom_epp. This is recommended.