mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2025-08-25 07:41:42 +01:00

The generic platform can have multiple system suspend drivers so add a simple FDT based system suspend driver framework. Signed-off-by: Anup Patel <apatel@ventanamicro.com>
11 lines
161 B
Plaintext
11 lines
161 B
Plaintext
# SPDX-License-Identifier: BSD-2-Clause
|
|
|
|
menu "System Suspend Support"
|
|
|
|
config FDT_SUSPEND
|
|
bool "FDT based suspend drivers"
|
|
depends on FDT
|
|
default n
|
|
|
|
endmenu
|