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 981497c89752..f42bc7715f48 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -28,6 +28,10 @@ config CRYPTO_ABLKCIPHER | |||
28 | tristate | 28 | tristate |
29 | select CRYPTO_BLKCIPHER | 29 | select CRYPTO_BLKCIPHER |
30 | 30 | ||
31 | config CRYPTO_AEAD | ||
32 | tristate | ||
33 | select CRYPTO_ALGAPI | ||
34 | |||
31 | config CRYPTO_BLKCIPHER | 35 | config CRYPTO_BLKCIPHER |
32 | tristate | 36 | tristate |
33 | select CRYPTO_ALGAPI | 37 | select CRYPTO_ALGAPI |