crypto: qat - replace CRYPTO_AES with CRYPTO_LIB_AES in Kconfig
authorMarco Chiappero <marco.chiappero@intel.com>
Mon, 4 Jan 2021 15:35:15 +0000 (15:35 +0000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 14 Jan 2021 06:10:25 +0000 (17:10 +1100)
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 <ardb@kernel.org>
Signed-off-by: Marco Chiappero <marco.chiappero@intel.com>
Acked-by: Ard Biesheuvel <ardb@kernel.org>
Reviewed-by: Giovanni Cabiddu <giovanni.cabiddu@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/qat/Kconfig

index 846a3d9..77783fe 100644 (file)
@@ -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