repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'linux-kselftest-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
[linux/fpc-iii.git]
/
crypto
/
async_tx
/
Kconfig
blob
89bafa2efc300eabc5b6ec84f51fbe588bff5df4
1
# SPDX-License-Identifier: GPL-2.0
2
config ASYNC_CORE
3
tristate
4
5
config ASYNC_MEMCPY
6
tristate
7
select ASYNC_CORE
8
9
config ASYNC_XOR
10
tristate
11
select ASYNC_CORE
12
select XOR_BLOCKS
13
14
config ASYNC_PQ
15
tristate
16
select ASYNC_CORE
17
18
config ASYNC_RAID6_RECOV
19
tristate
20
select ASYNC_CORE
21
select ASYNC_PQ
22
select ASYNC_XOR
23
24
config ASYNC_TX_DISABLE_PQ_VAL_DMA
25
bool
26
27
config ASYNC_TX_DISABLE_XOR_VAL_DMA
28
bool