powerpc/83xx: Convert existing sdhc nodes to new bindings
[linux-2.6/mini2440.git] / fs / btrfs / Kconfig
blobf8fcf999ea1b1e11d2bb92730961b764216ce1c0
1 config BTRFS_FS
2         tristate "Btrfs filesystem (EXPERIMENTAL) Unstable disk format"
3         depends on EXPERIMENTAL
4         select LIBCRC32C
5         select ZLIB_INFLATE
6         select ZLIB_DEFLATE
7         help
8           Btrfs is a new filesystem with extents, writable snapshotting,
9           support for multiple devices and many more features.
11           Btrfs is highly experimental, and THE DISK FORMAT IS NOT YET
12           FINALIZED.  You should say N here unless you are interested in
13           testing Btrfs with non-critical data.
15           To compile this file system support as a module, choose M here. The
16           module will be called btrfs.
18           If unsure, say N.