Convert CONFIG_BOARD_TYPES to Kconfig
[oweals/u-boot.git] / common / Kconfig
index 8f9d2959ba5c3a348b21d1151046690964b6b13b..0a14bdedaa655c594860e7b3921b9aa12979bc1a 100644 (file)
@@ -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