From: Sage Weil Date: Fri, 17 Sep 2010 19:30:31 +0000 (-0700) Subject: ceph: select CRYPTO X-Git-Tag: upstream/snapshot3+hdmi~12959^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=be4f104dfd3b5e3ae262bff607965cfc38027dec;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git ceph: select CRYPTO We select CRYPTO_AES, but not CRYPTO. Signed-off-by: Sage Weil --- 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 @@ config CEPH_FS 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