mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-17 14:18:14 +01:00
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-pmic
This commit is contained in:
commit
fd27812e52
@ -158,13 +158,15 @@ config SPL_DM_PMIC_MP5416
|
|||||||
|
|
||||||
config DM_PMIC_PCA9450
|
config DM_PMIC_PCA9450
|
||||||
bool "Enable Driver Model for PMIC PCA9450"
|
bool "Enable Driver Model for PMIC PCA9450"
|
||||||
|
depends on DM_I2C
|
||||||
help
|
help
|
||||||
This config enables implementation of driver-model pmic uclass features
|
This config enables implementation of driver-model pmic uclass features
|
||||||
for PMIC PCA9450. The driver implements read/write operations.
|
for PMIC PCA9450. The driver implements read/write operations.
|
||||||
|
|
||||||
config SPL_DM_PMIC_PCA9450
|
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_PMIC
|
||||||
|
depends on SPL_DM_I2C
|
||||||
help
|
help
|
||||||
This config enables implementation of driver-model pmic uclass features
|
This config enables implementation of driver-model pmic uclass features
|
||||||
for PMIC PCA9450 in SPL. The driver implements read/write operations.
|
for PMIC PCA9450 in SPL. The driver implements read/write operations.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user