fix(nimble): Deselect MBEDTLS_ECP_RESTARTABLE when mbedTLS is used

This commit is contained in:
Rahul Tank
2024-04-25 14:22:04 +05:30
parent 8c76bd49b2
commit 4b4602d846
5 changed files with 2 additions and 7 deletions

View File

@@ -365,7 +365,6 @@ config BT_LE_CRYPTO_STACK_MBEDTLS
bool "Override TinyCrypt with mbedTLS for crypto computations"
default y
depends on !BT_NIMBLE_ENABLED
select MBEDTLS_ECP_RESTARTABLE
select MBEDTLS_CMAC_C
help
Enable this option to choose mbedTLS instead of TinyCrypt for crypto