ceph: Correct obvious typo of Kconfig variable "CRYPTO_AES"
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Sage Weil <sage@newdream.net>
This commit is contained in:
parent
1dadcce358
commit
25848b3ec6
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ config CEPH_FS
|
||||||
tristate "Ceph distributed file system (EXPERIMENTAL)"
|
tristate "Ceph distributed file system (EXPERIMENTAL)"
|
||||||
depends on INET && EXPERIMENTAL
|
depends on INET && EXPERIMENTAL
|
||||||
select LIBCRC32C
|
select LIBCRC32C
|
||||||
select CONFIG_CRYPTO_AES
|
select CRYPTO_AES
|
||||||
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue