aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2015-11-10 12:13:00 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2015-11-10 12:13:00 -0800
commit3934bbc0446e4cae977a6efe82ce993d37434e53 (patch)
tree7bd594d007be1c44281f7f97de3fa7cb2c8518af /drivers/md
parentMerge tag 'libnvdimm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm (diff)
parentraid5-cache: add crc32c Kconfig dependency (diff)
downloadlinux-dev-3934bbc0446e4cae977a6efe82ce993d37434e53.tar.xz
linux-dev-3934bbc0446e4cae977a6efe82ce993d37434e53.zip
Merge tag 'md/4.4-rc0-fix' of git://neil.brown.name/md
Pull config fix for md from Neil Brown: "New config dependency needed as md/raid5 now uses crc32c" * tag 'md/4.4-rc0-fix' of git://neil.brown.name/md: raid5-cache: add crc32c Kconfig dependency
Diffstat (limited to 'drivers/md')
-rw-r--r--drivers/md/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/md/Kconfig b/drivers/md/Kconfig
index 3e01e6fb3424..7913fdcfc849 100644
--- a/drivers/md/Kconfig
+++ b/drivers/md/Kconfig
@@ -123,6 +123,7 @@ config MD_RAID456
tristate "RAID-4/RAID-5/RAID-6 mode"
depends on BLK_DEV_MD
select RAID6_PQ
+ select LIBCRC32C
select ASYNC_MEMCPY
select ASYNC_XOR
select ASYNC_PQ