Explorar o código

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>
Simon Glass %!s(int64=3) %!d(string=hai) anos
pai
achega
b81736d475
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      Kconfig

+ 4 - 0
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"