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" <davem@davemloft.net> Signed-off-by: Kees Cook <keescook@chromium.org> Acked-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
e34430eeca
commit
af2b08d31e
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
config AF_RXRPC
|
config AF_RXRPC
|
||||||
tristate "RxRPC session sockets"
|
tristate "RxRPC session sockets"
|
||||||
depends on INET && EXPERIMENTAL
|
depends on INET
|
||||||
select CRYPTO
|
select CRYPTO
|
||||||
select KEYS
|
select KEYS
|
||||||
help
|
help
|
||||||
|
|
Loading…
Reference in New Issue