mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
power: wandboard: Add a missing CONFIG
We should enable pmic in SPL since it is used. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
a118449814
commit
d36d5b0c1f
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue