]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
test: Move POST under a renamed Testing section
authorSimon Glass <sjg@chromium.org>
Thu, 14 Sep 2023 16:55:44 +0000 (10:55 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 19 Sep 2023 15:36:25 +0000 (11:36 -0400)
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>
test/Kconfig

index 6e859fb7d0dbeda36fe3c5952e9c4874e806ee01..830245b6f9a986450af1a4094f02f8302aa6a8ad 100644 (file)
@@ -1,9 +1,4 @@
-config POST
-       bool "Power On Self Test support"
-       help
-         See doc/README.POST for more details
-
-menu "Unit tests"
+menu "Testing"
 
 config UNIT_TEST
        bool "Unit tests"
@@ -110,4 +105,9 @@ source "test/lib/Kconfig"
 source "test/optee/Kconfig"
 source "test/overlay/Kconfig"
 
+config POST
+       bool "Power On Self Test support"
+       help
+         See doc/README.POST for more details
+
 endmenu