Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net/dccp/ccids: 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: 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>

Kees Cook 95148a0f 11e9ec6e

+2 -3
+2 -3
net/dccp/ccids/Kconfig
··· 1 - menu "DCCP CCIDs Configuration (EXPERIMENTAL)" 2 - depends on EXPERIMENTAL 1 + menu "DCCP CCIDs Configuration" 3 2 4 3 config IP_DCCP_CCID2_DEBUG 5 4 bool "CCID-2 debugging messages" ··· 11 12 If in doubt, say N. 12 13 13 14 config IP_DCCP_CCID3 14 - bool "CCID-3 (TCP-Friendly) (EXPERIMENTAL)" 15 + bool "CCID-3 (TCP-Friendly)" 15 16 def_bool y if (IP_DCCP = y || IP_DCCP = m) 16 17 ---help--- 17 18 CCID-3 denotes TCP-Friendly Rate Control (TFRC), an equation-based