Commit 8aa53cb3 authored by Kees Cook's avatar Kees Cook Committed by Greg Kroah-Hartman

drivers/net/ppp: remove depends on CONFIG_EXPERIMENTAL

The CONFIG_EXPERIMENTAL config item has not carried much meaning for a
while now and is almost always enabled by default. As agreed during the
Linux kernel summit, remove it from any "depends on" lines in Kconfigs.
Acked-by: default avatarDavid S. Miller <davem@davemloft.net>
Signed-off-by: default avatarKees Cook <keescook@chromium.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 91d09454
...@@ -82,8 +82,8 @@ config PPP_FILTER ...@@ -82,8 +82,8 @@ config PPP_FILTER
If unsure, say N. If unsure, say N.
config PPP_MPPE config PPP_MPPE
tristate "PPP MPPE compression (encryption) (EXPERIMENTAL)" tristate "PPP MPPE compression (encryption)"
depends on PPP && EXPERIMENTAL depends on PPP
select CRYPTO select CRYPTO
select CRYPTO_SHA1 select CRYPTO_SHA1
select CRYPTO_ARC4 select CRYPTO_ARC4
...@@ -96,8 +96,8 @@ config PPP_MPPE ...@@ -96,8 +96,8 @@ config PPP_MPPE
configuring PPTP clients and servers to utilize this method. configuring PPTP clients and servers to utilize this method.
config PPP_MULTILINK config PPP_MULTILINK
bool "PPP multilink support (EXPERIMENTAL)" bool "PPP multilink support"
depends on PPP && EXPERIMENTAL depends on PPP
---help--- ---help---
PPP multilink is a protocol (defined in RFC 1990) which allows you PPP multilink is a protocol (defined in RFC 1990) which allows you
to combine several (logical or physical) lines into one logical PPP to combine several (logical or physical) lines into one logical PPP
...@@ -118,8 +118,8 @@ config PPPOATM ...@@ -118,8 +118,8 @@ config PPPOATM
changes its encapsulation unilaterally. changes its encapsulation unilaterally.
config PPPOE config PPPOE
tristate "PPP over Ethernet (EXPERIMENTAL)" tristate "PPP over Ethernet"
depends on EXPERIMENTAL && PPP depends on PPP
---help--- ---help---
Support for PPP over Ethernet. Support for PPP over Ethernet.
...@@ -130,8 +130,8 @@ config PPPOE ...@@ -130,8 +130,8 @@ config PPPOE
the heading "Kernel mode PPPoE"). the heading "Kernel mode PPPoE").
config PPTP config PPTP
tristate "PPP over IPv4 (PPTP) (EXPERIMENTAL)" tristate "PPP over IPv4 (PPTP)"
depends on EXPERIMENTAL && PPP && NET_IPGRE_DEMUX depends on PPP && NET_IPGRE_DEMUX
---help--- ---help---
Support for PPP over IPv4.(Point-to-Point Tunneling Protocol) Support for PPP over IPv4.(Point-to-Point Tunneling Protocol)
...@@ -141,8 +141,8 @@ config PPTP ...@@ -141,8 +141,8 @@ config PPTP
utilize this module. utilize this module.
config PPPOL2TP config PPPOL2TP
tristate "PPP over L2TP (EXPERIMENTAL)" tristate "PPP over L2TP"
depends on EXPERIMENTAL && L2TP && PPP depends on L2TP && PPP
---help--- ---help---
Support for PPP-over-L2TP socket family. L2TP is a protocol Support for PPP-over-L2TP socket family. L2TP is a protocol
used by ISPs and enterprises to tunnel PPP traffic over UDP used by ISPs and enterprises to tunnel PPP traffic over UDP
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment