Commits
Horia Geantă committed 4d3a0772bf9
LFV-26 crypto: caam - fix Secure Memory driver init SM driver is buggy, since it runs irrespective of the presence of the caam-sm DT node. This causes issues on SoCs that have caam HW, but without support for secure memory. Let's transform the module in a library, in the same way (and for the same reasons) we did for the other job ring-dependent drivers (caamalg, caamhash etc.) in commit 1b46c90c8e00 ("crypto: caam - convert top level drivers to libraries") SM test module is also updated, to run only when needed. Fixes: 54e3fcf89f97 ("MLKU-25-3 crypto: caam - add Secure Memory support") Signed-off-by: Horia Geantă <horia.geanta@nxp.com> Reviewed-by: Iuliana Prodan <iuliana.prodan@nxp.com>