From: Kees Cook Date: Wed, 13 Feb 2013 00:24:56 +0000 (-0800) Subject: net, sctp: remove CONFIG_EXPERIMENTAL X-Git-Tag: v5.15~20757^2 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=3bdb1a443a53a4058b95c8a67c856cc8b8393411;p=mirror_ubuntu-kernels.git net, sctp: remove CONFIG_EXPERIMENTAL This 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. Acked-by: Vlad Yasevich Acked-by: Steven Whitehouse Signed-off-by: Kees Cook Signed-off-by: David Rientjes Signed-off-by: David S. Miller --- diff --git a/net/sctp/Kconfig b/net/sctp/Kconfig index 7521d944c0fb..cf4852814e0c 100644 --- a/net/sctp/Kconfig +++ b/net/sctp/Kconfig @@ -3,8 +3,8 @@ # menuconfig IP_SCTP - tristate "The SCTP Protocol (EXPERIMENTAL)" - depends on INET && EXPERIMENTAL + tristate "The SCTP Protocol" + depends on INET depends on IPV6 || IPV6=n select CRYPTO select CRYPTO_HMAC