commit | bbdd13561f3de5c0997bcfa0a2d868bb1eb0a178 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | Tue Feb 28 02:55:22 2023 +0100 |
committer | Marek Vasut <marek.vasut+renesas@mailbox.org> | Sat Apr 08 03:53:23 2023 +0200 |
tree | e526f63c1919b5e64e63eb4fa5a687c6bbdf519d | |
parent | e718e725e82a02d435c357b3c6c65bfc1d4a0e9f [diff] |
video: simple-panel: 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>