commit | 0fd28b1f0ed85fe80e68b112259e21c6275da56f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Apr 26 22:27:47 2017 -0600 |
committer | Tom Rini <trini@konsulko.com> | Sun Apr 30 10:29:53 2017 -0400 |
tree | 25155621f454bb415ec5ee04f8f7b51a3c028501 | |
parent | bdf25a5e04078951e5b7fef4f4c432e88263244f [diff] |
power: Drop CONFIG_I2C_PMIC This is only used by one board and should not be a CONFIG option. Instead it should use the driver model pmic framework. For now, just move the setting into the only board that uses it. Signed-off-by: Simon Glass <sjg@chromium.org>