diff options
author | Simon Glass <sjg@chromium.org> | 2017-05-17 03:25:43 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-22 12:45:33 -0400 |
commit | ee7c0e712a22aff6c7db10acd040b215822f6622 (patch) | |
tree | cb5787098d7ba8c36f76fde5b174eac001d878b2 /scripts | |
parent | aed998aa34b22e818b2cd58ca7f2246716f2c3a6 (diff) |
Convert CONFIG_CMD_LZMADEC to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_LZMADEC
Signed-off-by: Simon Glass <sjg@chromium.org>
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 5b163a5499d..1055caf19aa 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -383,7 +383,6 @@ CONFIG_CM922T_XA10 CONFIG_CMDLINE_EDITING CONFIG_CMDLINE_PS_SUPPORT CONFIG_CMDLINE_TAG -CONFIG_CMD_LZMADEC CONFIG_CMD_MAX6957 CONFIG_CMD_MEM CONFIG_CMD_MFSL |