mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-16 23:07:00 +00:00
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-pmic
This commit is contained in:
commit
fd27812e52
1 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue