1config FS_BTRFS
2 bool "Enable BTRFS filesystem support"
3 select CRC32C
4 select LZO
5 select ZSTD
6 select RBTREE
7 select SHA256
8 help
9 This provides a single-device read-only BTRFS support. BTRFS is a
10 next-generation Linux file system based on the copy-on-write
11 principle.
12