Re: [PATCH 2/4] crypto: caam: Depend on COMPILE_TEST also

2024-06-29 Thread kernel test robot
kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git master patch link: https://lore.kernel.org/r/20240624162128.1665620-2-leitao%40debian.org patch subject: [PATCH 2/4] crypto: caam: Depend on COMPILE_TEST also config: hexagon-randconfig-r122-20240629 compiler: clang version 17.

[PATCH 2/4] crypto: caam: Depend on COMPILE_TEST also

2024-06-24 Thread Breno Leitao
As most of the drivers that depend on ARCH_LAYERSCAPE, make CRYPTO_DEV_FSL_CAAM depend on COMPILE_TEST for compilation and testing. # grep -r depends.\*ARCH_LAYERSCAPE.\*COMPILE_TEST | wc -l 29 Signed-off-by: Breno Leitao --- drivers/crypto/caam/Kconfig | 2 +- 1 file changed, 1 inserti