diff options
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r-- | crypto/Kconfig | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 4ca0ab3448d..3d1a1e27944 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig @@ -1,10 +1,18 @@ # -# Cryptographic API Configuration +# Generic algorithms support # +config XOR_BLOCKS + tristate -menu "Cryptographic options" +# +# async_tx api: hardware offloaded memory transfer/transform support +# +source "crypto/async_tx/Kconfig" -config CRYPTO +# +# Cryptographic API Configuration +# +menuconfig CRYPTO bool "Cryptographic API" help This option provides the core Cryptographic API. @@ -463,5 +471,3 @@ config CRYPTO_TEST source "drivers/crypto/Kconfig" endif # if CRYPTO - -endmenu |