summaryrefslogtreecommitdiff
path: root/lib/sbi/Kconfig
diff options
context:
space:
mode:
authorAndrew Jones <ajones@ventanamicro.com>2023-02-27 13:31:02 +0300
committerAnup Patel <anup@brainfault.org>2023-02-27 17:13:52 +0300
commit73623a0acac7f62646757cdd5a03b325eba3e0c9 (patch)
tree3665667dbfecdfaf68789e8aaa8508b9e3d83255 /lib/sbi/Kconfig
parent8a40306371b7e5dbe20da946edd0ddd9693bfa85 (diff)
downloadopensbi-73623a0acac7f62646757cdd5a03b325eba3e0c9.tar.xz
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 <ajones@ventanamicro.com> Reviewed-by: Anup Patel <anup@brainfault.org>
Diffstat (limited to 'lib/sbi/Kconfig')
-rw-r--r--lib/sbi/Kconfig4
1 files changed, 4 insertions, 0 deletions
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