summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2017-05-17 03:25:03 -0600
committerTom Rini <[email protected]>2017-05-22 08:37:09 -0400
commit2c6ebff1e12a6553719356c879e2b41ee8d36af8 (patch)
tree663a499e0d150d25205849d8e1f30b3f2e83577c /README
parent879704d8f7387b05272b79197a3c782d1499283b (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 <[email protected]> Reviewed-by: Tom Rini <[email protected]> Reviewed-by: Heiko Schocher <[email protected]>
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 0 insertions, 6 deletions
diff --git a/README b/README
index 99af4c5bbf5..a31065b6f5e 100644
--- a/README
+++ b/README
@@ -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