common/Kconfig: Reword text for BOARD_TYPES

While it is true that for some Samsung platforms, we call
get_board_type() the main usage of this CONFIG switch is to enable
board_types in global data, which is then used by various platforms.

Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Tom Rini 2023-02-15 22:36:47 -05:00
parent 49cba67852
commit e7348a7c74

View file

@ -551,12 +551,11 @@ endmenu
menu "Init options" menu "Init options"
config BOARD_TYPES config BOARD_TYPES
bool "Call get_board_type() to get and display the board type" bool "Enable board_type entry in global data struct"
help help
If this option is enabled, checkboard() will call get_board_type() If this option is enabled, a field will be added to the global
to get a string containing the board type and this will be data struct to store an unsigned long value for the type of
displayed immediately after the model is shown on the console platform that we have determined we are on, at run-time.
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"