mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 00:47:26 +00:00
test: Move POST under a renamed Testing section
Rename Unit tests to Testing, since it is a stretch to describe some of the tests as unit tests. Move POST there as well, so it doesn't show up by itself in the top-level menu. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
4cc40f618a
commit
36778dfc9d
1 changed files with 6 additions and 6 deletions
12
test/Kconfig
12
test/Kconfig
|
@ -1,9 +1,4 @@
|
||||||
config POST
|
menu "Testing"
|
||||||
bool "Power On Self Test support"
|
|
||||||
help
|
|
||||||
See doc/README.POST for more details
|
|
||||||
|
|
||||||
menu "Unit tests"
|
|
||||||
|
|
||||||
config UNIT_TEST
|
config UNIT_TEST
|
||||||
bool "Unit tests"
|
bool "Unit tests"
|
||||||
|
@ -110,4 +105,9 @@ source "test/lib/Kconfig"
|
||||||
source "test/optee/Kconfig"
|
source "test/optee/Kconfig"
|
||||||
source "test/overlay/Kconfig"
|
source "test/overlay/Kconfig"
|
||||||
|
|
||||||
|
config POST
|
||||||
|
bool "Power On Self Test support"
|
||||||
|
help
|
||||||
|
See doc/README.POST for more details
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
Loading…
Reference in a new issue