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:
parent
72555fabb4
commit
55c0b2ea45
16 changed files with 46 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
CONFIG_BT_MAX_CONN=16
|
||||
CONFIG_ENTROPY_GENERATOR=y
|
||||
|
||||
# debug options
|
||||
# CONFIG_UART_CONSOLE=y
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
CONFIG_BT_MAX_CONN=16
|
||||
CONFIG_ENTROPY_GENERATOR=y
|
||||
|
||||
# debug options
|
||||
# CONFIG_UART_CONSOLE=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue