summaryrefslogtreecommitdiff
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorChia-chi Yeh <chiachi@android.com>2009-06-12 01:09:30 +0800
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:38:11 -0800
commit24857e4ad1ec0ece16b61d2168cc9bc2b6643187 (patch)
tree9564f3d9f6f24a84955e43ec2ca0f236f33f3005 /drivers/net/Kconfig
parent2cbd3ba8f55cd7d10075e6fa2bafc42f51c0cdd2 (diff)
net: add PPP on PPTP Network Server (PPPoPNS) driver.
Signed-off-by: Chia-chi Yeh <chiachi@android.com> ppopns: dont include px_proto define in if_pppopns.h Change-Id: I27e687667db5b45182562f4a517a2e6cec6b1350 Signed-off-by: Dima Zavin <dima@android.com>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index d05c3e5b53a5..41b279abbd5c 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -3334,6 +3334,14 @@ config PPPOLAC
and a PPP channel, but only permits one session per socket. Thus it is
fairly simple and suited for clients.
+config PPPOPNS
+ tristate "PPP on PPTP Network Server"
+ depends on PPP && INET
+ help
+ PPTP (RFC 2637) is a tunneling protocol widely used in virtual private
+ networks. This driver handles PPTP data packets between a RAW socket
+ and a PPP channel. It is fairly simple and easy to use.
+
config SLIP
tristate "SLIP (serial line) support"
---help---