aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 5a6895320b48..9b2a72089a68 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -3192,6 +3192,17 @@ config PPPOE
3192 which contains instruction on how to use this driver (under 3192 which contains instruction on how to use this driver (under
3193 the heading "Kernel mode PPPoE"). 3193 the heading "Kernel mode PPPoE").
3194 3194
3195config PPTP
3196 tristate "PPP over IPv4 (PPTP) (EXPERIMENTAL)"
3197 depends on EXPERIMENTAL && PPP && NET_IPGRE_DEMUX
3198 help
3199 Support for PPP over IPv4.(Point-to-Point Tunneling Protocol)
3200
3201 This driver requires pppd plugin to work in client mode or
3202 modified pptpd (poptop) to work in server mode.
3203 See http://accel-pptp.sourceforge.net/ for information how to
3204 utilize this module.
3205
3195config PPPOATM 3206config PPPOATM
3196 tristate "PPP over ATM" 3207 tristate "PPP over ATM"
3197 depends on ATM && PPP 3208 depends on ATM && PPP