mach-imx: bootaux: fix building with disabled bootelf
[platform/kernel/u-boot.git] / fs / btrfs / Kconfig
1 config FS_BTRFS
2         bool "Enable BTRFS filesystem support"
3         select CRC32C
4         select LIB_UUID
5         select LZO
6         select ZSTD
7         select RBTREE
8         select SHA256
9         select BLAKE2
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.