Skip to content

Commit c0e583a

Browse files
intmcherbertx
authored andcommitted
crypto: qat - add CRYPTO_AES to Kconfig dependencies
This patch includes a missing dependency (CRYPTO_AES) which may lead to an "undefined reference to `aes_expandkey'" linking error. Fixes: 5106dfe ("crypto: qat - add AES-XTS support for QAT GEN4 devices") Reported-by: kernel test robot <[email protected]> Signed-off-by: Marco Chiappero <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
1 parent 167316a commit c0e583a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/crypto/qat/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ config CRYPTO_DEV_QAT
1111
select CRYPTO_SHA1
1212
select CRYPTO_SHA256
1313
select CRYPTO_SHA512
14+
select CRYPTO_AES
1415
select FW_LOADER
1516

1617
config CRYPTO_DEV_QAT_DH895xCC

0 commit comments

Comments
 (0)