]> git.ipfire.org Git - people/ms/u-boot.git/blame - fs/btrfs/Kconfig
Remove CONFIG_SYS_BOOTCOUNT_SINGLEWORD
[people/ms/u-boot.git] / fs / btrfs / Kconfig
CommitLineData
0c936ee3
MB
1config FS_BTRFS
2 bool "Enable BTRFS filesystem support"
3 select CRC32C
4 select LZO
5 select RBTREE
6 help
7 This provides a single-device read-only BTRFS support. BTRFS is a
8 next-generation Linux file system based on the copy-on-write
9 principle.