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>
This commit is contained in:
Simon Glass 2023-09-14 10:55:40 -06:00 committed by Tom Rini
parent a90b5946f4
commit d761eeabcd

View file

@ -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"