summaryrefslogtreecommitdiff
path: root/crypto/async_tx/Kconfig
diff options
context:
space:
mode:
authorDan Williams <dan.j.williams@intel.com>2009-09-08 17:42:29 -0700
committerDan Williams <dan.j.williams@intel.com>2009-09-08 17:42:29 -0700
commit8ee5ee26fd41caeaee58e28c91999791f1a6fa29 (patch)
treee5f2ffb4871d8dba454c162be90be819fbb433e8 /crypto/async_tx/Kconfig
parentd243cdfcd57095cc58b4fa182417c147a1a138c3 (diff)
parent54d18512dc709b607484977508f60158f4ebd142 (diff)
downloadlinux-crypto-8ee5ee26fd41caeaee58e28c91999791f1a6fa29.tar.gz
linux-crypto-8ee5ee26fd41caeaee58e28c91999791f1a6fa29.zip
Merge branch 'md-raid6-accel' into ioat3.2
Conflicts: include/linux/dmaengine.h
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
+