Skip to content

Commit 78f926f

Browse files
committed
btrfs: add Kconfig dependency for BLAKE2B
Because the BLAKE2B code went through a different tree, it was not available at the time the btrfs part was merged. Now that the Kconfig symbol exists, add it to the list. Signed-off-by: David Sterba <[email protected]>
1 parent e42617b commit 78f926f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fs/btrfs/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ config BTRFS_FS
77
select LIBCRC32C
88
select CRYPTO_XXHASH
99
select CRYPTO_SHA256
10+
select CRYPTO_BLAKE2B
1011
select ZLIB_INFLATE
1112
select ZLIB_DEFLATE
1213
select LZO_COMPRESS

0 commit comments

Comments
 (0)