test: move unit tests into a sub-menu

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>
This commit is contained in:
Heinrich Schuchardt 2023-04-03 20:27:43 +02:00 committed by Tom Rini
parent 0b8b7d47aa
commit 005acb2a6d

View file

@ -3,7 +3,9 @@ config POST
help help
See doc/README.POST for more details See doc/README.POST for more details
menuconfig UNIT_TEST menu "Unit tests"
config UNIT_TEST
bool "Unit tests" bool "Unit tests"
help help
Select this to compile in unit tests for various parts of 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/lib/Kconfig"
source "test/optee/Kconfig" source "test/optee/Kconfig"
source "test/overlay/Kconfig" source "test/overlay/Kconfig"
endmenu