Skip to content

Commit b7e9188

Browse files
valeriosettiVge0rge
authored andcommitted
[nrf fromtree] drivers: bluetooth: esp32: remove selection of MBEDTLS_PSA_CRYPTO_C
The driver code only relies on legacy Mbed TLS crypto, not on PSA API, so enabling MBEDTLS_PSA_CRYPTO_C is not needed here. Signed-off-by: Valerio Setti <[email protected]> (cherry picked from commit ffe8771319a1505e1b0aefe52e2cfe925be7f25d)
1 parent 52cb726 commit b7e9188

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/bluetooth/hci/Kconfig.esp32

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,6 @@ config ESP32_BT_LE_CRYPTO_STACK_MBEDTLS
492492
select MBEDTLS_ECP_DP_SECP256R1_ENABLED
493493
select MBEDTLS_ECDH_C
494494
select MBEDTLS_ENTROPY_C
495-
select MBEDTLS_PSA_CRYPTO_C
496495
help
497496
Use mbedTLS library for BLE cryptographic operations.
498497

0 commit comments

Comments
 (0)