V4L/DVB (5912): Clean up duplicate includes in drivers/media/
[cascardo/linux.git] / crypto / Kconfig
index b749a1a..3d1a1e2 100644 (file)
@@ -5,12 +5,14 @@ config XOR_BLOCKS
        tristate
 
 #
-# Cryptographic API Configuration
+# async_tx api: hardware offloaded memory transfer/transform support
 #
+source "crypto/async_tx/Kconfig"
 
-menu "Cryptographic options"
-
-config CRYPTO
+#
+# Cryptographic API Configuration
+#
+menuconfig CRYPTO
        bool "Cryptographic API"
        help
          This option provides the core Cryptographic API.
@@ -469,5 +471,3 @@ config CRYPTO_TEST
 source "drivers/crypto/Kconfig"
 
 endif  # if CRYPTO
-
-endmenu