forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/net/decnet/Kconfig
....@@ -1,9 +1,10 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # DECnet configuration
34 #
45 config DECNET
56 tristate "DECnet Support"
6
- ---help---
7
+ help
78 The DECnet networking protocol was used in many products made by
89 Digital (now Compaq). It provides reliable stream and sequenced
910 packet communications over which run a variety of services similar
....@@ -14,7 +15,7 @@
1415 <http://linux-decnet.sourceforge.net/>.
1516
1617 More detailed documentation is available in
17
- <file:Documentation/networking/decnet.txt>.
18
+ <file:Documentation/networking/decnet.rst>.
1819
1920 Be sure to say Y to "/proc file system support" and "Sysctl support"
2021 below when using DECnet, since you will need sysctl support to aid
....@@ -28,7 +29,7 @@
2829 bool "DECnet: router support"
2930 depends on DECNET
3031 select FIB_RULES
31
- ---help---
32
+ help
3233 Add support for turning your DECnet Endnode into a level 1 or 2
3334 router. This is an experimental, but functional option. If you
3435 do say Y here, then make sure that you also say Y to "Kernel/User
....@@ -39,4 +40,4 @@
3940 filtering" option will be required for the forthcoming routing daemon
4041 to work.
4142
42
- See <file:Documentation/networking/decnet.txt> for more information.
43
+ See <file:Documentation/networking/decnet.rst> for more information.