summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorKees Cook <keescook@chromium.org>2012-10-02 11:20:01 -0700
committerKees Cook <keescook@chromium.org>2013-01-11 11:40:02 -0800
commit52ae2a014ae8463e5ac3144440ff996192fa6e80 (patch)
treefbe133586eca306c69ac0c08ab4fc33395d392ae /net
parentaf2b08d31ecf1fdba16d09d7bf5756d5b3d1ddb1 (diff)
downloadlinux-stable-52ae2a014ae8463e5ac3144440ff996192fa6e80.tar.gz
linux-stable-52ae2a014ae8463e5ac3144440ff996192fa6e80.tar.bz2
linux-stable-52ae2a014ae8463e5ac3144440ff996192fa6e80.zip
net/sctp: 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. CC: Vlad Yasevich <vyasevich@gmail.com> CC: Sridhar Samudrala <sri@us.ibm.com> CC: "David S. Miller" <davem@davemloft.net> Signed-off-by: Kees Cook <keescook@chromium.org> Acked-by: David S. Miller <davem@davemloft.net> Acked-by: Vlad Yasevich <vyasevich@gmail.com>
Diffstat (limited to 'net')
-rw-r--r--net/sctp/Kconfig4
1 files changed, 2 insertions, 2 deletions
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