summaryrefslogtreecommitdiff
path: root/crypto/async_tx/Kconfig
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2009-12-01 15:16:22 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2009-12-01 15:16:22 +0800
commitbfb9230bfc1effc16af5563c357ca6a5f22e1bfe (patch)
treeee476c4f1d109e11211ca5b7dfe52ebbc350d167 /crypto/async_tx/Kconfig
parent4a8776eb54d1e2d368e17f0177702ea6c140d113 (diff)
parentfa1753c68b55aade9ad6e59f493814cf50b6eef8 (diff)
downloadlinux-crypto-bfb9230bfc1effc16af5563c357ca6a5f22e1bfe.tar.gz
linux-crypto-bfb9230bfc1effc16af5563c357ca6a5f22e1bfe.zip
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
Diffstat (limited to 'crypto/async_tx/Kconfig')
-rw-r--r--crypto/async_tx/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/crypto/async_tx/Kconfig b/crypto/async_tx/Kconfig
index d8fb3914..e28e276a 100644
--- a/crypto/async_tx/Kconfig
+++ b/crypto/async_tx/Kconfig
@@ -14,3 +14,17 @@ config ASYNC_MEMSET
tristate
select ASYNC_CORE
+config ASYNC_PQ
+ tristate
+ select ASYNC_CORE
+
+config ASYNC_RAID6_RECOV
+ tristate
+ select ASYNC_CORE
+ select ASYNC_PQ
+
+config ASYNC_TX_DISABLE_PQ_VAL_DMA
+ bool
+
+config ASYNC_TX_DISABLE_XOR_VAL_DMA
+ bool