summaryrefslogtreecommitdiff
path: root/src/southbridge/amd/cimx/sb700/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/amd/cimx/sb700/Kconfig')
-rw-r--r--src/southbridge/amd/cimx/sb700/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/southbridge/amd/cimx/sb700/Kconfig b/src/southbridge/amd/cimx/sb700/Kconfig
index 27338fc63d..f139450300 100644
--- a/src/southbridge/amd/cimx/sb700/Kconfig
+++ b/src/southbridge/amd/cimx/sb700/Kconfig
@@ -59,5 +59,14 @@ config REDIRECT_SBCIMX_TRACE_TO_SERIAL
debug information to the serial console.
Warning: Only enable this option when debuging or tracing AMD CIMX code.
+
+config S3_VOLATILE_POS
+ hex "S3 volatile storage position"
+ default 0xFFFF0000
+ depends on HAVE_ACPI_RESUME
+ help
+ For a system with S3 feature, the BIOS needs to save some data to
+ non-volitile storage at cold boot stage.
+
endif #SOUTHBRIDGE_AMD_CIMX_SB700