KVM: Drop useless atomic test from timer function
[safe/jmp/linux-2.6] / crypto / async_tx / Kconfig
1 config ASYNC_CORE
2         tristate
3
4 config ASYNC_MEMCPY
5         tristate
6         select ASYNC_CORE
7
8 config ASYNC_XOR
9         tristate
10         select ASYNC_CORE
11         select XOR_BLOCKS
12
13 config ASYNC_MEMSET
14         tristate
15         select ASYNC_CORE
16