projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0570938
)
Kconfig: Add a 'Boot options' menu
author
Simon Glass
<sjg@chromium.org>
Fri, 11 Sep 2020 02:21:12 +0000
(20:21 -0600)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/Kconfig
b/Kconfig
index 1a132f90e476c7fc3fd21ea28da8e4adcc759429..34f17eb943e0b2f1201a92e20df74dd1e0eec611 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"