diff options
author | Simon Glass <sjg@chromium.org> | 2023-02-22 09:34:23 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-03-03 09:49:02 -0500 |
commit | d36d5b0c1f6f4ce4d784a1f6aa3afbe2a69cd2c6 (patch) | |
tree | db69d86547b2c506e91e4870c8613f1bbcc8fc99 | |
parent | a11844981465d3428fe8dc78bc3e567e6d68dd0d (diff) |
power: wandboard: Add a missing CONFIG
We should enable pmic in SPL since it is used.
Signed-off-by: Simon Glass <sjg@chromium.org>
-rw-r--r-- | configs/wandboard_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/wandboard_defconfig b/configs/wandboard_defconfig index e418e4d207..41dace867d 100644 --- a/configs/wandboard_defconfig +++ b/configs/wandboard_defconfig @@ -70,6 +70,7 @@ CONFIG_MII=y CONFIG_PINCTRL=y CONFIG_PINCTRL_IMX6=y CONFIG_DM_PMIC=y +CONFIG_SPL_DM_PMIC=y CONFIG_DM_PMIC_PFUZE100=y CONFIG_DM_SCSI=y CONFIG_DM_SERIAL=y |