projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a43fb73
)
ceph: select CRYPTO
author
Sage Weil
<sage@newdream.net>
Fri, 17 Sep 2010 19:30:31 +0000
(12:30 -0700)
committer
Sage Weil
<sage@newdream.net>
Fri, 17 Sep 2010 19:30:31 +0000
(12:30 -0700)
We select CRYPTO_AES, but not CRYPTO.
Signed-off-by: Sage Weil <sage@newdream.net>
fs/ceph/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/fs/ceph/Kconfig
b/fs/ceph/Kconfig
index bc87b9c1d27ea8e253f5a1b9b395a287ede4106e..0fcd2640c23fdda2c7fd99415b730837c591eba8 100644
(file)
--- a/
fs/ceph/Kconfig
+++ b/
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