Commit 8564df57 authored by Valerio Setti's avatar Valerio Setti Committed by Benjamin Cabé
Browse files

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: default avatarValerio Setti <vsetti@baylibre.com>
parent e0551814
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
CONFIG_PM=y
CONFIG_ENTROPY_GENERATOR=y
+0 −1
Original line number Diff line number Diff line
CONFIG_PM=y
CONFIG_ENTROPY_GENERATOR=y
+0 −2
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
CONFIG_ENTROPY_GENERATOR=y
+0 −1
Original line number Diff line number Diff line
CONFIG_ENTROPY_GENERATOR=y
CONFIG_TEST_RANDOM_GENERATOR=y
CONFIG_BT=y
CONFIG_BT_PERIPHERAL=y
Loading