summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-05-17 09:25:03 (GMT)
committerTom Rini <trini@konsulko.com>2017-05-22 12:37:09 (GMT)
commit2c6ebff1e12a6553719356c879e2b41ee8d36af8 (patch)
tree663a499e0d150d25205849d8e1f30b3f2e83577c /README
parent879704d8f7387b05272b79197a3c782d1499283b (diff)
downloadu-boot-2c6ebff1e12a6553719356c879e2b41ee8d36af8.tar.xz
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--README6
1 files changed, 0 insertions, 6 deletions
diff --git a/README b/README
index 99af4c5..a31065b 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