mbedtls: rename MBEDTLS_ENTROPY_ENABLED as MBEDTLS_ENTROPY_C
ENABLED suffix does not really makes much sense for a kconfig so it should be removed. Also other MBEDTLS symbols were recently updated accordingly. Moreover having it named exactly the same way as in Mbed TLS symplifies the understanding of what this kconfig is doing. Signed-off-by: Valerio Setti <vsetti@baylibre.com>
This commit is contained in:
parent
8d53b506a2
commit
e3e13fb40b
5 changed files with 11 additions and 7 deletions
|
@ -85,7 +85,7 @@ config BT_SILABS_HCI
|
|||
select ENTROPY_GENERATOR
|
||||
select MBEDTLS
|
||||
select MBEDTLS_PSA_CRYPTO_C
|
||||
select MBEDTLS_ENTROPY_ENABLED
|
||||
select MBEDTLS_ENTROPY_C
|
||||
select MBEDTLS_ZEPHYR_ENTROPY
|
||||
help
|
||||
Use Silicon Labs binary Bluetooth library to connect to the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue