aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2019-11-28 13:02:32 +0100
committerDavid Sterba <dsterba@suse.com>2019-12-09 17:56:06 +0100
commit78f926f72e43e4b974f69688593a9b682089e82a (patch)
tree849abbbc709769fb5329e93bdb167ac50cf53772 /fs
parentLinux 5.5-rc1 (diff)
downloadlinux-dev-78f926f72e43e4b974f69688593a9b682089e82a.tar.xz
linux-dev-78f926f72e43e4b974f69688593a9b682089e82a.zip
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 <dsterba@suse.com>
Diffstat (limited to 'fs')
-rw-r--r--fs/btrfs/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/Kconfig b/fs/btrfs/Kconfig
index 75b6d10c9845..575636f6491e 100644
--- a/fs/btrfs/Kconfig
+++ b/fs/btrfs/Kconfig
@@ -7,6 +7,7 @@ config BTRFS_FS
select LIBCRC32C
select CRYPTO_XXHASH
select CRYPTO_SHA256
+ select CRYPTO_BLAKE2B
select ZLIB_INFLATE
select ZLIB_DEFLATE
select LZO_COMPRESS