commit | 52b2e263a67d032be7569b2b8345b89252d91199 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Aug 18 23:12:24 2021 -0400 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 30 14:10:07 2021 -0400 |
tree | d785190ccaa53ef848573925a07a5f7aaadd93b8 | |
parent | 68e0d316f193b106bca9e847093c700634a69f26 [diff] |
Convert CONFIG_SYS_I2C_LEGACY to Kconfig and add CONFIG_[ST]PL_SYS_I2C_LEGACY First, we convert CONFIG_SYS_I2C_LEGACY to Kconfig. Next, as you cannot have SYS_I2C_LEGACY and DM_I2C at the same time, introduce CONFIG_SPL_SYS_I2C_LEGACY so that we can enable the legacy option only in SPL. Finally, for some PowerPC cases we also need CONFIG_TPL_SYS_I2C_LEGACY support. Convert all of the existing users to one or more symbols. Signed-off-by: Tom Rini <trini@konsulko.com>