diff options
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r-- | crypto/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 52e1d4108a99..c442f2e7ce46 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -157,7 +157,7 @@ config CRYPTO_SERPENT | |||
157 | 157 | ||
158 | config CRYPTO_AES | 158 | config CRYPTO_AES |
159 | tristate "AES cipher algorithms" | 159 | tristate "AES cipher algorithms" |
160 | depends on CRYPTO && !(X86 || UML_X86) | 160 | depends on CRYPTO |
161 | help | 161 | help |
162 | AES cipher algorithms (FIPS-197). AES uses the Rijndael | 162 | AES cipher algorithms (FIPS-197). AES uses the Rijndael |
163 | algorithm. | 163 | algorithm. |