aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r--crypto/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 24b929e30bf3..471cc468e18f 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -557,6 +557,7 @@ config CRYPTO_AES_NI_INTEL
557 select CRYPTO_AES_X86_64 if 64BIT 557 select CRYPTO_AES_X86_64 if 64BIT
558 select CRYPTO_AES_586 if !64BIT 558 select CRYPTO_AES_586 if !64BIT
559 select CRYPTO_CRYPTD 559 select CRYPTO_CRYPTD
560 select CRYPTO_ABLK_HELPER_X86
560 select CRYPTO_ALGAPI 561 select CRYPTO_ALGAPI
561 help 562 help
562 Use Intel AES-NI instructions for AES algorithm. 563 Use Intel AES-NI instructions for AES algorithm.