tests: show thread_metric Kconfig menu first
Put the thread_metric Kconfig menu first in the Kconfig "homepage", like other samples and tests typically do as this makes it easier to quickly get to the relevant options in menuconfig. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
parent
6584862897
commit
8d253b78a1
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,6 @@
|
||||||
|
|
||||||
mainmenu "Eclipse ThreadX Thread-Metric RTOS Test Suite"
|
mainmenu "Eclipse ThreadX Thread-Metric RTOS Test Suite"
|
||||||
|
|
||||||
source "Kconfig.zephyr"
|
|
||||||
|
|
||||||
choice TM_TEST
|
choice TM_TEST
|
||||||
prompt "Select a Thread-Metric test to execute"
|
prompt "Select a Thread-Metric test to execute"
|
||||||
default TM_PREEMPTIVE
|
default TM_PREEMPTIVE
|
||||||
|
@ -81,3 +79,5 @@ config TM_SYNCHRONIZATION
|
||||||
is reported every 30 seconds.
|
is reported every 30 seconds.
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
source "Kconfig.zephyr"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue