]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/md/Kconfig
async_tx: Move ASYNC_RAID6_TEST option to crypto/async_tx/, fix dependencies
[net-next-2.6.git] / drivers / md / Kconfig
index 020f9573fd82011babb4ad666a2966a44d088aba..e27ae4604cef3c90d1fa46115341bad8cb59fd3c 100644 (file)
@@ -121,9 +121,11 @@ config MD_RAID10
 config MD_RAID456
        tristate "RAID-4/RAID-5/RAID-6 mode"
        depends on BLK_DEV_MD
-       select MD_RAID6_PQ
+       select RAID6_PQ
        select ASYNC_MEMCPY
        select ASYNC_XOR
+       select ASYNC_PQ
+       select ASYNC_RAID6_RECOV
        ---help---
          A RAID-5 set of N drives with a capacity of C MB per drive provides
          the capacity of C * (N - 1) MB, and protects against a failure
@@ -152,8 +154,16 @@ config MD_RAID456
 
          If unsure, say Y.
 
-config MD_RAID6_PQ
-       tristate
+config MULTICORE_RAID456
+       bool "RAID-4/RAID-5/RAID-6 Multicore processing (EXPERIMENTAL)"
+       depends on MD_RAID456
+       depends on SMP
+       depends on EXPERIMENTAL
+       ---help---
+         Enable the raid456 module to dispatch per-stripe raid operations to a
+         thread pool.
+
+         If unsure, say N.
 
 config MD_MULTIPATH
        tristate "Multipath I/O support"