aboutsummaryrefslogtreecommitdiff
path: root/src/config
diff options
context:
space:
mode:
authorRudolf Marek <r.marek@assembler.cz>2009-04-13 17:57:44 +0000
committerRudolf Marek <r.marek@assembler.cz>2009-04-13 17:57:44 +0000
commita572f83e7198eff99728335e697e9a0ef1e53a0c (patch)
tree30e2d17ce37a7e8eb4cb7ccf57167c0255f5f6f0 /src/config
parent3f04dade0548e68c549af7a551f6c254b4e0088f (diff)
Following patch adds necessary hooks and as well the compile time checks for
ACPI suspend/resume. The memory cleared now is just the coreboot memory not the low memory. Signed-off-by: Rudolf Marek <r.marek@assembler.cz> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4099 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/config')
-rw-r--r--src/config/Options.lb6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb
index 0acf8a491f..9739b6d909 100644
--- a/src/config/Options.lb
+++ b/src/config/Options.lb
@@ -927,6 +927,12 @@ define HAVE_ACPI_TABLES
comment "Define to build ACPI tables"
end
+define HAVE_ACPI_RESUME
+ default 0
+ export always
+ comment "Define to build ACPI with resume support"
+end
+
define ACPI_SSDTX_NUM
default 0
export always