Skip to content

Commit beba377

Browse files
leitaokuba-moo
authored andcommitted
crypto: caam: Make CRYPTO_DEV_FSL_CAAM dependent of COMPILE_TEST
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 <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 9b5c33b commit beba377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/crypto/caam/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ config CRYPTO_DEV_FSL_CAAM_AHASH_API_DESC
1010

1111
config CRYPTO_DEV_FSL_CAAM
1212
tristate "Freescale CAAM-Multicore platform driver backend"
13-
depends on FSL_SOC || ARCH_MXC || ARCH_LAYERSCAPE
13+
depends on FSL_SOC || ARCH_MXC || ARCH_LAYERSCAPE || COMPILE_TEST
1414
select SOC_BUS
1515
select CRYPTO_DEV_FSL_CAAM_COMMON
1616
imply FSL_MC_BUS

0 commit comments

Comments
 (0)