diff options
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r-- | crypto/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 66ff22a36ed9..4dfdd03e708f 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -491,6 +491,7 @@ config CRYPTO_AES_NI_INTEL | |||
491 | select CRYPTO_AES_X86_64 | 491 | select CRYPTO_AES_X86_64 |
492 | select CRYPTO_CRYPTD | 492 | select CRYPTO_CRYPTD |
493 | select CRYPTO_ALGAPI | 493 | select CRYPTO_ALGAPI |
494 | select CRYPTO_FPU | ||
494 | help | 495 | help |
495 | Use Intel AES-NI instructions for AES algorithm. | 496 | Use Intel AES-NI instructions for AES algorithm. |
496 | 497 | ||
@@ -510,6 +511,10 @@ config CRYPTO_AES_NI_INTEL | |||
510 | 511 | ||
511 | See <http://csrc.nist.gov/encryption/aes/> for more information. | 512 | See <http://csrc.nist.gov/encryption/aes/> for more information. |
512 | 513 | ||
514 | In addition to AES cipher algorithm support, the | ||
515 | acceleration for some popular block cipher mode is supported | ||
516 | too, including ECB, CBC, CTR, LRW, PCBC, XTS. | ||
517 | |||
513 | config CRYPTO_ANUBIS | 518 | config CRYPTO_ANUBIS |
514 | tristate "Anubis cipher algorithm" | 519 | tristate "Anubis cipher algorithm" |
515 | select CRYPTO_ALGAPI | 520 | select CRYPTO_ALGAPI |