浏览代码

ceph: select CRYPTO

We select CRYPTO_AES, but not CRYPTO.

Signed-off-by: Sage Weil <sage@newdream.net>
Sage Weil 14 年之前
父节点
当前提交
be4f104dfd
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      fs/ceph/Kconfig

+ 1 - 0
fs/ceph/Kconfig

@@ -3,6 +3,7 @@ config CEPH_FS
 	depends on INET && EXPERIMENTAL
 	depends on INET && EXPERIMENTAL
 	select LIBCRC32C
 	select LIBCRC32C
 	select CRYPTO_AES
 	select CRYPTO_AES
+	select CRYPTO
 	help
 	help
 	  Choose Y or M here to include support for mounting the
 	  Choose Y or M here to include support for mounting the
 	  experimental Ceph distributed file system.  Ceph is an extremely
 	  experimental Ceph distributed file system.  Ceph is an extremely