summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-09-10 20:21:12 -0600
committerTom Rini <trini@konsulko.com>2020-10-09 11:57:45 -0400
commitb81736d475da7401a4a6316670eb7691165a02e8 (patch)
tree9c0f5b902bc2601e1b0ea7475f8946dbd06a714e /Kconfig
parent0570938e3c1835a6bcd0ce5b47a501ad5a09a9b3 (diff)
Kconfig: Add a 'Boot options' menu
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>
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/Kconfig b/Kconfig
index 1a132f90e4..34f17eb943 100644
--- 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"