summaryrefslogtreecommitdiff
path: root/src/southbridge/amd/cimx
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/amd/cimx')
-rw-r--r--src/southbridge/amd/cimx/sb700/Kconfig16
-rw-r--r--src/southbridge/amd/cimx/sb800/Kconfig16
-rw-r--r--src/southbridge/amd/cimx/sb900/Kconfig16
3 files changed, 0 insertions, 48 deletions
diff --git a/src/southbridge/amd/cimx/sb700/Kconfig b/src/southbridge/amd/cimx/sb700/Kconfig
index d8bad86007..a4f9aa095f 100644
--- a/src/southbridge/amd/cimx/sb700/Kconfig
+++ b/src/southbridge/amd/cimx/sb700/Kconfig
@@ -67,21 +67,5 @@ config REDIRECT_SBCIMX_TRACE_TO_SERIAL
Warning: Only enable this option when debuging or tracing AMD CIMX code.
-config S3_DATA_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-volatile storage at cold boot stage.
-
-config S3_DATA_SIZE
- int "S3 volatile storage size"
- default 32768
- depends on HAVE_ACPI_RESUME
- help
- For a system with S3 feature, the BIOS needs to save some data to
- non-volatile storage at cold boot stage.
-
endif #SOUTHBRIDGE_AMD_CIMX_SB700
diff --git a/src/southbridge/amd/cimx/sb800/Kconfig b/src/southbridge/amd/cimx/sb800/Kconfig
index 832655d16d..ac25e896f2 100644
--- a/src/southbridge/amd/cimx/sb800/Kconfig
+++ b/src/southbridge/amd/cimx/sb800/Kconfig
@@ -124,22 +124,6 @@ config RAID_MISC_ROM_POSITION
endif
-config S3_DATA_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-volatile storage at cold boot stage.
-
-config S3_DATA_SIZE
- int "S3 volatile storage size"
- default 32768
- depends on HAVE_ACPI_RESUME
- help
- For a system with S3 feature, the BIOS needs to save some data to
- non-volatile storage at cold boot stage.
-
config SB800_IMC_FWM
bool "Add IMC firmware"
default n
diff --git a/src/southbridge/amd/cimx/sb900/Kconfig b/src/southbridge/amd/cimx/sb900/Kconfig
index 5d3b0a1328..3bef95a113 100644
--- a/src/southbridge/amd/cimx/sb900/Kconfig
+++ b/src/southbridge/amd/cimx/sb900/Kconfig
@@ -54,21 +54,5 @@ config BOOTBLOCK_SOUTHBRIDGE_INIT
string
default "southbridge/amd/cimx/sb900/bootblock.c"
-config S3_DATA_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-volatile storage at cold boot stage.
-
-config S3_DATA_SIZE
- int "S3 volatile storage size"
- default 32768
- depends on HAVE_ACPI_RESUME
- help
- For a system with S3 feature, the BIOS needs to save some data to
- non-volatile storage at cold boot stage.
-
endif #SOUTHBRIDGE_AMD_CIMX_SB900