mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 13:43:28 +00:00
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:
parent
a90b5946f4
commit
d761eeabcd
1 changed files with 2 additions and 2 deletions
4
Kconfig
4
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"
|
||||
|
|
Loading…
Reference in a new issue