From 743b635ca3c89b78876095c7f61869104f9ab1b0 Mon Sep 17 00:00:00 2001 From: Rudolf Marek Date: Mon, 13 Apr 2009 20:07:26 +0000 Subject: I need to do uses HAVE_ACPI_RESUME for each board. Here we go. Signed-off-by: Rudolf Marek Acked-by: Rudolf Marek It should fix the build break introduced in r4101 git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4105 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/gigabyte/ga_2761gxdk/Options.lb | 1 + src/mainboard/gigabyte/m57sli/Options.lb | 1 + 2 files changed, 2 insertions(+) (limited to 'src/mainboard/gigabyte') diff --git a/src/mainboard/gigabyte/ga_2761gxdk/Options.lb b/src/mainboard/gigabyte/ga_2761gxdk/Options.lb index 6b3db4b2a9..387a7a782f 100644 --- a/src/mainboard/gigabyte/ga_2761gxdk/Options.lb +++ b/src/mainboard/gigabyte/ga_2761gxdk/Options.lb @@ -25,6 +25,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 diff --git a/src/mainboard/gigabyte/m57sli/Options.lb b/src/mainboard/gigabyte/m57sli/Options.lb index 79c6380881..2fa5c29f4b 100644 --- a/src/mainboard/gigabyte/m57sli/Options.lb +++ b/src/mainboard/gigabyte/m57sli/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 -- cgit v1.2.3