aboutsummaryrefslogtreecommitdiffstats
path: root/fs/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'fs/Kconfig')
-rw-r--r--fs/Kconfig20
1 files changed, 1 insertions, 19 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index 9fbc43f973d4..51f2aba92c22 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -50,25 +50,7 @@ config FILE_LOCKING
50source "fs/xfs/Kconfig" 50source "fs/xfs/Kconfig"
51source "fs/gfs2/Kconfig" 51source "fs/gfs2/Kconfig"
52source "fs/ocfs2/Kconfig" 52source "fs/ocfs2/Kconfig"
53 53source "fs/btrfs/Kconfig"
54config BTRFS_FS
55 tristate "Btrfs filesystem (EXPERIMENTAL) Unstable disk format"
56 depends on EXPERIMENTAL
57 select LIBCRC32C
58 select ZLIB_INFLATE
59 select ZLIB_DEFLATE
60 help
61 Btrfs is a new filesystem with extents, writable snapshotting,
62 support for multiple devices and many more features.
63
64 Btrfs is highly experimental, and THE DISK FORMAT IS NOT YET
65 FINALIZED. You should say N here unless you are interested in
66 testing Btrfs with non-critical data.
67
68 To compile this file system support as a module, choose M here. The
69 module will be called btrfs.
70
71 If unsure, say N.
72 54
73endif # BLOCK 55endif # BLOCK
74 56