mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
1617165a17
Now btrfs can utilize the newly intorudced BLAKE2 hash. Signed-off-by: Qu Wenruo <wqu@suse.com>
13 lines
311 B
Text
13 lines
311 B
Text
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.
|