Commit fe8d044d authored by Marcus Shawcroft's avatar Marcus Shawcroft Committed by Anas Nashif
Browse files

tests: Remove unnecessary CONFIG_TEST_RANDOM_GENERATOR



Remove CONFIG_TEST_RANDOM_GENERATOR from each test and sample where it
is not required.

Change-Id: I949f8e93c2cb1881622a5e48efeb87c43122a170
Signed-off-by: default avatarMarcus Shawcroft <marcus.shawcroft@arm.com>
parent de4727ba
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
CONFIG_TEST_RANDOM_GENERATOR=y
CONFIG_BLUETOOTH=y
CONFIG_BLUETOOTH_PERIPHERAL=y
CONFIG_BLUETOOTH_GATT_DYNAMIC_DB=y
+0 −3
Original line number Diff line number Diff line
# Let stack canaries use non-random number generator.
# This option is NOT to be used in production code.
CONFIG_TEST_RANDOM_GENERATOR=y
CONFIG_MDEF=y
+0 −3
Original line number Diff line number Diff line
# Let stack canaries use non-random number generator.
# This option is NOT to be used in production code.
CONFIG_TEST_RANDOM_GENERATOR=y
CONFIG_BLUETOOTH=y
CONFIG_BLUETOOTH_NO_DRIVER=y
CONFIG_BLUETOOTH_DEBUG_LOG=y
+0 −1
Original line number Diff line number Diff line
CONFIG_TEST_RANDOM_GENERATOR=y
CONFIG_TINYCRYPT=y
CONFIG_TINYCRYPT_AES=y
CONFIG_MAIN_STACK_SIZE=5120
+0 −1
Original line number Diff line number Diff line
CONFIG_TEST_RANDOM_GENERATOR=y
CONFIG_TINYCRYPT=y
CONFIG_TINYCRYPT_AES=y
CONFIG_TINYCRYPT_AES_CBC=y
Loading