summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-09-10 20:21:21 -0600
committerTom Rini <trini@konsulko.com>2020-10-09 12:01:55 -0400
commit7df39e5b95521ed0bc413649816c3fce92a50d74 (patch)
tree7178a900c915ec2df560ab795fb7e46581c6fc32
parent832876a46a7a3093ceadb580864c1708bd7210d8 (diff)
downloadu-boot-7df39e5b95521ed0bc413649816c3fce92a50d74.tar.gz
Kconfig: Create a new 'init options' menu
There are quite a few options at the top level relating to U-Boot init. Move them into their own menu. Signed-off-by: Simon Glass <sjg@chromium.org>
-rw-r--r--common/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 6423ab3797..3aa8cf358a 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -433,6 +433,8 @@ endif
endmenu
+menu "Init options"
+
config MISC_INIT_R
bool "Execute Misc Init"
default y if ARCH_KEYSTONE || ARCH_SUNXI || MPC85xx
@@ -483,6 +485,8 @@ config DISPLAY_BOARDINFO_LATE
the relocation phase. The board function checkboard() is called to do
this.
+endmenu # Init options
+
config BOUNCE_BUFFER
bool "Include bounce buffer API"
help