diff options
| author | Svyatoslav Ryhel <[email protected]> | 2023-10-24 10:49:07 +0300 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-11-03 17:42:14 -0400 |
| commit | 8b8a00eaf47719ee04338eff9cd94b0408779d9d (patch) | |
| tree | 6c1112be1f2b4d4ae255818b6fa24bffe8ff3371 /drivers/sysreset/Kconfig | |
| parent | 9d937cdc2ce831adfef969ced5e35b72a3131dea (diff) | |
sysreset: implement TPS65910 sysreset functions
TPS65910/TPS65911 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 cdb4ae2bb11..659170d1568 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_TPS65910 + bool "Enable support for TPS65910/TPS65911 PMIC System Reset" + depends on DM_PMIC_TPS65910 + select SYSRESET_CMD_POWEROFF if CMD_POWEROFF + help + Enable system power management functions found in TPS65910/TPS65911 + PMICs. + config SYSRESET_TPS80031 bool "Enable support for TPS80031/TPS80032 PMIC System Reset" depends on DM_PMIC_TPS80031 |
