]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
Kconfig: Move API into general setup
authorSimon Glass <sjg@chromium.org>
Thu, 14 Sep 2023 16:55:40 +0000 (10:55 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 19 Sep 2023 15:36:25 +0000 (11:36 -0400)
This is perhaps not a commonly used feature so should not have its own
option in the main menu. Move it under general setup.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Kconfig

diff --git a/Kconfig b/Kconfig
index 91170bf8d223299740cb2a4740d3490625e55711..0a2e97578dfcb1c36ec5b4e46f2b1706e9f2ed82 100644 (file)
--- a/Kconfig
+++ b/Kconfig
@@ -585,10 +585,10 @@ config MP
          This provides an option to bringup different processors
          in multiprocessor cases.
 
-endmenu                # General setup
-
 source "api/Kconfig"
 
+endmenu                # General setup
+
 source "boot/Kconfig"
 
 source "common/Kconfig"