diff options
author | David Sterba <dsterba@suse.com> | 2019-11-28 15:02:32 +0300 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2019-12-09 19:56:06 +0300 |
commit | 78f926f72e43e4b974f69688593a9b682089e82a (patch) | |
tree | 849abbbc709769fb5329e93bdb167ac50cf53772 /fs/btrfs/Kconfig | |
parent | e42617b825f8073569da76dc4510bfa019b1c35a (diff) | |
download | linux-78f926f72e43e4b974f69688593a9b682089e82a.tar.xz |
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/btrfs/Kconfig')
-rw-r--r-- | fs/btrfs/Kconfig | 1 |
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 |