aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/Kconfig
diff options
context:
space:
mode:
authorQu Wenruo2021-12-27 14:12:08 +0800
committerTom Rini2022-01-18 08:31:02 -0500
commit1617165a172ea1768c9cb12cde536f1da252546e (patch)
tree9c4af983adca444808b7e3ff629a377c222150cc /fs/btrfs/Kconfig
parent7c3fd5c25dd005c5eef54cc629fcbfcf48a04e9a (diff)
fs/btrfs: add dependency on BLAKE2 hash
Now btrfs can utilize the newly intorudced BLAKE2 hash. Signed-off-by: Qu Wenruo <wqu@suse.com>
Diffstat (limited to 'fs/btrfs/Kconfig')
-rw-r--r--fs/btrfs/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/Kconfig b/fs/btrfs/Kconfig
index a0b48c23b31..e31afe595f3 100644
--- a/fs/btrfs/Kconfig
+++ b/fs/btrfs/Kconfig
@@ -6,6 +6,7 @@ config FS_BTRFS
select ZSTD
select RBTREE
select SHA256
+ select BLAKE2
help
This provides a single-device read-only BTRFS support. BTRFS is a
next-generation Linux file system based on the copy-on-write