aboutsummaryrefslogtreecommitdiffstats
path: root/net/ceph/Kconfig
diff options
context:
space:
mode:
authorKees Cook <keescook@chromium.org>2012-10-02 14:19:40 -0400
committerKees Cook <keescook@chromium.org>2013-01-11 14:39:33 -0500
commit11e9ec6e61678d3e25ab33c789147ae6655892df (patch)
tree5289db838e9f49596b4eb2cb77f9c69d3ce028ab /net/ceph/Kconfig
parent28c5045246ac37d037cff6381b2cf527fb09e027 (diff)
net/ceph: 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: Sage Weil <sage@inktank.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: Sage Weil <sage@inktank.com>
Diffstat (limited to 'net/ceph/Kconfig')
-rw-r--r--net/ceph/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ceph/Kconfig b/net/ceph/Kconfig
index cc04dd667a10..e50cc69ae8ca 100644
--- a/net/ceph/Kconfig
+++ b/net/ceph/Kconfig
@@ -1,6 +1,6 @@
1config CEPH_LIB 1config CEPH_LIB
2 tristate "Ceph core library (EXPERIMENTAL)" 2 tristate "Ceph core library"
3 depends on INET && EXPERIMENTAL 3 depends on INET
4 select LIBCRC32C 4 select LIBCRC32C
5 select CRYPTO_AES 5 select CRYPTO_AES
6 select CRYPTO 6 select CRYPTO