commit | bebdc3339b97d1856d6df921a1ce04dc8c657504 | [log] [tgz] |
---|---|---|
author | Manorit Chawdhry <m-chawdhry@ti.com> | Tue Oct 15 16:22:17 2024 +0530 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 21 17:52:31 2024 -0600 |
tree | 113d9e9eb32083037dd133207dc627a80b1982b7 | |
parent | 231d2ba5804c82cf2467a6658bb7d3eb8ade634c [diff] |
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>