diff options
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r-- | crypto/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index aabc63195222..4ce509dba329 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -16,6 +16,14 @@ config CRYPTO_ALGAPI | |||
16 | help | 16 | help |
17 | This option provides the API for cryptographic algorithms. | 17 | This option provides the API for cryptographic algorithms. |
18 | 18 | ||
19 | config CRYPTO_MANAGER | ||
20 | tristate "Cryptographic algorithm manager" | ||
21 | select CRYPTO_ALGAPI | ||
22 | default m | ||
23 | help | ||
24 | Create default cryptographic template instantiations such as | ||
25 | cbc(aes). | ||
26 | |||
19 | config CRYPTO_HMAC | 27 | config CRYPTO_HMAC |
20 | bool "HMAC support" | 28 | bool "HMAC support" |
21 | help | 29 | help |