Skip to content

Commit

Permalink
Kconfig: Add a 'Boot options' menu
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
sjg20 authored and trini committed Oct 9, 2020
1 parent 0570938 commit b81736d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,8 @@ config EXAMPLES

endmenu # General setup

menu "Boot options"

menu "Boot images"

config ANDROID_BOOT_IMAGE
Expand Down Expand Up @@ -769,6 +771,8 @@ config ARCH_FIXUP_FDT_MEMORY

endmenu # Boot images

endmenu # Booting

source "api/Kconfig"

source "common/Kconfig"
Expand Down

0 comments on commit b81736d

Please sign in to comment.