aboutsummaryrefslogtreecommitdiffstats
path: root/net/ceph/Kconfig
diff options
context:
space:
mode:
authorKees Cook <keescook@chromium.org>2012-10-02 11:19:40 -0700
committerKees Cook <keescook@chromium.org>2013-01-11 11:39:33 -0800
commit11e9ec6e61678d3e25ab33c789147ae6655892df (patch)
tree5289db838e9f49596b4eb2cb77f9c69d3ce028ab /net/ceph/Kconfig
parentnet/9p: remove depends on CONFIG_EXPERIMENTAL (diff)
downloadlinux-dev-11e9ec6e61678d3e25ab33c789147ae6655892df.tar.xz
linux-dev-11e9ec6e61678d3e25ab33c789147ae6655892df.zip
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 @@
config CEPH_LIB
- tristate "Ceph core library (EXPERIMENTAL)"
- depends on INET && EXPERIMENTAL
+ tristate "Ceph core library"
+ depends on INET
select LIBCRC32C
select CRYPTO_AES
select CRYPTO