[nrf fromlist] modules: tf-m: make Crypto partition auto-enabled by PSA_CRYPTO - #4352
Open
tomi-font wants to merge 3 commits into
Open
[nrf fromlist] modules: tf-m: make Crypto partition auto-enabled by PSA_CRYPTO#4352tomi-font wants to merge 3 commits into
tomi-font wants to merge 3 commits into
Conversation
tomi-font
force-pushed
the
cherry-pick_tf-m_crypto_partition_enablement
branch
from
August 7, 2026 11:43
e579875 to
2ef0449
Compare
tomi-font
force-pushed
the
cherry-pick_tf-m_crypto_partition_enablement
branch
from
August 11, 2026 09:09
2ef0449 to
ddb0d71
Compare
…SA_CRYPTO In order to have a uniform way to enable and use PSA Crypto both with and without TF-M, make `CONFIG_TFM_PARTITION_CRYPTO` promptless and enable it automatically when `CONFIG_PSA_CRYPTO=y`. Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no> Upstream PR #: 115643
…rtition The latter now depends on the former, and enabling the former will automatically enable the latter. At the same time remove the CONFIG_BUILD_WITH_TFM filters from test scenarios as the PSA Crypto entropy driver is available without TF-M too. Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no> Upstream PR #: 115643
It is now needed to have the TF-M Crypto partition enabled, and the backend needs it in all cases. Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no> Upstream PR #: 115643
tomi-font
force-pushed
the
cherry-pick_tf-m_crypto_partition_enablement
branch
from
August 11, 2026 09:29
ddb0d71 to
ead4556
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In order to have a uniform way to enable and use PSA Crypto both with and without TF-M, make
CONFIG_TFM_PARTITION_CRYPTOpromptless and enable it automatically whenCONFIG_PSA_CRYPTO=y.manifest-pr-skip