Merge master.kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6
[safe/jmp/linux-2.6] / crypto / Kconfig
index 935301e..3d1a1e2 100644 (file)
@@ -1,7 +1,17 @@
 #
-# Cryptographic API Configuration
+# Generic algorithms support
+#
+config XOR_BLOCKS
+       tristate
+
 #
+# async_tx api: hardware offloaded memory transfer/transform support
+#
+source "crypto/async_tx/Kconfig"
 
+#
+# Cryptographic API Configuration
+#
 menuconfig CRYPTO
        bool "Cryptographic API"
        help