There are quite a few boot-related menu options at the top level. Create a new menu to hold these and move 'Boot images' into it.
Signed-off-by: Simon Glass <s...@chromium.org> --- Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Kconfig b/Kconfig index 883e3f71d01..3866b2b6e75 100644 --- a/Kconfig +++ b/Kconfig @@ -424,6 +424,8 @@ config SYS_SRAM_SIZE endmenu # General setup +menu "Boot options" + menu "Boot images" config ANDROID_BOOT_IMAGE @@ -762,6 +764,8 @@ config ARCH_FIXUP_FDT_MEMORY endmenu # Boot images +endmenu # Booting + source "api/Kconfig" source "common/Kconfig" -- 2.28.0.618.gf4bc123cb7-goog