aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-06-15 23:11:30 -0400
committerTom Rini <trini@konsulko.com>2022-06-15 23:11:30 -0400
commitfd27812e520881d73bd97a2c034f3b5ecc361c4b (patch)
treefbe82812659e7b116b23d13f52baf04d53811264 /drivers
parent488d30a1e9f937b6e2726791dceb865e9e10e118 (diff)
parent752bea3ca4d095e4da948c643fc6d6ea7427c773 (diff)
downloadu-boot-WIP/15Jun2022.zip
u-boot-WIP/15Jun2022.tar.gz
u-boot-WIP/15Jun2022.tar.bz2
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-pmicWIP/15Jun2022
Diffstat (limited to 'drivers')
-rw-r--r--drivers/power/pmic/Kconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/power/pmic/Kconfig b/drivers/power/pmic/Kconfig
index bb39600..66b16b0 100644
--- a/drivers/power/pmic/Kconfig
+++ b/drivers/power/pmic/Kconfig
@@ -158,13 +158,15 @@ config SPL_DM_PMIC_MP5416
config DM_PMIC_PCA9450
bool "Enable Driver Model for PMIC PCA9450"
+ depends on DM_I2C
help
This config enables implementation of driver-model pmic uclass features
for PMIC PCA9450. The driver implements read/write operations.
config SPL_DM_PMIC_PCA9450
- bool "Enable Driver Model for PMIC PCA9450"
+ bool "Enable Driver Model for PMIC PCA9450 in SPL"
depends on SPL_DM_PMIC
+ depends on SPL_DM_I2C
help
This config enables implementation of driver-model pmic uclass features
for PMIC PCA9450 in SPL. The driver implements read/write operations.