From: Marek Vasut Date: Fri, 29 May 2020 17:22:41 +0000 (+0200) Subject: power: pmic: Add SPL Kconfig entry for PFUZE100 X-Git-Tag: v2020.10~171^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=661d9afe1429e28adcaacd277ab9f28e3790e93f;p=platform%2Fkernel%2Fu-boot.git power: pmic: Add SPL Kconfig entry for PFUZE100 Add Kconfig entry for the PFUZE PMIC, SPL variant. Signed-off-by: Marek Vasut Cc: Fabio Estevam Cc: Jaehoon Chung Cc: Peng Fan Cc: Stefano Babic Reviewed-by: Jaehoon Chung --- diff --git a/drivers/power/pmic/Kconfig b/drivers/power/pmic/Kconfig index ef8bf49..a62aa38 100644 --- a/drivers/power/pmic/Kconfig +++ b/drivers/power/pmic/Kconfig @@ -105,6 +105,13 @@ config DM_PMIC_PFUZE100 This config enables implementation of driver-model pmic uclass features for PMIC PFUZE100. The driver implements read/write operations. +config SPL_DM_PMIC_PFUZE100 + bool "Enable Driver Model for PMIC PFUZE100 in SPL" + depends on DM_PMIC + ---help--- + This config enables implementation of driver-model pmic uclass features + for PMIC PFUZE100 in SPL. The driver implements read/write operations. + config DM_PMIC_MAX77686 bool "Enable Driver Model for PMIC MAX77686" depends on DM_PMIC