Commit e5d84970a554d5c0072043a7b9f0f5b88b5fdfe1

Authored by David Woodhouse
1 parent f5e70d0fe3

async_tx: Move ASYNC_RAID6_TEST option to crypto/async_tx/, fix dependencies

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>

Showing 2 changed files with 14 additions and 13 deletions Side-by-side Diff

crypto/async_tx/Kconfig
... ... @@ -22,4 +22,18 @@
22 22 tristate
23 23 select ASYNC_CORE
24 24 select ASYNC_PQ
  25 + select ASYNC_XOR
  26 +
  27 +config ASYNC_RAID6_TEST
  28 + tristate "Self test for hardware accelerated raid6 recovery"
  29 + depends on ASYNC_RAID6_RECOV
  30 + select ASYNC_MEMCPY
  31 + ---help---
  32 + This is a one-shot self test that permutes through the
  33 + recovery of all the possible two disk failure scenarios for a
  34 + N-disk array. Recovery is performed with the asynchronous
  35 + raid6 recovery routines, and will optionally use an offload
  36 + engine if one is available.
  37 +
  38 + If unsure, say N.
... ... @@ -165,19 +165,6 @@
165 165  
166 166 If unsure, say N.
167 167  
168   -config ASYNC_RAID6_TEST
169   - tristate "Self test for hardware accelerated raid6 recovery"
170   - depends on RAID6_PQ
171   - select ASYNC_RAID6_RECOV
172   - ---help---
173   - This is a one-shot self test that permutes through the
174   - recovery of all the possible two disk failure scenarios for a
175   - N-disk array. Recovery is performed with the asynchronous
176   - raid6 recovery routines, and will optionally use an offload
177   - engine if one is available.
178   -
179   - If unsure, say N.
180   -
181 168 config MD_MULTIPATH
182 169 tristate "Multipath I/O support"
183 170 depends on BLK_DEV_MD