diff options
Diffstat (limited to 'src/Kconfig')
-rw-r--r-- | src/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Kconfig b/src/Kconfig index 875c9d0790..24b21060b6 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -1152,6 +1152,7 @@ config RELOCATABLE_MODULES config NO_STAGE_CACHE bool + default y if !HAVE_ACPI_RESUME help Do not save any component in stage cache for resume path. On resume, all components would be read back from CBFS again. |