Skip to content
Snippets Groups Projects
Commit 367b3fc5 authored by Igor Opaniuk's avatar Igor Opaniuk Committed by Frieder Schrempf
Browse files

power: pmic: add SPL_DM_PMIC_PCA9450 symbol to Kconfig


Add SPL_DM_PMIC_PCA9450 symbol to Kconfig.

Signed-off-by: default avatarIgor Opaniuk <igor.opaniuk@toradex.com>
Reviewed-by: default avatarJaehoon Chung <jh80.chung@samsung.com>
parent 461e9793
No related branches found
No related tags found
No related merge requests found
......@@ -91,6 +91,13 @@ config DM_PMIC_PCA9450
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"
depends on DM_PMIC
help
This config enables implementation of driver-model pmic uclass features
for PMIC PCA9450 in SPL. The driver implements read/write operations.
config DM_PMIC_PFUZE100
bool "Enable Driver Model for PMIC PFUZE100"
depends on DM_PMIC
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment