diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2010-07-24 06:41:18 -0400 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2010-07-24 21:36:07 -0700 |
commit | 25848b3ec681c7018e3746dd850c1e8ed0a3dd6b (patch) | |
tree | 5e3c4a3af1178c44740aae781ac9d2f71769c02d /fs/ceph/Kconfig | |
parent | 1dadcce358a4c4078e1ea0bc4365c3f67b8e373e (diff) | |
download | linux-25848b3ec681c7018e3746dd850c1e8ed0a3dd6b.tar.bz2 |
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>
Diffstat (limited to 'fs/ceph/Kconfig')
-rw-r--r-- | fs/ceph/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ceph/Kconfig b/fs/ceph/Kconfig index 04b8280582a9..bc87b9c1d27e 100644 --- a/fs/ceph/Kconfig +++ b/fs/ceph/Kconfig @@ -2,7 +2,7 @@ config CEPH_FS tristate "Ceph distributed file system (EXPERIMENTAL)" depends on INET && EXPERIMENTAL select LIBCRC32C - select CONFIG_CRYPTO_AES + select CRYPTO_AES help Choose Y or M here to include support for mounting the experimental Ceph distributed file system. Ceph is an extremely |