From: Simon Glass Date: Thu, 14 Sep 2023 16:55:40 +0000 (-0600) Subject: Kconfig: Move API into general setup X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=d761eeabcdd127b3a26ee140e9a38b45d20fbd1b;p=u-boot.git 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 Reviewed-by: Tom Rini --- diff --git a/Kconfig b/Kconfig index 91170bf8d2..0a2e97578d 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"