tests/samples: remove ENTROPY_GENERATOR from BT related tests/samples
Since now Mbed TLS automatically selects ENTROPY_GENERATOR (or the test generator, depending on the platform) we can remove this dependency from all BT related tests and samples. Signed-off-by: Valerio Setti <vsetti@baylibre.com>
This commit is contained in:
parent
aa64dd32f1
commit
3fa522c720
17 changed files with 0 additions and 47 deletions
|
@ -122,7 +122,6 @@ config BT_SILABS_EFR32
|
|||
depends on ZEPHYR_HAL_SILABS_MODULE_BLOBS
|
||||
depends on !PM || SOC_GECKO_PM_BACKEND_PMGR
|
||||
select SOC_GECKO_USE_RAIL
|
||||
select ENTROPY_GENERATOR
|
||||
select MBEDTLS
|
||||
select MBEDTLS_PSA_CRYPTO_C
|
||||
select MBEDTLS_ENTROPY_C
|
||||
|
@ -155,7 +154,6 @@ config BT_ESP32
|
|||
default y
|
||||
depends on DT_HAS_ESPRESSIF_ESP32_BT_HCI_ENABLED
|
||||
depends on ZEPHYR_HAL_ESPRESSIF_MODULE_BLOBS
|
||||
select ENTROPY_GENERATOR
|
||||
help
|
||||
Espressif HCI bluetooth interface
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue