| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | # |
|---|
| 2 | 3 | # Appletalk driver configuration |
|---|
| 3 | 4 | # |
|---|
| 4 | 5 | config ATALK |
|---|
| 5 | 6 | tristate "Appletalk protocol support" |
|---|
| 6 | 7 | select LLC |
|---|
| 7 | | - ---help--- |
|---|
| 8 | + help |
|---|
| 8 | 9 | AppleTalk is the protocol that Apple computers can use to communicate |
|---|
| 9 | 10 | on a network. If your Linux box is connected to such a network and you |
|---|
| 10 | 11 | wish to connect to it, say Y. You will need to use the netatalk package |
|---|
| .. | .. |
|---|
| 47 | 48 | If you are in doubt, this card is the one with the 65C02 chip on it. |
|---|
| 48 | 49 | You also need version 1.3.3 or later of the netatalk package. |
|---|
| 49 | 50 | 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>. |
|---|
| 51 | 52 | |
|---|
| 52 | 53 | config COPS |
|---|
| 53 | 54 | tristate "COPS LocalTalk PC support" |
|---|
| .. | .. |
|---|
| 58 | 59 | package. This driver is experimental, which means that it may not |
|---|
| 59 | 60 | work. This driver will only work if you choose "AppleTalk DDP" |
|---|
| 60 | 61 | 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>. |
|---|
| 62 | 64 | |
|---|
| 63 | 65 | config COPS_DAYNA |
|---|
| 64 | 66 | bool "Dayna firmware support" |
|---|
| .. | .. |
|---|
| 78 | 80 | config IPDDP |
|---|
| 79 | 81 | tristate "Appletalk-IP driver support" |
|---|
| 80 | 82 | depends on DEV_APPLETALK && ATALK |
|---|
| 81 | | - ---help--- |
|---|
| 83 | + help |
|---|
| 82 | 84 | This allows IP networking for users who only have AppleTalk |
|---|
| 83 | 85 | networking available. This feature is experimental. With this |
|---|
| 84 | 86 | driver, you can encapsulate IP inside AppleTalk (e.g. if your Linux |
|---|
| 85 | 87 | box is stuck on an AppleTalk only network) or decapsulate (e.g. if |
|---|
| 86 | 88 | you want your Linux box to act as an Internet gateway for a zoo of |
|---|
| 87 | 89 | 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. |
|---|
| 89 | 91 | |
|---|
| 90 | 92 | If you say Y here, the AppleTalk-IP support will be compiled into |
|---|
| 91 | 93 | the kernel. In this case, you can either use encapsulation or |
|---|
| .. | .. |
|---|
| 106 | 108 | IP packets inside AppleTalk frames; this is useful if your Linux box |
|---|
| 107 | 109 | is stuck on an AppleTalk network (which hopefully contains a |
|---|
| 108 | 110 | decapsulator somewhere). Please see |
|---|
| 109 | | - <file:Documentation/networking/ipddp.txt> for more information. |
|---|
| 111 | + <file:Documentation/networking/ipddp.rst> for more information. |
|---|