diff options
author | Simon Glass | 2017-05-17 03:25:03 -0600 |
---|---|---|
committer | Tom Rini | 2017-05-22 08:37:09 -0400 |
commit | 2c6ebff1e12a6553719356c879e2b41ee8d36af8 (patch) | |
tree | 663a499e0d150d25205849d8e1f30b3f2e83577c /README | |
parent | 879704d8f7387b05272b79197a3c782d1499283b (diff) |
Kconfig: Drop CONFIG_SYS_I2C_DTT_ADDR
This option is only defined to a non-default value by canyonlands, which
needs conversion to driver model (where the I2C address would be defined
by the device tree).
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 'README')
-rw-r--r-- | README | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -2329,12 +2329,6 @@ The following options need to be configured: If defined, then this indicates the I2C bus number for the DTT. If not defined, then U-Boot assumes that DTT is on I2C bus 0. - CONFIG_SYS_I2C_DTT_ADDR: - - If defined, specifies the I2C address of the DTT device. - If not defined, then U-Boot uses predefined value for - specified DTT device. - CONFIG_SOFT_I2C_READ_REPEATED_START defining this will force the i2c_read() function in |