Skip to content

Commit a7a978a

Browse files
sylvioalvesfabiobaltieri
authored andcommitted
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 <[email protected]>
1 parent 1320b3d commit a7a978a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/bluetooth/hci/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ config BT_ESP32
147147
default y
148148
depends on DT_HAS_ESPRESSIF_ESP32_BT_HCI_ENABLED
149149
depends on ZEPHYR_HAL_ESPRESSIF_MODULE_BLOBS
150+
select ENTROPY_GENERATOR
150151
help
151152
Espressif HCI bluetooth interface
152153

0 commit comments

Comments
 (0)