ソースを参照

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
 	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