diff options
author | Andy Lutomirski <luto@mit.edu> | 2011-05-16 01:12:47 -0400 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2011-05-16 01:12:47 -0400 |
commit | b23b64516500df6b70fcafb820970f18538252cf (patch) | |
tree | aba2a9ac7384c4d4b64601bd1969dca703b43b52 /crypto | |
parent | 6ef84509f3d439ed2d43ea40080643efec37f54f (diff) |
crypto: aesni-intel - Merge with fpu.ko
Loading fpu without aesni-intel does nothing. Loading aesni-intel
without fpu causes modes like xts to fail. (Unloading
aesni-intel will restore those modes.)
One solution would be to make aesni-intel depend on fpu, but it
seems cleaner to just combine the modules.
This is probably responsible for bugs like:
https://bugzilla.redhat.com/show_bug.cgi?id=589390
Signed-off-by: Andy Lutomirski <luto@mit.edu>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/Kconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 4b7cb0e691cd..87b22ca9c223 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -264,11 +264,6 @@ config CRYPTO_XTS | |||
264 | key size 256, 384 or 512 bits. This implementation currently | 264 | key size 256, 384 or 512 bits. This implementation currently |
265 | can't handle a sectorsize which is not a multiple of 16 bytes. | 265 | can't handle a sectorsize which is not a multiple of 16 bytes. |
266 | 266 | ||
267 | config CRYPTO_FPU | ||
268 | tristate | ||
269 | select CRYPTO_BLKCIPHER | ||
270 | select CRYPTO_MANAGER | ||
271 | |||
272 | comment "Hash modes" | 267 | comment "Hash modes" |
273 | 268 | ||
274 | config CRYPTO_HMAC | 269 | config CRYPTO_HMAC |
@@ -543,7 +538,6 @@ config CRYPTO_AES_NI_INTEL | |||
543 | select CRYPTO_AES_586 if !64BIT | 538 | select CRYPTO_AES_586 if !64BIT |
544 | select CRYPTO_CRYPTD | 539 | select CRYPTO_CRYPTD |
545 | select CRYPTO_ALGAPI | 540 | select CRYPTO_ALGAPI |
546 | select CRYPTO_FPU | ||
547 | help | 541 | help |
548 | Use Intel AES-NI instructions for AES algorithm. | 542 | Use Intel AES-NI instructions for AES algorithm. |
549 | 543 | ||