commit | 639f1dfe5c0edda0130b713f619640a980b0721b | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sat Nov 19 18:45:08 2022 -0500 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 05 16:06:43 2022 -0500 |
tree | 5663d15996f17fa1dad78e16902d9eba8ed1970c | |
parent | 6a5dccc02202c5bf334825ef3104f9d85c9cb678 [diff] |
power: pmic: Guard non-DM_PMIC drivers with a check for POWER_LEGACY 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.chung@samsung.com> Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>