On Sat, 19 Nov 2022 at 16:45, Tom Rini <tr...@konsulko.com> wrote: > > As we have more legacy PMIC drivers to move to Kconfig, guard them all > with POWER_LEGACY or SPL_POWER_LEGACY. Do the same kind of check for > building the drivers too. This also means that we need to resort the > list slightly in the Makefile. > > Cc: Jaehoon Chung <jh80.ch...@samsung.com> > Signed-off-by: Tom Rini <tr...@konsulko.com> > --- > drivers/power/pmic/Kconfig | 5 ++++- > drivers/power/pmic/Makefile | 10 ++++++---- > 2 files changed, 10 insertions(+), 5 deletions(-) >
Reviewed-by: Simon Glass <s...@chromium.org>