2017-09-03 15:00:29 +00:00
|
|
|
config FS_BTRFS
|
|
|
|
bool "Enable BTRFS filesystem support"
|
|
|
|
select CRC32C
|
|
|
|
select LZO
|
2019-04-29 20:40:45 +00:00
|
|
|
select ZSTD
|
2017-09-03 15:00:29 +00:00
|
|
|
select RBTREE
|
|
|
|
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.
|