From: Kees Cook Date: Wed, 13 Feb 2013 00:24:56 +0000 (-0800) Subject: net, sctp: remove CONFIG_EXPERIMENTAL X-Git-Tag: v3.8~10^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3bdb1a443a53a4058b95c8a67c856cc8b8393411;p=profile%2Fcommon%2Fkernel-common.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 7521d94..cf48528 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