diff options
author | Simon Glass <sjg@chromium.org> | 2017-04-26 22:27:47 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-04-30 10:29:53 -0400 |
commit | 0fd28b1f0ed85fe80e68b112259e21c6275da56f (patch) | |
tree | 25155621f454bb415ec5ee04f8f7b51a3c028501 /scripts | |
parent | bdf25a5e04078951e5b7fef4f4c432e88263244f (diff) | |
download | u-boot-0fd28b1f0ed85fe80e68b112259e21c6275da56f.tar.gz |
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>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/config_whitelist.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index f639d2b082..b17b87bd7b 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -1399,7 +1399,6 @@ CONFIG_I2C_MVTWSI_BASE3 CONFIG_I2C_MVTWSI_BASE4 CONFIG_I2C_MVTWSI_BASE5 CONFIG_I2C_MXC -CONFIG_I2C_PMIC CONFIG_I2C_REPEATED_START CONFIG_I2C_RTC_ADDR CONFIG_I2C_TIMEOUT |