diff options
| author | Svyatoslav Ryhel <[email protected]> | 2023-10-24 10:49:06 +0300 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-11-03 17:41:54 -0400 |
| commit | 9d937cdc2ce831adfef969ced5e35b72a3131dea (patch) | |
| tree | ee11de56b5133cd24222b71456ff30d9b86028f1 /drivers/sysreset/Kconfig | |
| parent | fa1e72ea3d62f561fb990113ce404ad603d61e83 (diff) | |
sysreset: implement TPS80031 sysreset functions
TPS80031/TPS80032 PMICs have embedded power control functions
used by some device to initiane device power off. Implement it as
sysreset driver.
Signed-off-by: Svyatoslav Ryhel <[email protected]>
Diffstat (limited to 'drivers/sysreset/Kconfig')
| -rw-r--r-- | drivers/sysreset/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/sysreset/Kconfig b/drivers/sysreset/Kconfig index bc358961012..cdb4ae2bb11 100644 --- a/drivers/sysreset/Kconfig +++ b/drivers/sysreset/Kconfig @@ -157,6 +157,14 @@ config SYSRESET_TI_SCI This enables the system reset driver support over TI System Control Interface available on some new TI's SoCs. +config SYSRESET_TPS80031 + bool "Enable support for TPS80031/TPS80032 PMIC System Reset" + depends on DM_PMIC_TPS80031 + select SYSRESET_CMD_POWEROFF if CMD_POWEROFF + help + Enable system power management functions found in TPS80031/TPS80032 + PMICs. + config SYSRESET_SYSCON bool "Enable support for mfd syscon reboot driver" select REGMAP |
