Skip to content

Commit 05076ea

Browse files
Balaklakam-alperen-sener
authored andcommitted
[nrf fromtree] Bluetooth: Mesh: Remove experimental TF-M PSA
Remove the experimental flag from BT_MESH_USES_TFM_PSA. Signed-off-by: Ingar Kulbrandstad <[email protected]> (cherry picked from commit 45f233b)
1 parent 0e7c4dc commit 05076ea

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

subsys/bluetooth/mesh/Kconfig

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1538,13 +1538,11 @@ config BT_MESH_USES_MBEDTLS_PSA
15381538
Use Mbed TLS as PSA Crypto API provider.
15391539

15401540
config BT_MESH_USES_TFM_PSA
1541-
bool "Use TF-M PSA [EXPERIMENTAL]"
1542-
select EXPERIMENTAL
1541+
bool "TF-M PSA"
15431542
depends on BUILD_WITH_TFM
15441543
help
15451544
Use TF-M as PSA Crypto API provider. This is only possible on platforms
15461545
that support TF-M.
1547-
This feature is experimental.
15481546

15491547
endchoice
15501548

0 commit comments

Comments
 (0)