diff options
author | Rudolf Marek <r.marek@assembler.cz> | 2009-04-13 20:07:26 +0000 |
---|---|---|
committer | Rudolf Marek <r.marek@assembler.cz> | 2009-04-13 20:07:26 +0000 |
commit | 743b635ca3c89b78876095c7f61869104f9ab1b0 (patch) | |
tree | e77997122604cfadc1ed6c773047b7786fff89ea /src/mainboard/supermicro/h8dme/Options.lb | |
parent | 0fb21c4af989ca8fd813163a8cb7b3218166d1a9 (diff) |
I need to do uses HAVE_ACPI_RESUME for each board. Here we go.
Signed-off-by: Rudolf Marek <r.marek@assembler.cz>
Acked-by: Rudolf Marek <r.marek@assembler.cz>
It should fix the build break introduced in r4101
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4105 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/supermicro/h8dme/Options.lb')
-rw-r--r-- | src/mainboard/supermicro/h8dme/Options.lb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/supermicro/h8dme/Options.lb b/src/mainboard/supermicro/h8dme/Options.lb index 2260eae013..3167501ca6 100644 --- a/src/mainboard/supermicro/h8dme/Options.lb +++ b/src/mainboard/supermicro/h8dme/Options.lb @@ -23,6 +23,7 @@ uses HAVE_MP_TABLE uses CONFIG_ROMFS uses HAVE_PIRQ_TABLE uses HAVE_ACPI_TABLES +uses HAVE_ACPI_RESUME uses ACPI_SSDTX_NUM uses USE_FALLBACK_IMAGE uses USE_FAILOVER_IMAGE |