aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/Kconfig
diff options
context:
space:
mode:
authorAndrey Konovalov <andrey.konovalov@linaro.org>2014-02-05 13:17:33 +0400
committerAlex Shi <alex.shi@linaro.org>2014-07-16 12:40:16 +0800
commitbcfc1fcc9e6d2e34e0280540b7b3d046e0f09882 (patch)
tree30f52df8f275f936fdf2ad8e97de65ffb637fb2d /fs/btrfs/Kconfig
parent455c6fdbd219161bd09b1165f11699d6d73de11c (diff)
Make BTRFS_FS to select LIBCRC32C again
Commit 14a958e "Btrfs: fix btrfs boot when compiled as built-in" has removed "select LIBCRC32C", but the btrfs code outside the initialization function still uses crc32c(). Kernel with btrfs support fails to build if LIBCRC32C is not enabled. Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org> (cherry picked from commit 144ea7abcfb85fd066c1b9b3e4536d9db27c106b) Signed-off-by: Alex Shi <alex.shi@linaro.org>
Diffstat (limited to 'fs/btrfs/Kconfig')
-rw-r--r--fs/btrfs/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/Kconfig b/fs/btrfs/Kconfig
index a66768ebc8d1..3def5122904a 100644
--- a/fs/btrfs/Kconfig
+++ b/fs/btrfs/Kconfig
@@ -1,5 +1,6 @@
config BTRFS_FS
tristate "Btrfs filesystem support"
+ select LIBCRC32C
select CRYPTO
select CRYPTO_CRC32C
select ZLIB_INFLATE