]> git.dujemihanovic.xyz Git - u-boot.git/commit
power: pmic: tps65941: Add DM_PMIC dependency
authorManorit Chawdhry <m-chawdhry@ti.com>
Tue, 15 Oct 2024 10:52:17 +0000 (16:22 +0530)
committerTom Rini <trini@konsulko.com>
Mon, 21 Oct 2024 23:52:31 +0000 (17:52 -0600)
commit48b45f131fd68bb9d0f9ad8a6fa649b0afacc627
tree113d9e9eb32083037dd133207dc627a80b1982b7
parent28dc47038edc4e93f32d75a357131bcf01a18d85
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>
drivers/power/pmic/Kconfig