aboutsummaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-09-14 10:55:40 -0600
committerTom Rini <trini@konsulko.com>2023-09-19 11:36:25 -0400
commitd761eeabcdd127b3a26ee140e9a38b45d20fbd1b (patch)
treee6a8520cf730b45ade4c33953a51afe1ad08a0fd /Kconfig
parenta90b5946f488e8a36bd318220244ecd0908ce1d3 (diff)
downloadu-boot-d761eeabcdd127b3a26ee140e9a38b45d20fbd1b.zip
u-boot-d761eeabcdd127b3a26ee140e9a38b45d20fbd1b.tar.gz
u-boot-d761eeabcdd127b3a26ee140e9a38b45d20fbd1b.tar.bz2
Kconfig: Move API into general setup
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>
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/Kconfig b/Kconfig
index 91170bf..0a2e975 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"