diff options
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r-- | crypto/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 1f32071a3068..3f0bc0ed147d 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -350,6 +350,7 @@ config CRYPTO_AES_X86_64 | |||
350 | tristate "AES cipher algorithms (x86_64)" | 350 | tristate "AES cipher algorithms (x86_64)" |
351 | depends on (X86 || UML_X86) && 64BIT | 351 | depends on (X86 || UML_X86) && 64BIT |
352 | select CRYPTO_ALGAPI | 352 | select CRYPTO_ALGAPI |
353 | select CRYPTO_AES | ||
353 | help | 354 | help |
354 | AES cipher algorithms (FIPS-197). AES uses the Rijndael | 355 | AES cipher algorithms (FIPS-197). AES uses the Rijndael |
355 | algorithm. | 356 | algorithm. |