1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-11 13:42:36 +02:00
Files
u-boot-megous/fs/btrfs/Kconfig
Qu Wenruo 1617165a17 fs/btrfs: add dependency on BLAKE2 hash
Now btrfs can utilize the newly intorudced BLAKE2 hash.

Signed-off-by: Qu Wenruo <wqu@suse.com>
2022-01-18 08:31:02 -05:00

14 lines
311 B
Plaintext

config FS_BTRFS
bool "Enable BTRFS filesystem support"
select CRC32C
select LIB_UUID
select LZO
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
principle.