net: add PPP on PPTP Network Server (PPPoPNS) driver.
[firefly-linux-kernel-4.4.55.git] / drivers / net / ppp / Kconfig
index b092b5e25c83476a6a2f086f0ac7308a046b2b6d..282aec4860ebe56b6097a3d6a20da7725c103e2c 100644 (file)
@@ -158,6 +158,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 PPP_ASYNC
        tristate "PPP support for async serial ports"
        depends on PPP