From a7a978a946446dbf55df129b955d90bfcafc133d Mon Sep 17 00:00:00 2001 From: Sylvio Alves Date: Thu, 28 Nov 2024 00:36:36 -0300 Subject: [PATCH] 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 --- drivers/bluetooth/hci/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/bluetooth/hci/Kconfig b/drivers/bluetooth/hci/Kconfig index 6074bb0fe2f..a7e45a8feb2 100644 --- a/drivers/bluetooth/hci/Kconfig +++ b/drivers/bluetooth/hci/Kconfig @@ -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