diff options
author | Simon Glass <sjg@chromium.org> | 2017-05-17 03:24:58 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-22 08:37:05 -0400 |
commit | 523f97ac75449e9522ff4a3f138114908220aaee (patch) | |
tree | 0ef760aa40a351bf5cf79d7353fca96305b6f1cb /scripts | |
parent | 089df18bfe9dd6e98f34807247ec77e0e1b5f7a2 (diff) | |
download | u-boot-523f97ac75449e9522ff4a3f138114908220aaee.tar.gz |
Kconfig: Drop CONFIG_CMD_DS4510_INFO
This option is only used in one driver and two boards. It does not seem
worth having the ability to remove this part of the support.
Drop the option.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
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 4ed76f3d66..726e59b8d9 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -384,7 +384,6 @@ CONFIG_CMDLINE_EDITING CONFIG_CMDLINE_PS_SUPPORT CONFIG_CMDLINE_TAG CONFIG_CMD_DS4510 -CONFIG_CMD_DS4510_INFO CONFIG_CMD_DS4510_MEM CONFIG_CMD_DS4510_RST CONFIG_CMD_DTT |