Bladeren bron

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 3 jaren geleden
bovenliggende
commit
b81736d475
1 gewijzigde bestanden met toevoegingen van 4 en 0 verwijderingen
  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"