diff options
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | 2023-08-13 04:57:01 +0200 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2023-08-20 15:55:27 -0600 |
commit | 226ddc0dccdb19fc2f66a6e4bde10a421da9160f (patch) | |
tree | 914c5be6808981f34bff167b5c016e06b024d046 /configs | |
parent | 49147a0b0d21e7ee902edfbb01aa61cf90c5946a (diff) | |
download | u-boot-226ddc0dccdb19fc2f66a6e4bde10a421da9160f.tar.gz u-boot-226ddc0dccdb19fc2f66a6e4bde10a421da9160f.tar.bz2 u-boot-226ddc0dccdb19fc2f66a6e4bde10a421da9160f.zip |
configs: sandbox64: Enable MC34708 driver
Align the sandbox64 defconfig with sandbox defconfig. Enable missing
MC34708 PMIC driver. This fixes ut_dm_dm_test_power_pmic_mc34708_get test .
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/sandbox64_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox64_defconfig b/configs/sandbox64_defconfig index 0a694a57a0..28badf60ce 100644 --- a/configs/sandbox64_defconfig +++ b/configs/sandbox64_defconfig @@ -188,6 +188,7 @@ CONFIG_DM_PMIC=y CONFIG_PMIC_ACT8846=y CONFIG_DM_PMIC_PFUZE100=y CONFIG_DM_PMIC_MAX77686=y +CONFIG_DM_PMIC_MC34708=y CONFIG_PMIC_QCOM=y CONFIG_PMIC_RK8XX=y CONFIG_PMIC_S2MPS11=y |