]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
net/ceph: remove depends on CONFIG_EXPERIMENTAL
authorKees Cook <keescook@chromium.org>
Tue, 2 Oct 2012 18:19:40 +0000 (11:19 -0700)
committerKees Cook <keescook@chromium.org>
Wed, 14 Nov 2012 15:00:28 +0000 (07:00 -0800)
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>
net/ceph/Kconfig

index cc04dd667a10b9b032c0d10bd3caeb0751ae70c7..e50cc69ae8ca22c2bfde6ce3718d21c954290f0e 100644 (file)
@@ -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