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 /README | |
parent | 089df18bfe9dd6e98f34807247ec77e0e1b5f7a2 (diff) | |
download | u-boot-523f97ac75449e9522ff4a3f138114908220aaee.zip u-boot-523f97ac75449e9522ff4a3f138114908220aaee.tar.gz u-boot-523f97ac75449e9522ff4a3f138114908220aaee.tar.bz2 |
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 'README')
-rw-r--r-- | README | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -831,7 +831,6 @@ The following options need to be configured: CONFIG_CMD_DHCP * DHCP support CONFIG_CMD_DIAG * Diagnostics CONFIG_CMD_DS4510 * ds4510 I2C gpio commands - CONFIG_CMD_DS4510_INFO * ds4510 I2C info command CONFIG_CMD_DS4510_MEM * ds4510 I2C eeprom/sram commansd CONFIG_CMD_DS4510_RST * ds4510 I2C rst command CONFIG_CMD_DTT * Digital Therm and Thermostat |