diff options
author | Qu Wenruo <wqu@suse.com> | 2021-12-27 14:12:08 +0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-01-18 08:31:02 -0500 |
commit | 1617165a172ea1768c9cb12cde536f1da252546e (patch) | |
tree | 9c4af983adca444808b7e3ff629a377c222150cc /fs/btrfs/Kconfig | |
parent | 7c3fd5c25dd005c5eef54cc629fcbfcf48a04e9a (diff) | |
download | u-boot-1617165a172ea1768c9cb12cde536f1da252546e.tar.gz |
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/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/Kconfig b/fs/btrfs/Kconfig index a0b48c23b3..e31afe595f 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 |