mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-19 05:31:31 +02: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
4
Kconfig
4
Kconfig
@ -585,10 +585,10 @@ config MP
|
|||||||
This provides an option to bringup different processors
|
This provides an option to bringup different processors
|
||||||
in multiprocessor cases.
|
in multiprocessor cases.
|
||||||
|
|
||||||
endmenu # General setup
|
|
||||||
|
|
||||||
source "api/Kconfig"
|
source "api/Kconfig"
|
||||||
|
|
||||||
|
endmenu # General setup
|
||||||
|
|
||||||
source "boot/Kconfig"
|
source "boot/Kconfig"
|
||||||
|
|
||||||
source "common/Kconfig"
|
source "common/Kconfig"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user