commit | 7c5ad8be43880530ee104adfd4985f69ce0d7f8e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri May 12 21:09:49 2017 -0600 |
committer | Heiko Schocher <hs@denx.de> | Mon May 15 06:17:09 2017 +0200 |
tree | 89887dacbe56dc1b3cef048ce08c2ec3ef8f955b | |
parent | 7743c6936896fcaa25169ab9a83decad538569a3 [diff] |
i2c: Drop use of CONFIG_I2C_HARD This option is pretty old. It predates CONFIG_SYS_I2C which is itself deprecated in favour of driver model. Disable it for all boards. Also drop I2C options which depend on this. Signed-off-by: Simon Glass <sjg@chromium.org>