aboutsummaryrefslogtreecommitdiff
path: root/crypto/async_tx/Kconfig
blob: d8fb39145986569d6ac0fc327881aa95edf52e62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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