]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commitdiff
net/dccp: remove depends on CONFIG_EXPERIMENTAL
authorKees Cook <keescook@chromium.org>
Tue, 2 Oct 2012 18:19:41 +0000 (11:19 -0700)
committerKees Cook <keescook@chromium.org>
Fri, 11 Jan 2013 19:39:34 +0000 (11:39 -0800)
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: Gerrit Renker <gerrit@erg.abdn.ac.uk>
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: Gerrit Renker <gerrit@erg.abdn.ac.uk>
net/dccp/Kconfig

index b75968a040176e1f937d3fbc87fe28643f6edab5..8c0ef71bed2f6a17169e06fd0175d576c03a7403 100644 (file)
@@ -1,6 +1,6 @@
 menuconfig IP_DCCP
-       tristate "The DCCP Protocol (EXPERIMENTAL)"
-       depends on INET && EXPERIMENTAL
+       tristate "The DCCP Protocol"
+       depends on INET
        ---help---
          Datagram Congestion Control Protocol (RFC 4340)