From: Simon Glass <sjg@chromium.org>
Date: Fri, 11 Sep 2020 02:21:12 +0000 (-0600)
Subject: Kconfig: Add a 'Boot options' menu
X-Git-Tag: v2025.01-rc5-pxa1908~2184^2~16
X-Git-Url: http://git.dujemihanovic.xyz/repo?a=commitdiff_plain;h=b81736d475da7401a4a6316670eb7691165a02e8;p=u-boot.git

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>
---

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"