commit | 2d61db9a606d155c2c2b6d04f8f5db436cc33483 | [log] [tgz] |
---|---|---|
author | Tomi Fontanilles <tomi.fontanilles@nordicsemi.no> | Fri May 03 11:40:01 2024 +0300 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri May 10 18:24:38 2024 -0400 |
tree | 709e869265b182a3981454f1dde957318233d034 | |
parent | bfe8020c4c214f948d7ac955829f2c602d9b0b75 [diff] |
mbedtls: introduce PSA-specific Kconfig file It is meant specifically for configuration of the PSA crypto library. The underlying PSA configuration items are guarded by the condition that a PSA crypto provider must be present, which is the case when either TF-M is in use or MbedTLS's PSA core is built as part of the application image. Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>