hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/net/appletalk/Kconfig
....@@ -1,10 +1,11 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # Appletalk driver configuration
34 #
45 config ATALK
56 tristate "Appletalk protocol support"
67 select LLC
7
- ---help---
8
+ help
89 AppleTalk is the protocol that Apple computers can use to communicate
910 on a network. If your Linux box is connected to such a network and you
1011 wish to connect to it, say Y. You will need to use the netatalk package
....@@ -47,7 +48,7 @@
4748 If you are in doubt, this card is the one with the 65C02 chip on it.
4849 You also need version 1.3.3 or later of the netatalk package.
4950 This driver is experimental, which means that it may not work.
50
- See the file <file:Documentation/networking/ltpc.txt>.
51
+ See the file <file:Documentation/networking/device_drivers/appletalk/ltpc.rst>.
5152
5253 config COPS
5354 tristate "COPS LocalTalk PC support"
....@@ -58,7 +59,8 @@
5859 package. This driver is experimental, which means that it may not
5960 work. This driver will only work if you choose "AppleTalk DDP"
6061 networking support, above.
61
- Please read the file <file:Documentation/networking/cops.txt>.
62
+ Please read the file
63
+ <file:Documentation/networking/device_drivers/appletalk/cops.rst>.
6264
6365 config COPS_DAYNA
6466 bool "Dayna firmware support"
....@@ -78,14 +80,14 @@
7880 config IPDDP
7981 tristate "Appletalk-IP driver support"
8082 depends on DEV_APPLETALK && ATALK
81
- ---help---
83
+ help
8284 This allows IP networking for users who only have AppleTalk
8385 networking available. This feature is experimental. With this
8486 driver, you can encapsulate IP inside AppleTalk (e.g. if your Linux
8587 box is stuck on an AppleTalk only network) or decapsulate (e.g. if
8688 you want your Linux box to act as an Internet gateway for a zoo of
8789 AppleTalk connected Macs). Please see the file
88
- <file:Documentation/networking/ipddp.txt> for more information.
90
+ <file:Documentation/networking/ipddp.rst> for more information.
8991
9092 If you say Y here, the AppleTalk-IP support will be compiled into
9193 the kernel. In this case, you can either use encapsulation or
....@@ -106,4 +108,4 @@
106108 IP packets inside AppleTalk frames; this is useful if your Linux box
107109 is stuck on an AppleTalk network (which hopefully contains a
108110 decapsulator somewhere). Please see
109
- <file:Documentation/networking/ipddp.txt> for more information.
111
+ <file:Documentation/networking/ipddp.rst> for more information.