2017-09-03 15:00:29 +00:00
|
|
|
config FS_BTRFS
|
|
|
|
bool "Enable BTRFS filesystem support"
|
|
|
|
select CRC32C
|
2021-07-02 18:36:15 +00:00
|
|
|
select LIB_UUID
|
2017-09-03 15:00:29 +00:00
|
|
|
select LZO
|
2019-04-29 20:40:45 +00:00
|
|
|
select ZSTD
|
2017-09-03 15:00:29 +00:00
|
|
|
select RBTREE
|
2021-01-27 09:42:30 +00:00
|
|
|
select SHA256
|
2021-12-27 06:12:08 +00:00
|
|
|
select BLAKE2
|
2017-09-03 15:00:29 +00:00
|
|
|
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.
|