Skip to content

Commit a4b9ef6

Browse files
valeriosettifabiobaltieri
authored andcommitted
Revert "samples/tests: bluetooth: remove ENTROPY_GENERATOR selection"
This reverts commit 30f6dc4. Signed-off-by: Valerio Setti <[email protected]>
1 parent eaa200b commit a4b9ef6

File tree

13 files changed

+16
-0
lines changed

13 files changed

+16
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
CONFIG_PM=y
2+
CONFIG_ENTROPY_GENERATOR=y
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
CONFIG_PM=y
2+
CONFIG_ENTROPY_GENERATOR=y

samples/bluetooth/iso_connected_benchmark/prj.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ CONFIG_MAIN_STACK_SIZE=2048
1515
CONFIG_LOG=y
1616
CONFIG_CBPRINTF_FP_SUPPORT=y
1717
CONFIG_LOG_BUFFER_SIZE=2048
18+
19+
CONFIG_ENTROPY_GENERATOR=y
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_ENTROPY_GENERATOR=y

samples/bluetooth/peripheral_csc/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
CONFIG_ENTROPY_GENERATOR=y
12
CONFIG_TEST_RANDOM_GENERATOR=y
23
CONFIG_BT=y
34
CONFIG_BT_PERIPHERAL=y
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
CONFIG_PM=y
2+
CONFIG_ENTROPY_GENERATOR=y
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_ENTROPY_GENERATOR=y
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
CONFIG_PM=y
2+
CONFIG_ENTROPY_GENERATOR=y

samples/bluetooth/st_ble_sensor/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ CONFIG_BT_DEVICE_NAME="P2PSRV1"
44
CONFIG_BT_GATT_CLIENT=y
55
CONFIG_LOG=y
66
CONFIG_LOG_BUFFER_SIZE=2048
7+
CONFIG_ENTROPY_GENERATOR=y

samples/boards/st/power_mgmt/stm32wb_ble/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ CONFIG_BT=y
22
CONFIG_BT_DEVICE_NAME="Test beacon"
33
CONFIG_POWEROFF=y
44
CONFIG_PM=y
5+
CONFIG_ENTROPY_GENERATOR=y

0 commit comments

Comments
 (0)