mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-28 10:38:19 +00:00
power: pmic: tps65941: Add DM_PMIC dependency
This Kconfig depends on DM_PMIC but hadn't be explicitly stated which
could cause config related issues.
Adds the dependency in Kconfig for tps65941.
Fixes: 6b86dd0c1ead ("power: pmic: tps65941: Add support for tps65941 family of PMICs")
Reviewed-by: Neha Malcom Francis <n-francis@ti.com>
Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com>
Reviewed-by: Aniket Limaye <a-limaye@ti.com>
This commit is contained in:
parent
28dc47038e
commit
48b45f131f
@ -394,6 +394,7 @@ config SPL_PMIC_LP87565
|
|||||||
|
|
||||||
config PMIC_TPS65941
|
config PMIC_TPS65941
|
||||||
bool "Enable driver for Texas Instruments TPS65941 PMIC"
|
bool "Enable driver for Texas Instruments TPS65941 PMIC"
|
||||||
|
depends on DM_PMIC
|
||||||
help
|
help
|
||||||
The TPS65941 is a PMIC containing a bunch of SMPS & LDOs.
|
The TPS65941 is a PMIC containing a bunch of SMPS & LDOs.
|
||||||
This driver binds the pmic children.
|
This driver binds the pmic children.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user