pasemi_mac: Enable L2 caching of packet headers
[firefly-linux-kernel-4.4.55.git] / crypto / Kconfig
index b749a1a46e227f923cb2dee9df0939e194954fe0..3d1a1e27944f059e6cca382cf02636e5d308df23 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