mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
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>
This commit is contained in:
parent
0570938e3c
commit
b81736d475
1 changed files with 4 additions and 0 deletions
4
Kconfig
4
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"
|
||||
|
|
Loading…
Reference in a new issue