X-Git-Url: https://bbs.cooldavid.org/git/?a=blobdiff_plain;f=lib%2FKconfig.debug;h=28b42b9274d0b5fe47522d9df8158498be12319a;hb=HEAD;hp=995840664a5f388b1248bb5b5b363daa1e89948e;hpb=9e5fca251f44832cb996961048ea977f80faf6ea;p=net-next-2.6.git diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 995840664a5..28b42b9274d 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -1217,6 +1217,19 @@ config ATOMIC64_SELFTEST If unsure, say N. +config ASYNC_RAID6_TEST + tristate "Self test for hardware accelerated raid6 recovery" + depends on ASYNC_RAID6_RECOV + select ASYNC_MEMCPY + ---help--- + This is a one-shot self test that permutes through the + recovery of all the possible two disk failure scenarios for a + N-disk array. Recovery is performed with the asynchronous + raid6 recovery routines, and will optionally use an offload + engine if one is available. + + If unsure, say N. + source "samples/Kconfig" source "lib/Kconfig.kgdb"