commit | 3301e2ed7499a70b423918f9c028b31e89a5474e | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | Tue Feb 28 02:55:19 2023 +0100 |
committer | Marek Vasut <marek.vasut+renesas@mailbox.org> | Sat Apr 08 03:53:23 2023 +0200 |
tree | a91d9e202e6126b3455f597b627a598017af8be9 | |
parent | a0ec4765961ba972573f42ff626c16f9ae415fb0 [diff] |
mmc: npcm_sdhci: 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>