aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/net/appletalk/Kconfig18
1 files changed, 1 insertions, 17 deletions
diff --git a/drivers/net/appletalk/Kconfig b/drivers/net/appletalk/Kconfig
index f5a89164e779..4ce6ca5f3d36 100644
--- a/drivers/net/appletalk/Kconfig
+++ b/drivers/net/appletalk/Kconfig
@@ -106,20 +106,4 @@ config IPDDP_ENCAP
106 IP packets inside AppleTalk frames; this is useful if your Linux box 106 IP packets inside AppleTalk frames; this is useful if your Linux box
107 is stuck on an AppleTalk network (which hopefully contains a 107 is stuck on an AppleTalk network (which hopefully contains a
108 decapsulator somewhere). Please see 108 decapsulator somewhere). Please see
109 <file:Documentation/networking/ipddp.txt> for more information. If 109 <file:Documentation/networking/ipddp.txt> for more information.
110 you said Y to "AppleTalk-IP driver support" above and you say Y
111 here, then you cannot say Y to "AppleTalk-IP to IP Decapsulation
112 support", below.
113
114config IPDDP_DECAP
115 bool "Appletalk-IP to IP Decapsulation support"
116 depends on IPDDP
117 help
118 If you say Y here, the AppleTalk-IP code will be able to decapsulate
119 AppleTalk-IP frames to IP packets; this is useful if you want your
120 Linux box to act as an Internet gateway for an AppleTalk network.
121 Please see <file:Documentation/networking/ipddp.txt> for more
122 information. If you said Y to "AppleTalk-IP driver support" above
123 and you say Y here, then you cannot say Y to "IP to AppleTalk-IP
124 Encapsulation support", above.
125