diff options
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r-- | crypto/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index be5eb0cb7c30..69c5f992bcd4 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -20,6 +20,10 @@ config CRYPTO_BLKCIPHER | |||
20 | tristate | 20 | tristate |
21 | select CRYPTO_ALGAPI | 21 | select CRYPTO_ALGAPI |
22 | 22 | ||
23 | config CRYPTO_HASH | ||
24 | tristate | ||
25 | select CRYPTO_ALGAPI | ||
26 | |||
23 | config CRYPTO_MANAGER | 27 | config CRYPTO_MANAGER |
24 | tristate "Cryptographic algorithm manager" | 28 | tristate "Cryptographic algorithm manager" |
25 | select CRYPTO_ALGAPI | 29 | select CRYPTO_ALGAPI |