]> bbs.cooldavid.org Git - net-next-2.6.git/blame - crypto/async_tx/Kconfig
async_tx: add the async_tx api
[net-next-2.6.git] / crypto / async_tx / Kconfig
CommitLineData
9bc89cd8
DW
1config ASYNC_CORE
2 tristate
3
4config ASYNC_MEMCPY
5 tristate
6 select ASYNC_CORE
7
8config ASYNC_XOR
9 tristate
10 select ASYNC_CORE
11 select XOR_BLOCKS
12
13config ASYNC_MEMSET
14 tristate
15 select ASYNC_CORE
16