summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Chapman2007-07-31 03:51:48 +0200
committerDavid S. Miller2007-07-31 11:28:29 +0200
commit143cf35324548df54563b19d0444e0fe170027f8 (patch)
tree8ba282a8099a2a745999b0688a9bd265121cec3a
parent[NET]: Page offsets and lengths need to be __u32. (diff)
downloadkernel-qcow2-linux-143cf35324548df54563b19d0444e0fe170027f8.tar.gz
kernel-qcow2-linux-143cf35324548df54563b19d0444e0fe170027f8.tar.xz
kernel-qcow2-linux-143cf35324548df54563b19d0444e0fe170027f8.zip
[PPPOL2TP]: Add CONFIG_INET Kconfig dependency.
PPPOL2TP uses UDP so it obviously depends on CONFIG_INET. Signed-off-by: James Chapman <jchapman@katalix.com> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--drivers/net/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index f8a602caabcb..81ef81c9a584 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -2851,7 +2851,7 @@ config PPPOATM
config PPPOL2TP
tristate "PPP over L2TP (EXPERIMENTAL)"
- depends on EXPERIMENTAL && PPP
+ depends on EXPERIMENTAL && PPP && INET
help
Support for PPP-over-L2TP socket family. L2TP is a protocol
used by ISPs and enterprises to tunnel PPP traffic over UDP