diff options
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r-- | crypto/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 797b9e15d720..776f90d249a0 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -40,7 +40,9 @@ config CRYPTO_HASH | |||
40 | 40 | ||
41 | config CRYPTO_MANAGER | 41 | config CRYPTO_MANAGER |
42 | tristate "Cryptographic algorithm manager" | 42 | tristate "Cryptographic algorithm manager" |
43 | select CRYPTO_ALGAPI | 43 | select CRYPTO_AEAD |
44 | select CRYPTO_HASH | ||
45 | select CRYPTO_BLKCIPHER | ||
44 | help | 46 | help |
45 | Create default cryptographic template instantiations such as | 47 | Create default cryptographic template instantiations such as |
46 | cbc(aes). | 48 | cbc(aes). |
@@ -85,9 +87,7 @@ config CRYPTO_AUTHENC | |||
85 | config CRYPTO_TEST | 87 | config CRYPTO_TEST |
86 | tristate "Testing module" | 88 | tristate "Testing module" |
87 | depends on m | 89 | depends on m |
88 | select CRYPTO_ALGAPI | 90 | select CRYPTO_MANAGER |
89 | select CRYPTO_AEAD | ||
90 | select CRYPTO_BLKCIPHER | ||
91 | help | 91 | help |
92 | Quick & dirty crypto test module. | 92 | Quick & dirty crypto test module. |
93 | 93 | ||