Marek Behún | 0c936ee | 2017-09-03 17:00:29 +0200 | [diff] [blame] | 1 | config FS_BTRFS |
2 | bool "Enable BTRFS filesystem support" | ||||
3 | select CRC32C | ||||
4 | select LZO | ||||
Marek Behún | 53290e6 | 2019-04-29 22:40:45 +0200 | [diff] [blame] | 5 | select ZSTD |
Marek Behún | 0c936ee | 2017-09-03 17:00:29 +0200 | [diff] [blame] | 6 | select RBTREE |
7 | help | ||||
8 | This provides a single-device read-only BTRFS support. BTRFS is a | ||||
9 | next-generation Linux file system based on the copy-on-write | ||||
10 | principle. |