tests: bt: enable entropy sources where missing

Moving from TinyCrypt to PSA Crypto API caused an entropy source
to be always required, so this commit adds it in tests where
necessary.

Signed-off-by: Valerio Setti <vsetti@baylibre.com>
This commit is contained in:
Valerio Setti 2024-11-06 05:44:25 +01:00 committed by Anas Nashif
commit 55c0b2ea45
16 changed files with 46 additions and 0 deletions

View file

@ -248,3 +248,6 @@ CONFIG_BT_CTLR_ADV_ISO_STREAM_MAX=4
# Match the number of unicast streams supported in BAP
CONFIG_BT_CTLR_ISOAL_SOURCES=2
CONFIG_BT_CTLR_ISOAL_SINKS=2
# Enable entropy source for Mbed TLS's PSA Crypto core
CONFIG_ENTROPY_GENERATOR=y

View file

@ -1,4 +1,5 @@
CONFIG_BT_MAX_CONN=16
CONFIG_ENTROPY_GENERATOR=y
# debug options
# CONFIG_UART_CONSOLE=y

View file

@ -1,4 +1,5 @@
CONFIG_BT_MAX_CONN=16
CONFIG_ENTROPY_GENERATOR=y
# debug options
# CONFIG_UART_CONSOLE=y