diff options
| author | Tom Rini <[email protected]> | 2023-09-19 17:44:18 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-09-19 17:44:18 -0400 |
| commit | c58ee1c9946a1550b1f6fee2b25da9ecc89baf71 (patch) | |
| tree | 03d857452ecaf427ee43122ee1d227b195ba4352 /test | |
| parent | 08600ff62ec862411c4e2373f7e4ea6556307621 (diff) | |
| parent | c0e5b0ebab6ae8f04cf42bd4ac10c19af58af3a2 (diff) | |
Merge branch '2023-09-19-tidy-up-some-kconfig-options' into next
- Re-organize and tidy up some of our Kconfig options
Diffstat (limited to 'test')
| -rw-r--r-- | test/Kconfig | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/Kconfig b/test/Kconfig index 6e859fb7d0d..830245b6f9a 100644 --- a/test/Kconfig +++ b/test/Kconfig @@ -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 |
