On Thu, 10 Jun 2021 at 20:37, Trevor Woerner <twoer...@gmail.com> wrote: > > Convert the CONFIG_SYS_I2C_LPC32XX configuration symbol from an include > directive to a Kconfig value. > > Signed-off-by: Trevor Woerner <twoer...@gmail.com> > > --- > > Changes in v2: > - added > > configs/devkit3250_defconfig | 1 + > configs/work_92105_defconfig | 1 + > drivers/i2c/Kconfig | 6 ++++++ > include/configs/devkit3250.h | 1 - > include/configs/work_92105.h | 1 - > scripts/config_whitelist.txt | 1 - > 6 files changed, 8 insertions(+), 3 deletions(-)
Reviewed-by: Simon Glass <s...@chromium.org> Could use more help on the Kconfig though