summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.fs
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/config/Config.in.fs')
-rw-r--r--target/linux/config/Config.in.fs17
1 files changed, 17 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.fs b/target/linux/config/Config.in.fs
index 37bbcf183..b27cb7525 100644
--- a/target/linux/config/Config.in.fs
+++ b/target/linux/config/Config.in.fs
@@ -181,6 +181,23 @@ config ADK_KERNEL_XFS_FS
for complete details. This implementation is on-disk compatible
with the IRIX version of XFS.
+config ADK_KERNEL_BTRFS_FS
+ prompt "Btrfs filesystem support"
+ tristate
+ select ADK_KERNEL_CRYPTO_CRC32C
+ select ADK_KERNEL_RAID6_PQ
+ select ADK_KERNEL_XOR_BLOCKS
+ select ADK_KERNEL_ZLIB_DEFLATE
+ select ADK_KERNEL_LZO_COMPRESS
+ select ADK_KERNEL_LZO_DECOMPRESS
+ default n
+ help
+ Btrfs is a general purpose copy-on-write filesystem with extents,
+ writable snapshotting, support for multiple devices and many more
+ features focused on fault tolerance, repair and easy administration.
+ For more information, please see the web pages at
+ http://btrfs.wiki.kernel.org
+
config ADK_KERNEL_FUSE_FS
prompt "Filesystem in Userspace support"
tristate