From bed44f499fa95c72d9180967ea46f418488872df Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Fri, 11 Jan 2019 18:37:06 -0700 Subject: Convert CONFIG_BOARD_TYPES to Kconfig This converts the following to Kconfig: CONFIG_BOARD_TYPES Signed-off-by: Simon Glass Reviewed-by: Lukasz Majewski Acked-by: Alexey Brodkin Reviewed-by: Minkyu Kang --- common/Kconfig | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'common') diff --git a/common/Kconfig b/common/Kconfig index 8f9d2959ba5..0a14bdedaa6 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -656,6 +656,14 @@ config BOUNCE_BUFFER A second possible use of bounce buffers is their ability to provide aligned buffers for DMA operations. +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 "Start-up hooks" config ARCH_EARLY_INIT_R -- cgit v1.2.3