diff options
Diffstat (limited to 'src/Kconfig')
-rw-r--r-- | src/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Kconfig b/src/Kconfig index e35df43c9e..9042719abf 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -711,6 +711,12 @@ config MAX_CPUS source "src/console/Kconfig" +config ACPI_S1_NOT_SUPPORTED + bool + default n + help + Set this to 'y' on platforms that do not support ACPI S1 state. + config HAVE_ACPI_RESUME bool default n |