zephyr/samples/tfm_integration
Valerio Setti f539b661d6 mbedtls: add specific Kconfig option for MBEDTLS_USE_PSA_CRYPTO
MBEDTLS_PSA_CRYPTO_C and MBEDTLS_USE_PSA_CRYPTO are 2 different
things and the former should not automatically enable the
latter. The reson is that the user might want the MbedTLS
PSA crypto toolbox to be built, but at the same time he/she
does not want TLS/DTLS (and other intermediate modules such
as PK, MD and Cipher) to use PSA APIs.

For this reason this commit introduces a new Kconfig option
named CONFIG_MBEDTLS_USE_PSA_CRYPTO to enable the corresponding
build symbol. By default USE_PSA_CRYPTO is disabled. It is
only explicilty enabled in tests/samples that were previously
setting CRYPTO_C (since in those cases USE_PSA was set).

Signed-off-by: Valerio Setti <vsetti@baylibre.com>
2024-05-09 10:27:30 +02:00
..
psa_crypto mbedtls: add specific Kconfig option for MBEDTLS_USE_PSA_CRYPTO 2024-05-09 10:27:30 +02:00
psa_protected_storage samples: tfm_integration: lpc55s69: enable tfm samples 2024-03-15 10:33:46 -05:00
tfm_ipc boards: st: tfm: Update board documentation 2024-03-22 09:23:30 +00:00
tfm_psa_test
tfm_regression_test boards: st: nucleo_l552ze_q: Populate ns flash partitions 2024-03-22 09:23:30 +00:00
tfm_secure_partition samples: tfm_secure_partition: fix build of the ARoT 2024-05-02 09:42:34 -07:00
tfm_integration.rst