From: Kees Cook Date: Tue, 2 Oct 2012 18:20:00 +0000 (-0700) Subject: net/rxrpc: remove depends on CONFIG_EXPERIMENTAL X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=af2b08d31ecf1fdba16d09d7bf5756d5b3d1ddb1;p=linux-edison.git net/rxrpc: 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: "David S. Miller" Signed-off-by: Kees Cook Acked-by: David S. Miller --- diff --git a/net/rxrpc/Kconfig b/net/rxrpc/Kconfig index 0d3103c4f11..23dcef12b98 100644 --- a/net/rxrpc/Kconfig +++ b/net/rxrpc/Kconfig @@ -4,7 +4,7 @@ config AF_RXRPC tristate "RxRPC session sockets" - depends on INET && EXPERIMENTAL + depends on INET select CRYPTO select KEYS help