commit | a0ec4765961ba972573f42ff626c16f9ae415fb0 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | Tue Feb 28 02:55:18 2023 +0100 |
committer | Marek Vasut <marek.vasut+renesas@mailbox.org> | Sat Apr 08 03:53:23 2023 +0200 |
tree | a2ee66c036a7f99db4e69cc55ce4d855a030d660 | |
parent | 7b762e0ea1e69570c704ac9a5b692e0152987050 [diff] |
misc: ub251xb: Fix use of CONFIG_IS_ENABLED on DM_REGULATOR The DM_REGULATOR symbol has SPL counterpart in: drivers/power/regulator/Kconfig:config SPL_DM_REGULATOR Use CONFIG_IS_ENABLED() macro to match on the correct variant depending on the build stage. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org> Reviewed-by: Simon Glass <sjg@chromium.org>