diff options
author | Simon Glass <sjg@chromium.org> | 2017-08-04 16:34:26 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-08-11 11:34:14 -0400 |
commit | 241d281853e443498dccab520dfcbfca439269f5 (patch) | |
tree | d49cb77a4a03e480b8471b0999fc86832c04bea4 /scripts | |
parent | b7695c0e5917458ed8bc0016cd3f6e28b3b3847c (diff) |
Convert CONFIG_CMD_MAX6957 to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_MAX6957
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.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 4689d6310f..457907b7d2 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -293,7 +293,6 @@ CONFIG_CM922T_XA10 CONFIG_CMDLINE_EDITING CONFIG_CMDLINE_PS_SUPPORT CONFIG_CMDLINE_TAG -CONFIG_CMD_MAX6957 CONFIG_CMD_MEM CONFIG_CMD_MFSL CONFIG_CMD_MMC_SPI |