hc
2024-05-10 61598093bbdd283a7edc367d900f223070ead8d2
kernel/net/lapb/Kconfig
....@@ -1,10 +1,11 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # LAPB Data Link Drive
34 #
45
56 config LAPB
67 tristate "LAPB Data Link Driver"
7
- ---help---
8
+ help
89 Link Access Procedure, Balanced (LAPB) is the data link layer (i.e.
910 the lower) part of the X.25 protocol. It offers a reliable
1011 connection service to exchange data frames with one other host, and
....@@ -14,7 +15,7 @@
1415 currently supports LAPB only over Ethernet connections. If you want
1516 to use LAPB connections over Ethernet, say Y here and to "LAPB over
1617 Ethernet driver" below. Read
17
- <file:Documentation/networking/lapb-module.txt> for technical
18
+ <file:Documentation/networking/lapb-module.rst> for technical
1819 details.
1920
2021 To compile this driver as a module, choose M here: the