commit | 4148d7574b48bbc1e0a29218bf7f170bc5d9ce8d | [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 | 52222b1559e950277452024f9a8442eeb254ac84 [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>