Convert CONFIG_HIDE_LOGO_VERSION to Kconfig
This converts the following to Kconfig: CONFIG_HIDE_LOGO_VERSION Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
988d19dd5b
commit
4adc28ebc6
@ -161,6 +161,7 @@ CONFIG_I2C_EDID=y
|
||||
CONFIG_VIDEO_IPUV3=y
|
||||
CONFIG_SPLASH_SCREEN=y
|
||||
CONFIG_SPLASH_SCREEN_ALIGN=y
|
||||
CONFIG_HIDE_LOGO_VERSION=y
|
||||
CONFIG_WATCHDOG_TIMEOUT_MSECS=60000
|
||||
CONFIG_IMX_WATCHDOG=y
|
||||
CONFIG_FDT_FIXUP_PARTITIONS=y
|
||||
|
@ -165,6 +165,7 @@ CONFIG_I2C_EDID=y
|
||||
CONFIG_VIDEO_IPUV3=y
|
||||
CONFIG_SPLASH_SCREEN=y
|
||||
CONFIG_SPLASH_SCREEN_ALIGN=y
|
||||
CONFIG_HIDE_LOGO_VERSION=y
|
||||
CONFIG_WATCHDOG_TIMEOUT_MSECS=60000
|
||||
CONFIG_IMX_WATCHDOG=y
|
||||
CONFIG_FDT_FIXUP_PARTITIONS=y
|
||||
|
@ -171,6 +171,7 @@ CONFIG_I2C_EDID=y
|
||||
CONFIG_VIDEO_IPUV3=y
|
||||
CONFIG_SPLASH_SCREEN=y
|
||||
CONFIG_SPLASH_SCREEN_ALIGN=y
|
||||
CONFIG_HIDE_LOGO_VERSION=y
|
||||
CONFIG_WATCHDOG_TIMEOUT_MSECS=60000
|
||||
CONFIG_IMX_WATCHDOG=y
|
||||
CONFIG_FDT_FIXUP_PARTITIONS=y
|
||||
|
@ -874,6 +874,15 @@ config SPLASH_SCREEN_ALIGN
|
||||
=> vertically centered image
|
||||
at x = dspWidth - bmpWidth - 9
|
||||
|
||||
config HIDE_LOGO_VERSION
|
||||
bool "Hide the version information on the splash screen"
|
||||
help
|
||||
Normally the U-Boot version string is shown on the display when the
|
||||
splash screen is enabled. This information is not otherwise visible
|
||||
since video starts up after U-Boot has displayed the initial banner.
|
||||
|
||||
Enable this option to hide this information.
|
||||
|
||||
config SPLASH_SOURCE
|
||||
bool "Control the source of the splash image"
|
||||
help
|
||||
|
@ -34,7 +34,6 @@
|
||||
#define CONFIG_USBD_HS
|
||||
|
||||
/* Video */
|
||||
#define CONFIG_HIDE_LOGO_VERSION
|
||||
#define CONFIG_IMX_VIDEO_SKIP
|
||||
|
||||
/* Memory */
|
||||
|
@ -103,7 +103,6 @@
|
||||
#define CONFIG_SYS_FSL_USDHC_NUM 3
|
||||
|
||||
/* Framebuffer */
|
||||
#define CONFIG_HIDE_LOGO_VERSION
|
||||
#define CONFIG_IMX_HDMI
|
||||
#define CONFIG_IMX_VIDEO_SKIP
|
||||
|
||||
|
@ -47,7 +47,6 @@
|
||||
/* Framebuffer and LCD */
|
||||
#define CONFIG_IMX_HDMI
|
||||
#define CONFIG_IMX_VIDEO_SKIP
|
||||
#define CONFIG_HIDE_LOGO_VERSION /* Custom config to hide U-boot version */
|
||||
|
||||
/* Miscellaneous configurable options */
|
||||
#define CONFIG_HWCONFIG
|
||||
|
@ -64,7 +64,6 @@ CONFIG_G_DNL_THOR_VENDOR_NUM
|
||||
CONFIG_G_DNL_UMS_PRODUCT_NUM
|
||||
CONFIG_G_DNL_UMS_VENDOR_NUM
|
||||
CONFIG_HDMI_ENCODER_I2C_ADDR
|
||||
CONFIG_HIDE_LOGO_VERSION
|
||||
CONFIG_HIKEY_GPIO
|
||||
CONFIG_HOSTNAME
|
||||
CONFIG_HPS_ALTERAGRP_DBGATCLK
|
||||
|
Loading…
Reference in New Issue
Block a user