summaryrefslogtreecommitdiff
path: root/drivers/sysreset/Kconfig
diff options
context:
space:
mode:
authorKongyang Liu <[email protected]>2024-04-16 15:52:38 +0800
committerLeo Yu-Chi Liang <[email protected]>2024-05-01 22:40:12 +0800
commita4dc68cba42c6c1be5eaab6ef84d272cf42fe9ef (patch)
treebb335913bae31329f71aac804af16b31b587fa7e /drivers/sysreset/Kconfig
parent085b3b22d32fa48804c58709ac05b69c03f572eb (diff)
sysreset: cv1800b: Add sysreset driver for cv1800b SoC
Add sysreset driver for cv1800b SoC Signed-off-by: Kongyang Liu <[email protected]> Reviewed-by: Leo Yu-Chi Liang <[email protected]>
Diffstat (limited to 'drivers/sysreset/Kconfig')
-rw-r--r--drivers/sysreset/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/sysreset/Kconfig b/drivers/sysreset/Kconfig
index 49c0787b26d..b64bfadb207 100644
--- a/drivers/sysreset/Kconfig
+++ b/drivers/sysreset/Kconfig
@@ -59,6 +59,11 @@ config SYSRESET_CMD_POWEROFF
endif
+config SYSRESET_CV1800B
+ bool "Enable support for Sophgo cv1800b System Reset"
+ help
+ Enable system reset support for Sophgo cv1800b SoC.
+
config POWEROFF_GPIO
bool "Enable support for GPIO poweroff driver"
depends on DM_GPIO