forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: Marcus Shawcroft <[email protected]>
- Loading branch information
1 parent
de4727b
commit fe8d044
Showing
47 changed files
with
1 addition
and
142 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1 @@ | ||
# 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
CONFIG_TEST_RANDOM_GENERATOR=y | ||
CONFIG_TINYCRYPT=y | ||
CONFIG_TINYCRYPT_AES=y | ||
CONFIG_MAIN_STACK_SIZE=5120 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
CONFIG_TEST_RANDOM_GENERATOR=y | ||
CONFIG_TINYCRYPT=y | ||
CONFIG_TINYCRYPT_AES=y | ||
CONFIG_TINYCRYPT_AES_CBC=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
CONFIG_TEST_RANDOM_GENERATOR=y | ||
CONFIG_TINYCRYPT=y | ||
CONFIG_TINYCRYPT_AES=y | ||
CONFIG_TINYCRYPT_AES_CCM=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
CONFIG_TEST_RANDOM_GENERATOR=y | ||
CONFIG_TINYCRYPT=y | ||
CONFIG_TINYCRYPT_AES=y | ||
CONFIG_TINYCRYPT_AES_CMAC=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
CONFIG_TEST_RANDOM_GENERATOR=y | ||
CONFIG_TINYCRYPT=y | ||
CONFIG_TINYCRYPT_AES=y | ||
CONFIG_TINYCRYPT_AES_CTR=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
CONFIG_TEST_RANDOM_GENERATOR=y | ||
CONFIG_TINYCRYPT=y | ||
CONFIG_TINYCRYPT_AES=y | ||
CONFIG_TINYCRYPT_CTR_PRNG=y | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
CONFIG_TEST_RANDOM_GENERATOR=y | ||
CONFIG_TINYCRYPT=y | ||
CONFIG_TINYCRYPT_SHA256=y | ||
CONFIG_TINYCRYPT_SHA256_HMAC=y | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
CONFIG_TEST_RANDOM_GENERATOR=y | ||
CONFIG_MAIN_STACK_SIZE=40960 | ||
CONFIG_TINYCRYPT=y | ||
CONFIG_TINYCRYPT_SHA256=y | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
CONFIG_TEST_RANDOM_GENERATOR=y | ||
CONFIG_TINYCRYPT=y | ||
CONFIG_TINYCRYPT_SHA256=y | ||
CONFIG_MAIN_STACK_SIZE=40960 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
CONFIG_STDOUT_CONSOLE=y | ||
CONFIG_NUM_IRQS=2 | ||
CONFIG_FLOAT=y | ||
|
||
# Let stack canaries use non-random number generator. | ||
# This option is NOT to be used in production code. | ||
CONFIG_TEST_RANDOM_GENERATOR=y |
4 changes: 0 additions & 4 deletions
4
tests/legacy/benchmark/boot_time/microkernel/ia32/prj_expert_test.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,4 @@ | ||
CONFIG_PERFORMANCE_METRICS=y | ||
CONFIG_BOOT_TIME_MEASUREMENT=y | ||
CONFIG_CPU_CLOCK_FREQ_MHZ=1800 | ||
|
||
# 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 |
4 changes: 0 additions & 4 deletions
4
tests/legacy/benchmark/boot_time/microkernel/quark_d2000/quark_d2000_prj.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,4 @@ | ||
CONFIG_PERFORMANCE_METRICS=y | ||
CONFIG_BOOT_TIME_MEASUREMENT=y | ||
|
||
# Let stack canaries use non-random number generator. | ||
# This option is NOT to be used in production code. | ||
CONFIG_TEST_RANDOM_GENERATOR=y | ||
CONFIG_CPU_CLOCK_FREQ_MHZ=32 | ||
CONFIG_MDEF=y |
4 changes: 0 additions & 4 deletions
4
tests/legacy/benchmark/boot_time/microkernel/quark_se/quark_se_prj.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,4 @@ | ||
CONFIG_PERFORMANCE_METRICS=y | ||
CONFIG_BOOT_TIME_MEASUREMENT=y | ||
|
||
# Let stack canaries use non-random number generator. | ||
# This option is NOT to be used in production code. | ||
CONFIG_TEST_RANDOM_GENERATOR=y | ||
CONFIG_CPU_CLOCK_FREQ_MHZ=32 | ||
CONFIG_MDEF=y |
2 changes: 1 addition & 1 deletion
2
tests/legacy/benchmark/boot_time/microkernel/quark_x1000/prj.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
|
||
CONFIG_PERFORMANCE_METRICS=y | ||
CONFIG_BOOT_TIME_MEASUREMENT=y | ||
CONFIG_CPU_CLOCK_FREQ_MHZ=533 | ||
CONFIG_TEST_RANDOM_GENERATOR=y | ||
CONFIG_MDEF=y |
4 changes: 0 additions & 4 deletions
4
tests/legacy/benchmark/boot_time/nanokernel/ia32/prj_expert_test.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,4 @@ | ||
CONFIG_PERFORMANCE_METRICS=y | ||
CONFIG_BOOT_TIME_MEASUREMENT=y | ||
CONFIG_CPU_CLOCK_FREQ_MHZ=1800 | ||
|
||
# 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 |
4 changes: 0 additions & 4 deletions
4
tests/legacy/benchmark/boot_time/nanokernel/quark_d2000/quark_d2000_prj.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,4 @@ | ||
CONFIG_PERFORMANCE_METRICS=y | ||
CONFIG_BOOT_TIME_MEASUREMENT=y | ||
|
||
# Let stack canaries use non-random number generator. | ||
# This option is NOT to be used in production code. | ||
CONFIG_TEST_RANDOM_GENERATOR=y | ||
CONFIG_CPU_CLOCK_FREQ_MHZ=32 | ||
CONFIG_MDEF=y |
4 changes: 0 additions & 4 deletions
4
tests/legacy/benchmark/boot_time/nanokernel/quark_se/quark_se_prj.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,4 @@ | ||
CONFIG_PERFORMANCE_METRICS=y | ||
CONFIG_BOOT_TIME_MEASUREMENT=y | ||
|
||
# Let stack canaries use non-random number generator. | ||
# This option is NOT to be used in production code. | ||
CONFIG_TEST_RANDOM_GENERATOR=y | ||
CONFIG_CPU_CLOCK_FREQ_MHZ=32 | ||
CONFIG_MDEF=y |
1 change: 0 additions & 1 deletion
1
tests/legacy/benchmark/boot_time/nanokernel/quark_x1000/prj.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
CONFIG_PERFORMANCE_METRICS=y | ||
CONFIG_BOOT_TIME_MEASUREMENT=y | ||
CONFIG_CPU_CLOCK_FREQ_MHZ=533 | ||
CONFIG_TEST_RANDOM_GENERATOR=y | ||
CONFIG_MDEF=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,2 @@ | ||
CONFIG_NUM_TASK_PRIORITIES=50 | ||
|
||
# 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,2 @@ | ||
# Let stack canaries use non-random number generator. | ||
# This option is NOT to be used in production code. | ||
|
||
CONFIG_TEST_RANDOM_GENERATOR=y | ||
CONFIG_IRQ_OFFLOAD=y | ||
CONFIG_MDEF=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1 @@ | ||
# 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
CONFIG_NUM_TASK_PRIORITIES=64 | ||
CONFIG_NUM_IRQS=2 | ||
CONFIG_TEST_RANDOM_GENERATOR=y | ||
CONFIG_MDEF=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
CONFIG_DEBUG_TRACING_KERNEL_OBJECTS=y | ||
CONFIG_THREAD_MONITOR=y | ||
|
||
# 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
# Let stack canaries use non-random number generator. | ||
# This option is NOT to be used in production code. | ||
|
||
CONFIG_TEST_RANDOM_GENERATOR=y | ||
CONFIG_NANO_TIMEOUTS=y | ||
CONFIG_NANO_TIMERS=y | ||
CONFIG_MDEF=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,2 @@ | ||
# Let stack canaries use non-random number generator. | ||
# This option is NOT to be used in production code. | ||
|
||
CONFIG_TEST_RANDOM_GENERATOR=y | ||
CONFIG_NUM_IRQS=2 | ||
CONFIG_MDEF=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,2 @@ | ||
# Let stack canaries use non-random number generator. | ||
# This option is NOT to be used in production code. | ||
|
||
CONFIG_TEST_RANDOM_GENERATOR=y | ||
CONFIG_NUM_IRQS=2 | ||
CONFIG_MDEF=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,2 @@ | ||
# Let stack canaries use non-random number generator. | ||
# This option is NOT to be used in production code. | ||
|
||
CONFIG_TEST_RANDOM_GENERATOR=y | ||
CONFIG_NUM_IRQS=2 | ||
CONFIG_MDEF=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,2 @@ | ||
# Let stack canaries use non-random number generator. | ||
# This option is NOT to be used in production code. | ||
|
||
CONFIG_TEST_RANDOM_GENERATOR=y | ||
CONFIG_IRQ_OFFLOAD=y | ||
CONFIG_MDEF=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
# Let stack canaries use non-random number generator. | ||
# This option is NOT to be used in production code. | ||
|
||
CONFIG_TEST_RANDOM_GENERATOR=y | ||
CONFIG_NANO_TIMEOUTS=y | ||
CONFIG_IRQ_OFFLOAD=y | ||
CONFIG_MDEF=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,2 @@ | ||
# Let stack canaries use non-random number generator. | ||
# This option is NOT to be used in production code. | ||
|
||
CONFIG_TEST_RANDOM_GENERATOR=y | ||
CONFIG_IRQ_OFFLOAD=y | ||
CONFIG_MDEF=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
# Let stack canaries use non-random number generator. | ||
# This option is NOT to be used in production code. | ||
|
||
CONFIG_TEST_RANDOM_GENERATOR=y | ||
CONFIG_NANO_TIMEOUTS=y | ||
CONFIG_IRQ_OFFLOAD=y | ||
CONFIG_MDEF=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,2 @@ | ||
# Let stack canaries use non-random number generator. | ||
# This option is NOT to be used in production code. | ||
|
||
CONFIG_TEST_RANDOM_GENERATOR=y | ||
CONFIG_IRQ_OFFLOAD=y | ||
CONFIG_MDEF=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,2 @@ | ||
# Let stack canaries use non-random number generator. | ||
# This option is NOT to be used in production code. | ||
|
||
CONFIG_TEST_RANDOM_GENERATOR=y | ||
CONFIG_EXCEPTION_DEBUG=n | ||
CONFIG_MDEF=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,2 @@ | ||
# Let stack canaries use non-random number generator. | ||
# This option is NOT to be used in production code. | ||
|
||
CONFIG_TEST_RANDOM_GENERATOR=y | ||
CONFIG_EXCEPTION_DEBUG=n | ||
CONFIG_MDEF=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,3 @@ | ||
CONFIG_NUM_TASK_PRIORITIES=32 | ||
|
||
# Let stack canaries use non-random number generator. | ||
# This option is NOT to be used in production code. | ||
|
||
CONFIG_TEST_RANDOM_GENERATOR=y | ||
CONFIG_IRQ_OFFLOAD=y | ||
CONFIG_MDEF=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,3 @@ | ||
CONFIG_NUM_TASK_PRIORITIES=32 | ||
|
||
# Let stack canaries use non-random number generator. | ||
# This option is NOT to be used in production code. | ||
|
||
CONFIG_TEST_RANDOM_GENERATOR=y | ||
CONFIG_IRQ_OFFLOAD=y | ||
CONFIG_MDEF=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
CONFIG_SYS_POWER_MANAGEMENT=y | ||
CONFIG_TICKLESS_IDLE=y | ||
CONFIG_TEST_RANDOM_GENERATOR=y | ||
CONFIG_MDEF=y |
1 change: 0 additions & 1 deletion
1
tests/legacy/kernel/test_tickless/microkernel/prj_soc_quark_se_c1000_ss.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters