diff options
author | Christian Gmeiner <christian.gmeiner@gmail.com> | 2018-09-10 12:43:16 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-09-29 08:07:29 -0400 |
commit | 83f6f608c278d9ac3fda7d0bb05f41c06b397964 (patch) | |
tree | e1f7a8b849bc9ec146eb52384baa72bbd07552de /scripts | |
parent | 973fcc8daec0055b5bc14dae6aa9e44c0e9d17f9 (diff) | |
download | u-boot-83f6f608c278d9ac3fda7d0bb05f41c06b397964.tar.gz u-boot-83f6f608c278d9ac3fda7d0bb05f41c06b397964.tar.bz2 u-boot-83f6f608c278d9ac3fda7d0bb05f41c06b397964.zip |
Convert CONFIG_DISABLE_CONSOLE to Kconfig
This converts the following to Kconfig:
CONFIG_DISABLE_CONSOLE
Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/config_whitelist.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index 03e4d28b76..787a45332f 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 |