400fb7f6a0
The prompt for "Self test for hardware accelerated raid6 recovery" does not belong in the top level configuration menu. All the options in crypto/async_tx/Kconfig are selected and do not depend on CRYPTO. Kconfig.debug seems like a reasonable fit. Cc: Herbert Xu <herbert@gondor.apana.org.au> Cc: David Woodhouse <David.Woodhouse@intel.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
31 lines
415 B
Text
31 lines
415 B
Text
config ASYNC_CORE
|
|
tristate
|
|
|
|
config ASYNC_MEMCPY
|
|
tristate
|
|
select ASYNC_CORE
|
|
|
|
config ASYNC_XOR
|
|
tristate
|
|
select ASYNC_CORE
|
|
select XOR_BLOCKS
|
|
|
|
config ASYNC_MEMSET
|
|
tristate
|
|
select ASYNC_CORE
|
|
|
|
config ASYNC_PQ
|
|
tristate
|
|
select ASYNC_CORE
|
|
|
|
config ASYNC_RAID6_RECOV
|
|
tristate
|
|
select ASYNC_CORE
|
|
select ASYNC_PQ
|
|
select ASYNC_XOR
|
|
|
|
config ASYNC_TX_DISABLE_PQ_VAL_DMA
|
|
bool
|
|
|
|
config ASYNC_TX_DISABLE_XOR_VAL_DMA
|
|
bool
|