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:
Sylvio Alves 2024-11-28 00:36:36 -03:00 committed by Fabio Baltieri
commit a7a978a946

View file

@ -147,6 +147,7 @@ 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