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:
parent
0b8b7d47aa
commit
005acb2a6d
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue