mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-04-26 00:01:30 +00:00
Kconfig: Move BOARD_TYPES under init options
This actually relates to something displayed on start-up, so move it into that menu. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
d472d821f3
commit
a4c4ecf4c9
1 changed files with 8 additions and 8 deletions
|
@ -435,6 +435,14 @@ endmenu
|
||||||
|
|
||||||
menu "Init options"
|
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
|
config DISPLAY_CPUINFO
|
||||||
bool "Display information about the CPU during start up"
|
bool "Display information about the CPU during start up"
|
||||||
default y if ARC|| ARM || NIOS2 || X86 || XTENSA || M68K
|
default y if ARC|| ARM || NIOS2 || X86 || XTENSA || M68K
|
||||||
|
@ -532,14 +540,6 @@ endmenu
|
||||||
|
|
||||||
endmenu # Init options
|
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"
|
menu "Security support"
|
||||||
|
|
||||||
config HASH
|
config HASH
|
||||||
|
|
Loading…
Add table
Reference in a new issue