[PATCH 15/16] Kconfig: Move BOARD_TYPES under init options
Simon Glass
sjg at chromium.org
Fri Sep 11 04:21:26 CEST 2020
This actually relates to something displayed on start-up, so move it into
that menu.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
common/Kconfig | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/common/Kconfig b/common/Kconfig
index a1a898babd8..318d372a481 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -435,6 +435,14 @@ endmenu
menu "Init options"
+config BOARD_TYPES
+ bool "Call get_board_type() to get and display the board type"
+ help
+ If this option is enabled, checkboard() will call get_board_type()
+ to get a string containing the board type and this will be
+ displayed immediately after the model is shown on the console
+ early in boot.
+
config DISPLAY_CPUINFO
bool "Display information about the CPU during start up"
default y if ARC|| ARM || NIOS2 || X86 || XTENSA || M68K
@@ -532,14 +540,6 @@ endmenu
endmenu # Init options
-config BOARD_TYPES
- bool "Call get_board_type() to get and display the board type"
- help
- If this option is enabled, checkboard() will call get_board_type()
- to get a string containing the board type and this will be
- displayed immediately after the model is shown on the console
- early in boot.
-
menu "Security support"
config HASH
--
2.28.0.618.gf4bc123cb7-goog
More information about the U-Boot
mailing list