aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/Kconfig
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2019-07-02 21:41:26 +0200
committerHerbert Xu <herbert@gondor.apana.org.au>2019-07-26 14:56:03 +1000
commit18d8b96daded4123d6f1ec00a390b16e4cf1d40c (patch)
tree6b1a45fb33e04fd321f42d08e8234f178474fd66 /drivers/crypto/Kconfig
parentcrypto: padlock/aes - switch to library version of key expansion routine (diff)
downloadlinux-dev-18d8b96daded4123d6f1ec00a390b16e4cf1d40c.tar.xz
linux-dev-18d8b96daded4123d6f1ec00a390b16e4cf1d40c.zip
crypto: cesa/aes - switch to library version of key expansion routine
Switch to the new AES library that also provides an implementation of the AES key expansion routine. This removes the dependency on the generic AES cipher, allowing it to be omitted entirely in the future. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/Kconfig')
-rw-r--r--drivers/crypto/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig
index 27121e530ca4..cfb4c2a42b35 100644
--- a/drivers/crypto/Kconfig
+++ b/drivers/crypto/Kconfig
@@ -214,7 +214,7 @@ config CRYPTO_CRC32_S390
config CRYPTO_DEV_MARVELL_CESA
tristate "Marvell's Cryptographic Engine driver"
depends on PLAT_ORION || ARCH_MVEBU
- select CRYPTO_AES
+ select CRYPTO_LIB_AES
select CRYPTO_DES
select CRYPTO_BLKCIPHER
select CRYPTO_HASH