diff options
author | Simon Glass | 2017-05-17 03:25:07 -0600 |
---|---|---|
committer | Tom Rini | 2017-05-22 08:37:12 -0400 |
commit | 21c729799104605f2e4fa976af2f97ed8e258afc (patch) | |
tree | 8fbb9fdf4b91c1036c90d0df12a9fd5ca7063494 /scripts | |
parent | dd937b82fec0a5f1a077c207c929a1e3d465f59e (diff) |
Kconfig: Drop CONFIG_SYS_I2C_DS4510_ADDR
This is only used by one board and always set to 0x51. Drop this 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 495e63f6dc4..ac9d0d8572a 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -4176,7 +4176,6 @@ CONFIG_SYS_I2C_CLK_OFFSET CONFIG_SYS_I2C_DAVINCI CONFIG_SYS_I2C_DIRECT_BUS CONFIG_SYS_I2C_DPMEM_OFFSET -CONFIG_SYS_I2C_DS4510_ADDR CONFIG_SYS_I2C_DSPIC_2_ADDR CONFIG_SYS_I2C_DSPIC_ADDR CONFIG_SYS_I2C_DSPIC_IO_ADDR |