]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
test: move unit tests into a sub-menu
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 3 Apr 2023 18:27:43 +0000 (20:27 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 25 Apr 2023 19:31:27 +0000 (15:31 -0400)
The main configuration menu should not contain detail settings.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/Kconfig

index 465028265b2b17c05137e9a5212b6e33d2e0bad1..6e859fb7d0dbeda36fe3c5952e9c4874e806ee01 100644 (file)
@@ -3,7 +3,9 @@ config POST
        help
          See doc/README.POST for more details
 
-menuconfig UNIT_TEST
+menu "Unit tests"
+
+config UNIT_TEST
        bool "Unit tests"
        help
          Select this to compile in unit tests for various parts of
@@ -107,3 +109,5 @@ source "test/env/Kconfig"
 source "test/lib/Kconfig"
 source "test/optee/Kconfig"
 source "test/overlay/Kconfig"
+
+endmenu