diff options
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r-- | crypto/Kconfig | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 1eb4bcdb344f..c4b6c9125582 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -24,10 +24,6 @@ config CRYPTO_ALGAPI | |||
24 | help | 24 | help |
25 | This option provides the API for cryptographic algorithms. | 25 | This option provides the API for cryptographic algorithms. |
26 | 26 | ||
27 | config CRYPTO_ABLKCIPHER | ||
28 | tristate | ||
29 | select CRYPTO_BLKCIPHER | ||
30 | |||
31 | config CRYPTO_AEAD | 27 | config CRYPTO_AEAD |
32 | tristate | 28 | tristate |
33 | select CRYPTO_ALGAPI | 29 | select CRYPTO_ALGAPI |
@@ -217,7 +213,7 @@ config CRYPTO_GCM | |||
217 | 213 | ||
218 | config CRYPTO_CRYPTD | 214 | config CRYPTO_CRYPTD |
219 | tristate "Software async crypto daemon" | 215 | tristate "Software async crypto daemon" |
220 | select CRYPTO_ABLKCIPHER | 216 | select CRYPTO_BLKCIPHER |
221 | select CRYPTO_MANAGER | 217 | select CRYPTO_MANAGER |
222 | help | 218 | help |
223 | This is a generic software asynchronous crypto daemon that | 219 | This is a generic software asynchronous crypto daemon that |