From 73623a0acac7f62646757cdd5a03b325eba3e0c9 Mon Sep 17 00:00:00 2001 From: Andrew Jones Date: Mon, 27 Feb 2023 11:31:02 +0100 Subject: lib: sbi: Add system suspend skeleton Add the SUSP extension probe and ecall support, but for now the system suspend function is just a stub. Signed-off-by: Andrew Jones Reviewed-by: Anup Patel --- lib/sbi/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/sbi/Kconfig') diff --git a/lib/sbi/Kconfig b/lib/sbi/Kconfig index ef6728b..7eb3273 100644 --- a/lib/sbi/Kconfig +++ b/lib/sbi/Kconfig @@ -22,6 +22,10 @@ config SBI_ECALL_SRST bool "System Reset extension" default y +config SBI_ECALL_SUSP + bool "System Suspend extension" + default y + config SBI_ECALL_PMU bool "Performance Monitoring Unit extension" default y -- cgit v1.2.3