Kconfig (05909cd9a0c8811731b38697af13075e8954314f) | Kconfig (cd1a677cad994021b19665ed476aea63f5d54f31) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2config CEPH_LIB 3 tristate "Ceph core library" 4 depends on INET 5 select LIBCRC32C 6 select CRYPTO_AES 7 select CRYPTO_CBC | 1# SPDX-License-Identifier: GPL-2.0-only 2config CEPH_LIB 3 tristate "Ceph core library" 4 depends on INET 5 select LIBCRC32C 6 select CRYPTO_AES 7 select CRYPTO_CBC |
8 select CRYPTO_GCM 9 select CRYPTO_HMAC 10 select CRYPTO_SHA256 |
|
8 select CRYPTO 9 select KEYS 10 default n 11 help 12 Choose Y or M here to include cephlib, which provides the 13 common functionality to both the Ceph filesystem and 14 to the rados block device (rbd). 15 --- 29 unchanged lines hidden --- | 11 select CRYPTO 12 select KEYS 13 default n 14 help 15 Choose Y or M here to include cephlib, which provides the 16 common functionality to both the Ceph filesystem and 17 to the rados block device (rbd). 18 --- 29 unchanged lines hidden --- |