Skip to content

Commit a311aac

Browse files
alxelaxm-alperen-sener
authored andcommitted
[nrf fromtree] Bluetooth: Mesh: remove experimental flag from mbedtls support
Commit removes experimental flag from mbedtls psa crypto library support. Signed-off-by: Aleksandr Khromykh <[email protected]> (cherry picked from commit a8e540c)
1 parent 192ccce commit a311aac

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

subsys/bluetooth/mesh/Kconfig

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1492,8 +1492,7 @@ config BT_MESH_USES_TINYCRYPT
14921492
Use TinyCrypt library to perform crypto operations.
14931493

14941494
config BT_MESH_USES_MBEDTLS_PSA
1495-
bool "mbed TLS PSA [EXPERIMENTAL]"
1496-
select EXPERIMENTAL
1495+
bool "mbed TLS PSA"
14971496
select MBEDTLS
14981497
select MBEDTLS_PSA_CRYPTO_C
14991498
select PSA_WANT_KEY_TYPE_ECC_KEY_PAIR_IMPORT
@@ -1503,18 +1502,16 @@ config BT_MESH_USES_MBEDTLS_PSA
15031502
select PSA_WANT_ALG_CMAC
15041503
select PSA_WANT_ALG_ECB_NO_PADDING
15051504
select PSA_WANT_KEY_TYPE_AES
1506-
imply MBEDTLS_AES_ROM_TABLES
15071505
select PSA_WANT_ALG_CCM
15081506
select PSA_WANT_KEY_TYPE_HMAC
15091507
select PSA_WANT_ALG_HMAC
15101508
select PSA_WANT_ALG_SHA_256
15111509
select PSA_WANT_ALG_ECDH
15121510
select PSA_WANT_ECC_SECP_R1_256
15131511
select BT_MESH_SECURE_STORAGE if BT_SETTINGS
1512+
imply MBEDTLS_AES_ROM_TABLES
15141513
help
1515-
Use Mbed TLS as PSA Crypto API provider. This is useful on platforms
1516-
that do not support TF-M.
1517-
This feature is experimental and only BabbleSim tests were run.
1514+
Use Mbed TLS as PSA Crypto API provider.
15181515

15191516
config BT_MESH_USES_TFM_PSA
15201517
bool "Use TF-M PSA [EXPERIMENTAL]"

0 commit comments

Comments
 (0)