From: Marco Chiappero Date: Mon, 4 Jan 2021 15:35:15 +0000 (+0000) Subject: crypto: qat - replace CRYPTO_AES with CRYPTO_LIB_AES in Kconfig X-Git-Tag: microblaze-v5.13~129^2~108 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=4f1a02e75a2eedfddd10222c0fe61d2a04d80099;p=linux-2.6-microblaze.git crypto: qat - replace CRYPTO_AES with CRYPTO_LIB_AES in Kconfig Use CRYPTO_LIB_AES in place of CRYPTO_AES in the dependences for the QAT common code. Fixes: c0e583ab2016 ("crypto: qat - add CRYPTO_AES to Kconfig dependencies") Reported-by: Ard Biesheuvel Signed-off-by: Marco Chiappero Acked-by: Ard Biesheuvel Reviewed-by: Giovanni Cabiddu Signed-off-by: Herbert Xu --- diff --git a/drivers/crypto/qat/Kconfig b/drivers/crypto/qat/Kconfig index 846a3d90b41a..77783feb62b2 100644 --- a/drivers/crypto/qat/Kconfig +++ b/drivers/crypto/qat/Kconfig @@ -11,7 +11,7 @@ config CRYPTO_DEV_QAT select CRYPTO_SHA1 select CRYPTO_SHA256 select CRYPTO_SHA512 - select CRYPTO_AES + select CRYPTO_LIB_AES select FW_LOADER config CRYPTO_DEV_QAT_DH895xCC