diff options
author | Simon Glass | 2020-09-10 20:21:12 -0600 |
---|---|---|
committer | Tom Rini | 2020-10-09 11:57:45 -0400 |
commit | b81736d475da7401a4a6316670eb7691165a02e8 (patch) | |
tree | 9c0f5b902bc2601e1b0ea7475f8946dbd06a714e /Kconfig | |
parent | 0570938e3c1835a6bcd0ce5b47a501ad5a09a9b3 (diff) |
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>
Diffstat (limited to 'Kconfig')
-rw-r--r-- | Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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" |