Skip to content

Commit cc354fa

Browse files
committed
bcachefs: Explicitly select CRYPTO from BCACHEFS_FS
Explicitly select CRYPTO from BCACHEFS_FS, so that this dependency of CRYPTO_SHA256, CRYPTO_CHACHA20, and CRYPTO_POLY1305 (which are also selected) is satisfied. Currently this dependency is satisfied indirectly via LIBCRC32C, but this is fragile and is planned to change (https://lore.kernel.org/r/20241021002935.325878-13-ebiggers@kernel.org). Acked-by: Kent Overstreet <kent.overstreet@linux.dev> Link: https://lore.kernel.org/r/20241202010844.144356-15-ebiggers@kernel.org Signed-off-by: Eric Biggers <ebiggers@google.com>
1 parent 55d1ecc commit cc354fa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

fs/bcachefs/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ config BCACHEFS_FS
1515
select ZLIB_INFLATE
1616
select ZSTD_COMPRESS
1717
select ZSTD_DECOMPRESS
18+
select CRYPTO
1819
select CRYPTO_SHA256
1920
select CRYPTO_CHACHA20
2021
select CRYPTO_POLY1305

0 commit comments

Comments
 (0)