mirror of https://gitee.com/openkylin/linux.git
ceph: select CRYPTO
We select CRYPTO_AES, but not CRYPTO. Signed-off-by: Sage Weil <sage@newdream.net>
This commit is contained in:
parent
a43fb73101
commit
be4f104dfd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue