diff options
author | Kees Cook <keescook@chromium.org> | 2012-10-02 20:19:40 +0200 |
---|---|---|
committer | Kees Cook <keescook@chromium.org> | 2013-01-11 20:39:33 +0100 |
commit | 11e9ec6e61678d3e25ab33c789147ae6655892df (patch) | |
tree | 5289db838e9f49596b4eb2cb77f9c69d3ce028ab /net/ceph/Kconfig | |
parent | net/9p: remove depends on CONFIG_EXPERIMENTAL (diff) | |
download | linux-11e9ec6e61678d3e25ab33c789147ae6655892df.tar.xz linux-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/Kconfig | 4 |
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 |