]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - crypto/async_tx/Kconfig
Merge branch 'omap-clock-fixes' of git://git.pwsan.com/linux-2.6
[linux-2.6-omap-h63xx.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_MEMSET
14         tristate
15         select ASYNC_CORE
16