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/[email protected]). Acked-by: Kent Overstreet <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Eric Biggers <[email protected]>
1 parent 55d1ecc commit cc354fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)