drivers: bluetooth: esp32: enable entropy generator by default
As BT now uses PSA crypto API instead of TinyCrypt, entropy generator is now needed for a proper bluetooth operation. Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
This commit is contained in:
parent
1320b3dd66
commit
a7a978a946
1 changed files with 1 additions and 0 deletions
|
@ -147,6 +147,7 @@ config BT_ESP32
|
||||||
default y
|
default y
|
||||||
depends on DT_HAS_ESPRESSIF_ESP32_BT_HCI_ENABLED
|
depends on DT_HAS_ESPRESSIF_ESP32_BT_HCI_ENABLED
|
||||||
depends on ZEPHYR_HAL_ESPRESSIF_MODULE_BLOBS
|
depends on ZEPHYR_HAL_ESPRESSIF_MODULE_BLOBS
|
||||||
|
select ENTROPY_GENERATOR
|
||||||
help
|
help
|
||||||
Espressif HCI bluetooth interface
|
Espressif HCI bluetooth interface
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue