···2222 tristate2323 select ASYNC_CORE2424 select ASYNC_PQ2525+ select ASYNC_XOR2626+2727+config ASYNC_RAID6_TEST2828+ tristate "Self test for hardware accelerated raid6 recovery"2929+ depends on ASYNC_RAID6_RECOV3030+ select ASYNC_MEMCPY3131+ ---help---3232+ This is a one-shot self test that permutes through the3333+ recovery of all the possible two disk failure scenarios for a3434+ N-disk array. Recovery is performed with the asynchronous3535+ raid6 recovery routines, and will optionally use an offload3636+ engine if one is available.3737+3838+ If unsure, say N.25392640config ASYNC_TX_DISABLE_PQ_VAL_DMA2741 bool
+1-17
drivers/md/Kconfig
···121121config MD_RAID456122122 tristate "RAID-4/RAID-5/RAID-6 mode"123123 depends on BLK_DEV_MD124124- select MD_RAID6_PQ124124+ select RAID6_PQ125125 select ASYNC_MEMCPY126126 select ASYNC_XOR127127 select ASYNC_PQ···162162 ---help---163163 Enable the raid456 module to dispatch per-stripe raid operations to a164164 thread pool.165165-166166- If unsure, say N.167167-168168-config MD_RAID6_PQ169169- tristate170170-171171-config ASYNC_RAID6_TEST172172- tristate "Self test for hardware accelerated raid6 recovery"173173- depends on MD_RAID6_PQ174174- select ASYNC_RAID6_RECOV175175- ---help---176176- This is a one-shot self test that permutes through the177177- recovery of all the possible two disk failure scenarios for a178178- N-disk array. Recovery is performed with the asynchronous179179- raid6 recovery routines, and will optionally use an offload180180- engine if one is available.181165182166 If unsure, say N.183167