diff options
author | Simon Glass | 2023-09-14 10:55:40 -0600 |
---|---|---|
committer | Tom Rini | 2023-09-19 11:36:25 -0400 |
commit | d761eeabcdd127b3a26ee140e9a38b45d20fbd1b (patch) | |
tree | e6a8520cf730b45ade4c33953a51afe1ad08a0fd /Kconfig | |
parent | a90b5946f488e8a36bd318220244ecd0908ce1d3 (diff) |
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-- | Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |