Skip to content

Commit

Permalink
crypto: qat - replace CRYPTO_AES with CRYPTO_LIB_AES in Kconfig
Browse files Browse the repository at this point in the history
Use CRYPTO_LIB_AES in place of CRYPTO_AES in the dependences for the QAT
common code.

Fixes: c0e583a ("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>
  • Loading branch information
Marco Chiappero authored and Herbert Xu committed Jan 14, 2021
1 parent 81064c9 commit 4f1a02e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/crypto/qat/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4f1a02e

Please sign in to comment.