commit | be4f104dfd3b5e3ae262bff607965cfc38027dec | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@newdream.net> | Fri Sep 17 12:30:31 2010 -0700 |
committer | Sage Weil <sage@newdream.net> | Fri Sep 17 12:30:31 2010 -0700 |
tree | 8b2f84afebe64730a83307ad9b18c6f6ca51962f | |
parent | a43fb73101eaf6db0b33d22c152b338ab8b3edbb [diff] |
ceph: select CRYPTO We select CRYPTO_AES, but not CRYPTO. Signed-off-by: Sage Weil <sage@newdream.net>
diff --git a/fs/ceph/Kconfig b/fs/ceph/Kconfig index bc87b9c..0fcd264 100644 --- a/fs/ceph/Kconfig +++ b/fs/ceph/Kconfig
@@ -3,6 +3,7 @@ depends on INET && EXPERIMENTAL select LIBCRC32C select CRYPTO_AES + select CRYPTO help Choose Y or M here to include support for mounting the experimental Ceph distributed file system. Ceph is an extremely