]> www.infradead.org Git - nvme.git/commit
crypto: caam: Make CRYPTO_DEV_FSL_CAAM dependent of COMPILE_TEST
authorBreno Leitao <leitao@debian.org>
Tue, 2 Jul 2024 18:55:52 +0000 (11:55 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 4 Jul 2024 17:19:23 +0000 (10:19 -0700)
commitbeba3771d9e049dd552ce42a31f263e098392407
tree2b049c788f909542830efa347f875632f2d6cb69
parent9b5c33b1a3b7593c0e1d44d92c0093cc44e635fe
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 <leitao@debian.org>
Link: https://patch.msgid.link/20240702185557.3699991-3-leitao@debian.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/crypto/caam/Kconfig