[PATCH v2 02/19] Kconfig: Move API into general setup
Simon Glass
sjg at chromium.org
Thu Aug 31 05:52:56 CEST 2023
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 at chromium.org>
---
(no changes since v1)
Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Kconfig b/Kconfig
index 91170bf8d223..0a2e97578dfc 100644
--- 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"
--
2.42.0.rc2.253.gd59a3bf2b4-goog
More information about the U-Boot
mailing list