aboutsummaryrefslogtreecommitdiff
path: root/drivers/power/pmic
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2019-10-16 10:24:36 +0000
committerStefano Babic <sbabic@denx.de>2019-11-03 17:04:16 +0100
commit672fc540cdf16859e949a555e413b1e19f6467cd (patch)
tree2fd6ee5f8930abb53be0e2229d937cc139317446 /drivers/power/pmic
parente0f724f71841acdb510bbf7f79cf22991a8a3906 (diff)
downloadu-boot-672fc540cdf16859e949a555e413b1e19f6467cd.zip
u-boot-672fc540cdf16859e949a555e413b1e19f6467cd.tar.gz
u-boot-672fc540cdf16859e949a555e413b1e19f6467cd.tar.bz2
power: pmic: Kconfig: add CONFIG_SPL_DM_PMIC_BD71837
Add CONFIG_SPL_DM_PMIC_BD71837 to make this driver could be used in SPL stage Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'drivers/power/pmic')
-rw-r--r--drivers/power/pmic/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/power/pmic/Kconfig b/drivers/power/pmic/Kconfig
index 586772f..4718dc7 100644
--- a/drivers/power/pmic/Kconfig
+++ b/drivers/power/pmic/Kconfig
@@ -55,6 +55,14 @@ config DM_PMIC_BD71837
This config enables implementation of driver-model pmic uclass features
for PMIC BD71837. The driver implements read/write operations.
+config SPL_DM_PMIC_BD71837
+ bool "Enable Driver Model for PMIC BD71837 in SPL stage"
+ depends on DM_PMIC
+ help
+ This config enables implementation of driver-model pmic uclass
+ features for PMIC BD71837. The driver implements read/write
+ operations.
+
config DM_PMIC_FAN53555
bool "Enable support for OnSemi FAN53555"
depends on DM_PMIC && DM_REGULATOR && DM_I2C