LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] Remove apparently unused IPDDP_DECAP kernel config variable.
@ 2007-01-16 11:37 Robert P. J. Day
0 siblings, 0 replies; only message in thread
From: Robert P. J. Day @ 2007-01-16 11:37 UTC (permalink / raw)
To: Linux kernel mailing list; +Cc: acme
Remove an apparently unused, Appletalk-related kernel config
variable IPDDP_DECAP.
Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
---
the kernel config variable IPDDP_DECAP seems superfluous given where
else one finds the string "IPDDP_DECAP" in the kernel source tree
(other than defconfig files), none of which seem to make use of the
config variable:
./drivers/net/appletalk/ipddp.h:#define IPDDP_DECAP 2
./drivers/net/appletalk/ipddp.c:static int ipddp_mode = IPDDP_DECAP;
./drivers/net/appletalk/ipddp.c: if(ipddp_mode == IPDDP_DECAP)
./drivers/net/appletalk/ipddp.c: if(ipddp_mode == IPDDP_DECAP)
diff --git a/drivers/net/appletalk/Kconfig b/drivers/net/appletalk/Kconfig
index 0a0e0cd..e09174f 100644
--- a/drivers/net/appletalk/Kconfig
+++ b/drivers/net/appletalk/Kconfig
@@ -110,16 +110,3 @@ config IPDDP_ENCAP
you said Y to "AppleTalk-IP driver support" above and you say Y
here, then you cannot say Y to "AppleTalk-IP to IP Decapsulation
support", below.
-
-config IPDDP_DECAP
- bool "Appletalk-IP to IP Decapsulation support"
- depends on IPDDP
- help
- If you say Y here, the AppleTalk-IP code will be able to decapsulate
- AppleTalk-IP frames to IP packets; this is useful if you want your
- Linux box to act as an Internet gateway for an AppleTalk network.
- Please see <file:Documentation/networking/ipddp.txt> for more
- information. If you said Y to "AppleTalk-IP driver support" above
- and you say Y here, then you cannot say Y to "IP to AppleTalk-IP
- Encapsulation support", above.
-
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-01-16 11:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-16 11:37 [PATCH] Remove apparently unused IPDDP_DECAP kernel config variable Robert P. J. Day
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).