commit | 4a0740da21e011342e2fef7e18b5eee85212a34a | [log] [tgz] |
---|---|---|
author | Clement Faure <clement.faure@nxp.com> | Tue Mar 28 18:13:35 2023 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Wed Apr 05 18:01:27 2023 +0200 |
tree | 84cdd7e50b739c02204e9cfb27c7d497e21a2f88 | |
parent | 44220a36a546a07508bca8389e7ac2c26fac9301 [diff] |
drivers: caam: math: add CFG_NXP_CAAM_MATH_DRV compilation flag Add CFG_NXP_CAAM_MATH_DRV compilation flag for caam_math.c Remove CFG_NXP_CAAM_ACIPHER_DRV flag. Bind the compilation of caam_rsa.c and caam_prime_rsa.c to CFG_NXP_CAAM_RSA_DRV. Signed-off-by: Clement Faure <clement.faure@nxp.com> Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
This git contains source code for the secure side implementation of OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io.
// OP-TEE core maintainers