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 d9666e33a9f1..cf115b14079e 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -328,6 +328,7 @@ config CRYPTO_AES_586 | |||
328 | tristate "AES cipher algorithms (i586)" | 328 | tristate "AES cipher algorithms (i586)" |
329 | depends on (X86 || UML_X86) && !64BIT | 329 | depends on (X86 || UML_X86) && !64BIT |
330 | select CRYPTO_ALGAPI | 330 | select CRYPTO_ALGAPI |
331 | select CRYPTO_AES | ||
331 | help | 332 | help |
332 | AES cipher algorithms (FIPS-197). AES uses the Rijndael | 333 | AES cipher algorithms (FIPS-197). AES uses the Rijndael |
333 | algorithm. | 334 | algorithm. |