projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3aa6d4a
)
crypto: arm/aes-ce - add dependency on AES library
author
Ard Biesheuvel
<ard.biesheuvel@linaro.org>
Tue, 17 Sep 2019 08:50:01 +0000
(09:50 +0100)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Tue, 1 Oct 2019 13:06:43 +0000
(23:06 +1000)
The ARM accelerated AES driver depends on the new AES library for
its non-SIMD fallback so express this in its Kconfig declaration.
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/arm/crypto/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/crypto/Kconfig
b/arch/arm/crypto/Kconfig
index b24df84a1d7adceaa63880578af491e58a2b7cc5..043b0b18bf7e00a38ebd03ea4e262f2651edfdfd 100644
(file)
--- a/
arch/arm/crypto/Kconfig
+++ b/
arch/arm/crypto/Kconfig
@@
-98,6
+98,7
@@
config CRYPTO_AES_ARM_CE
tristate "Accelerated AES using ARMv8 Crypto Extensions"
depends on KERNEL_MODE_NEON
select CRYPTO_BLKCIPHER
+ select CRYPTO_LIB_AES
select CRYPTO_SIMD
help
Use an implementation of AES in CBC, CTR and XTS modes that uses