Merge tag 'drm-intel-next-2013-07-12' of git://people.freedesktop.org/~danvet/drm...
[deliverable/linux.git] / 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_PQ
14 tristate
15 select ASYNC_CORE
16
17 config ASYNC_RAID6_RECOV
18 tristate
19 select ASYNC_CORE
20 select ASYNC_PQ
21 select ASYNC_XOR
22
23 config ASYNC_TX_DISABLE_PQ_VAL_DMA
24 bool
25
26 config ASYNC_TX_DISABLE_XOR_VAL_DMA
27 bool
This page took 0.0448 seconds and 6 git commands to generate.