aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r--crypto/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 536754faf4d2..90d6089d60ed 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -146,7 +146,7 @@ config CRYPTO_SERPENT
146 146
147config CRYPTO_AES 147config CRYPTO_AES
148 tristate "AES cipher algorithms" 148 tristate "AES cipher algorithms"
149 depends on CRYPTO && !(X86 && !X86_64) 149 depends on CRYPTO && !((X86 || UML_X86) && !64BIT)
150 help 150 help
151 AES cipher algorithms (FIPS-197). AES uses the Rijndael 151 AES cipher algorithms (FIPS-197). AES uses the Rijndael
152 algorithm. 152 algorithm.
@@ -166,7 +166,7 @@ config CRYPTO_AES
166 166
167config CRYPTO_AES_586 167config CRYPTO_AES_586
168 tristate "AES cipher algorithms (i586)" 168 tristate "AES cipher algorithms (i586)"
169 depends on CRYPTO && (X86 && !X86_64) 169 depends on CRYPTO && ((X86 || UML_X86) && !64BIT)
170 help 170 help
171 AES cipher algorithms (FIPS-197). AES uses the Rijndael 171 AES cipher algorithms (FIPS-197). AES uses the Rijndael
172 algorithm. 172 algorithm.