Skip to content

Commit 6794862

Browse files
committed
Merge tag 'for-5.5-rc1-kconfig-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Pull btrfs Kconfig fix from David Sterba: "This adds the config dependency integrating the crypto code and btrfs support for blake2b (added in this dev cycle, via different trees). Without it the option had to be selected manually" * tag 'for-5.5-rc1-kconfig-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux: btrfs: add Kconfig dependency for BLAKE2B
2 parents 184b8f7 + 78f926f commit 6794862

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)