Kconfig: Add a 'Boot options' menu
authorSimon Glass <sjg@chromium.org>
Fri, 11 Sep 2020 02:21:12 +0000 (20:21 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 9 Oct 2020 15:57:45 +0000 (11:57 -0400)
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 <sjg@chromium.org>
Kconfig

diff --git a/Kconfig b/Kconfig
index 1a132f9..34f17eb 100644 (file)
--- a/Kconfig
+++ b/Kconfig
@@ -432,6 +432,8 @@ config EXAMPLES
 
 endmenu                # General setup
 
+menu "Boot options"
+
 menu "Boot images"
 
 config ANDROID_BOOT_IMAGE
@@ -769,6 +771,8 @@ config ARCH_FIXUP_FDT_MEMORY
 
 endmenu                # Boot images
 
+endmenu                # Booting
+
 source "api/Kconfig"
 
 source "common/Kconfig"