diff options
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index b941c74a06c4..c251cca295c1 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -2784,6 +2784,19 @@ config PPPOATM | |||
2784 | which can lead to bad results if the ATM peer loses state and | 2784 | which can lead to bad results if the ATM peer loses state and |
2785 | changes its encapsulation unilaterally. | 2785 | changes its encapsulation unilaterally. |
2786 | 2786 | ||
2787 | config PPPOL2TP | ||
2788 | tristate "PPP over L2TP (EXPERIMENTAL)" | ||
2789 | depends on EXPERIMENTAL && PPP | ||
2790 | help | ||
2791 | Support for PPP-over-L2TP socket family. L2TP is a protocol | ||
2792 | used by ISPs and enterprises to tunnel PPP traffic over UDP | ||
2793 | tunnels. L2TP is replacing PPTP for VPN uses. | ||
2794 | |||
2795 | This kernel component handles only L2TP data packets: a | ||
2796 | userland daemon handles L2TP the control protocol (tunnel | ||
2797 | and session setup). One such daemon is OpenL2TP | ||
2798 | (http://openl2tp.sourceforge.net/). | ||
2799 | |||
2787 | config SLIP | 2800 | config SLIP |
2788 | tristate "SLIP (serial line) support" | 2801 | tristate "SLIP (serial line) support" |
2789 | ---help--- | 2802 | ---help--- |