aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/fs/btrfs/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/fs/btrfs/Kconfig')
-rw-r--r--roms/u-boot/fs/btrfs/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/roms/u-boot/fs/btrfs/Kconfig b/roms/u-boot/fs/btrfs/Kconfig
new file mode 100644
index 000000000..2a32f42ad
--- /dev/null
+++ b/roms/u-boot/fs/btrfs/Kconfig
@@ -0,0 +1,11 @@
+config FS_BTRFS
+ bool "Enable BTRFS filesystem support"
+ select CRC32C
+ select LZO
+ select ZSTD
+ select RBTREE
+ select SHA256
+ 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.