]> git.ipfire.org Git - thirdparty/u-boot.git/blame - fs/btrfs/Kconfig
fs: btrfs: Prevent error pointer dereference in list_subvolums()
[thirdparty/u-boot.git] / fs / btrfs / Kconfig
CommitLineData
0c936ee3
MB
1config FS_BTRFS
2 bool "Enable BTRFS filesystem support"
3 select CRC32C
8b6ee248 4 select LIB_UUID
0c936ee3 5 select LZO
53290e6e 6 select ZSTD
0c936ee3 7 select RBTREE
8921ac97 8 select SHA256
1617165a 9 select BLAKE2
0c936ee3
MB
10 help
11 This provides a single-device read-only BTRFS support. BTRFS is a
12 next-generation Linux file system based on the copy-on-write
13 principle.