aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig7
1 files changed, 1 insertions, 6 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 2cffcb84a24..a55bff26a26 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -3158,17 +3158,12 @@ config PPPOATM
3158 3158
3159config PPPOL2TP 3159config PPPOL2TP
3160 tristate "PPP over L2TP (EXPERIMENTAL)" 3160 tristate "PPP over L2TP (EXPERIMENTAL)"
3161 depends on EXPERIMENTAL && PPP && INET 3161 depends on EXPERIMENTAL && L2TP && PPP
3162 help 3162 help
3163 Support for PPP-over-L2TP socket family. L2TP is a protocol 3163 Support for PPP-over-L2TP socket family. L2TP is a protocol
3164 used by ISPs and enterprises to tunnel PPP traffic over UDP 3164 used by ISPs and enterprises to tunnel PPP traffic over UDP
3165 tunnels. L2TP is replacing PPTP for VPN uses. 3165 tunnels. L2TP is replacing PPTP for VPN uses.
3166 3166
3167 This kernel component handles only L2TP data packets: a
3168 userland daemon handles L2TP the control protocol (tunnel
3169 and session setup). One such daemon is OpenL2TP
3170 (http://openl2tp.sourceforge.net/).
3171
3172config SLIP 3167config SLIP
3173 tristate "SLIP (serial line) support" 3168 tristate "SLIP (serial line) support"
3174 ---help--- 3169 ---help---