diff options
| author | Svyatoslav Ryhel <[email protected]> | 2023-10-24 10:49:05 +0300 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-11-03 17:40:40 -0400 |
| commit | fa1e72ea3d62f561fb990113ce404ad603d61e83 (patch) | |
| tree | 900d6875c78c653a1664703856eb8afa0abce5c5 /drivers/sysreset/Kconfig | |
| parent | 102c4e3183e8166541f57acb9e35aff1c38e4947 (diff) | |
sysreset: implement MAX77663 sysreset functions
MAX77663 PMIC has embedded poweroff function 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 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/sysreset/Kconfig b/drivers/sysreset/Kconfig index eab556c3499..bc358961012 100644 --- a/drivers/sysreset/Kconfig +++ b/drivers/sysreset/Kconfig @@ -74,6 +74,13 @@ config SYSRESET_GPIO example on Microblaze where reset logic can be controlled via GPIO pin which triggers cpu reset. +config SYSRESET_MAX77663 + bool "Enable support for MAX77663 PMIC System Reset" + depends on DM_PMIC_MAX77663 + select SYSRESET_CMD_POWEROFF if CMD_POWEROFF + help + Enable system power management functions found in MAX77663 PMIC. + config SYSRESET_MICROBLAZE bool "Enable support for Microblaze soft reset" depends on MICROBLAZE |
