From: Christian Gmeiner Date: Mon, 10 Sep 2018 10:43:16 +0000 (+0200) Subject: Convert CONFIG_DISABLE_CONSOLE to Kconfig X-Git-Tag: v2018.11-rc1~30 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=83f6f608c278d9ac3fda7d0bb05f41c06b397964;p=thirdparty%2Fu-boot.git Convert CONFIG_DISABLE_CONSOLE to Kconfig This converts the following to Kconfig: CONFIG_DISABLE_CONSOLE Signed-off-by: Christian Gmeiner --- diff --git a/common/Kconfig b/common/Kconfig index be2e1b80f7e..41f27a13383 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -259,6 +259,11 @@ config CONSOLE_RECORD_IN_SIZE The buffer is allocated immediately after the malloc() region is ready. +config DISABLE_CONSOLE + bool "Add functionality to disable console completely" + help + Disable console (in & out). + config IDENT_STRING string "Board specific string to be added to uboot version string" help diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index 03e4d28b766..787a45332f2 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -366,7 +366,6 @@ CONFIG_DHCP_MIN_EXT_LEN CONFIG_DIALOG_POWER CONFIG_DIMM_SLOTS_PER_CTLR CONFIG_DIRECT_NOR_BOOT -CONFIG_DISABLE_CONSOLE CONFIG_DISCONTIGMEM CONFIG_DISCOVER_PHY CONFIG_DISPLAY_AER_xxxx