summaryrefslogtreecommitdiff
path: root/crypto/async_tx/Kconfig
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2009-09-23 18:31:11 +1000
committerNeilBrown <neilb@suse.de>2009-09-23 18:31:11 +1000
commit02c423c93eecff41ff116812908375c8587be685 (patch)
treeaaccfc300816b7796f882b6f361bd8ab5d0431ba /crypto/async_tx/Kconfig
parentb2a6de237d081577c556da17412fa36899bbc03f (diff)
parent7cb8e392ddce3e2f2358e36c59490dab50c9534f (diff)
downloadlinux-crypto-02c423c93eecff41ff116812908375c8587be685.tar.gz
linux-crypto-02c423c93eecff41ff116812908375c8587be685.zip
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx into for-linus
Diffstat (limited to 'crypto/async_tx/Kconfig')
-rw-r--r--crypto/async_tx/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/crypto/async_tx/Kconfig b/crypto/async_tx/Kconfig
index d8fb3914..e5aeb2b7 100644
--- a/crypto/async_tx/Kconfig
+++ b/crypto/async_tx/Kconfig
@@ -14,3 +14,12 @@ 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
+