samples/tests: bluetooth: remove ENTROPY_GENERATOR selection
ENTROPY_GENERATOR is now automatically enabled if the board has "zephyr,entropy" chosen property set, so there is no need to manually select it. Signed-off-by: Valerio Setti <vsetti@baylibre.com>
This commit is contained in:
parent
e05518146b
commit
8564df571a
13 changed files with 0 additions and 16 deletions
|
@ -1,2 +1 @@
|
|||
CONFIG_PM=y
|
||||
CONFIG_ENTROPY_GENERATOR=y
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
CONFIG_PM=y
|
||||
CONFIG_ENTROPY_GENERATOR=y
|
||||
|
|
|
@ -15,5 +15,3 @@ CONFIG_MAIN_STACK_SIZE=2048
|
|||
CONFIG_LOG=y
|
||||
CONFIG_CBPRINTF_FP_SUPPORT=y
|
||||
CONFIG_LOG_BUFFER_SIZE=2048
|
||||
|
||||
CONFIG_ENTROPY_GENERATOR=y
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
CONFIG_ENTROPY_GENERATOR=y
|
|
@ -1,4 +1,3 @@
|
|||
CONFIG_ENTROPY_GENERATOR=y
|
||||
CONFIG_TEST_RANDOM_GENERATOR=y
|
||||
CONFIG_BT=y
|
||||
CONFIG_BT_PERIPHERAL=y
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
CONFIG_PM=y
|
||||
CONFIG_ENTROPY_GENERATOR=y
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
CONFIG_ENTROPY_GENERATOR=y
|
|
@ -1,2 +1 @@
|
|||
CONFIG_PM=y
|
||||
CONFIG_ENTROPY_GENERATOR=y
|
||||
|
|
|
@ -4,4 +4,3 @@ CONFIG_BT_DEVICE_NAME="P2PSRV1"
|
|||
CONFIG_BT_GATT_CLIENT=y
|
||||
CONFIG_LOG=y
|
||||
CONFIG_LOG_BUFFER_SIZE=2048
|
||||
CONFIG_ENTROPY_GENERATOR=y
|
||||
|
|
|
@ -2,4 +2,3 @@ CONFIG_BT=y
|
|||
CONFIG_BT_DEVICE_NAME="Test beacon"
|
||||
CONFIG_POWEROFF=y
|
||||
CONFIG_PM=y
|
||||
CONFIG_ENTROPY_GENERATOR=y
|
||||
|
|
|
@ -248,6 +248,3 @@ 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,5 +1,4 @@
|
|||
CONFIG_BT_MAX_CONN=16
|
||||
CONFIG_ENTROPY_GENERATOR=y
|
||||
|
||||
# debug options
|
||||
# CONFIG_UART_CONSOLE=y
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
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