diff options
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index 18f5a85b47c6..31cce5d88b1a 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -501,6 +501,8 @@ config BTRFS_FS | |||
501 | tristate "Btrfs filesystem (EXPERIMENTAL) Unstable disk format" | 501 | tristate "Btrfs filesystem (EXPERIMENTAL) Unstable disk format" |
502 | depends on EXPERIMENTAL | 502 | depends on EXPERIMENTAL |
503 | select LIBCRC32C | 503 | select LIBCRC32C |
504 | select ZLIB_INFLATE | ||
505 | select ZLIB_DEFLATE | ||
504 | help | 506 | help |
505 | Btrfs is a new filesystem with extents, writable snapshotting, | 507 | Btrfs is a new filesystem with extents, writable snapshotting, |
506 | support for multiple devices and many more features. | 508 | support for multiple devices and many more features. |