]> git.ipfire.org Git - thirdparty/u-boot.git/blob - fs/btrfs/Kconfig
fs/erofs: Remove an unnecessary assertion
[thirdparty/u-boot.git] / fs / btrfs / Kconfig
1 config FS_BTRFS
2 bool "Enable BTRFS filesystem support"
3 select CRC32C
4 select LIB_UUID
5 select LZO
6 select ZSTD
7 select RBTREE
8 select SHA256
9 select BLAKE2
10 help
11 This provides a single-device read-only BTRFS support. BTRFS is a
12 next-generation Linux file system based on the copy-on-write
13 principle.