diff options
Diffstat (limited to 'net/ceph/Kconfig')
| -rw-r--r-- | net/ceph/Kconfig | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/net/ceph/Kconfig b/net/ceph/Kconfig index cd2d5b9301a1..ea60e3ef0834 100644 --- a/net/ceph/Kconfig +++ b/net/ceph/Kconfig @@ -1,9 +1,12 @@ +# SPDX-License-Identifier: GPL-2.0-only config CEPH_LIB tristate "Ceph core library" depends on INET - select LIBCRC32C + select CRC32 select CRYPTO_AES select CRYPTO_CBC + select CRYPTO_GCM + select CRYPTO_LIB_SHA256 select CRYPTO select KEYS default n @@ -12,7 +15,7 @@ config CEPH_LIB common functionality to both the Ceph filesystem and to the rados block device (rbd). - More information at http://ceph.newdream.net/. + More information at https://ceph.io/. If unsure, say N. @@ -38,6 +41,6 @@ config CEPH_LIB_USE_DNS_RESOLVER be resolved using the CONFIG_DNS_RESOLVER facility. For information on how to use CONFIG_DNS_RESOLVER consult - Documentation/networking/dns_resolver.txt + Documentation/networking/dns_resolver.rst If unsure, say N. |
