diff options
author | Chia-chi Yeh <chiachi@android.com> | 2009-06-12 01:09:30 +0800 |
---|---|---|
committer | Colin Cross <ccross@android.com> | 2011-06-14 09:09:14 -0700 |
commit | 60df15772858da0ea198f11bf3e506685e15c84f (patch) | |
tree | 5ea8fc74bb4b6dc1704f19a022ca0d1f7269c0ce /drivers/net/Kconfig | |
parent | 36d00741d5e6bca5f5a05239cbabaa22a6dd9f88 (diff) | |
download | kernel_samsung_tuna-60df15772858da0ea198f11bf3e506685e15c84f.zip kernel_samsung_tuna-60df15772858da0ea198f11bf3e506685e15c84f.tar.gz kernel_samsung_tuna-60df15772858da0ea198f11bf3e506685e15c84f.tar.bz2 |
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/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 5abe1b3..a6aad4d 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -3332,6 +3332,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--- |