From a572f83e7198eff99728335e697e9a0ef1e53a0c Mon Sep 17 00:00:00 2001 From: Rudolf Marek Date: Mon, 13 Apr 2009 17:57:44 +0000 Subject: 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 Acked-by: Peter Stuge git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4099 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/config/Options.lb | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/config/Options.lb') 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 -- cgit v1.2.3