diff options
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r-- | crypto/Kconfig | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 69437e21217f..467491df3e3a 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -539,8 +539,9 @@ config CRYPTO_AES_X86_64 | |||
539 | 539 | ||
540 | config CRYPTO_AES_NI_INTEL | 540 | config CRYPTO_AES_NI_INTEL |
541 | tristate "AES cipher algorithms (AES-NI)" | 541 | tristate "AES cipher algorithms (AES-NI)" |
542 | depends on (X86 || UML_X86) && 64BIT | 542 | depends on (X86 || UML_X86) |
543 | select CRYPTO_AES_X86_64 | 543 | select CRYPTO_AES_X86_64 if 64BIT |
544 | select CRYPTO_AES_586 if !64BIT | ||
544 | select CRYPTO_CRYPTD | 545 | select CRYPTO_CRYPTD |
545 | select CRYPTO_ALGAPI | 546 | select CRYPTO_ALGAPI |
546 | select CRYPTO_FPU | 547 | select CRYPTO_FPU |
@@ -563,9 +564,10 @@ config CRYPTO_AES_NI_INTEL | |||
563 | 564 | ||
564 | See <http://csrc.nist.gov/encryption/aes/> for more information. | 565 | See <http://csrc.nist.gov/encryption/aes/> for more information. |
565 | 566 | ||
566 | In addition to AES cipher algorithm support, the | 567 | In addition to AES cipher algorithm support, the acceleration |
567 | acceleration for some popular block cipher mode is supported | 568 | for some popular block cipher mode is supported too, including |
568 | too, including ECB, CBC, CTR, LRW, PCBC, XTS. | 569 | ECB, CBC, LRW, PCBC, XTS. The 64 bit version has additional |
570 | acceleration for CTR. | ||
569 | 571 | ||
570 | config CRYPTO_ANUBIS | 572 | config CRYPTO_ANUBIS |
571 | tristate "Anubis cipher algorithm" | 573 | tristate "Anubis cipher algorithm" |