diff options
author | Nico Huber <nico.h@gmx.de> | 2015-11-12 20:19:49 +0100 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-01-13 17:53:27 +0100 |
commit | 498e315988c0fd9c816c4611fd79ba8e66baa360 (patch) | |
tree | e62b5ff2c6af12e3b0d0e5361d44f8d3837358ce | |
parent | cbe38923d9da5b0f7fb1ccd9696d483b2e63429a (diff) | |
download | coreboot-498e315988c0fd9c816c4611fd79ba8e66baa360.tar.xz |
[WIP] mb/roda/rk9: Enable CONFIG_HAVE_ACPI_RESUME
Change-Id: Ifa7dd593f70921a99d937104960e26100de28089
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/12421
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
-rw-r--r-- | src/mainboard/roda/rk9/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/roda/rk9/Kconfig b/src/mainboard/roda/rk9/Kconfig index a17717ac20..debed16553 100644 --- a/src/mainboard/roda/rk9/Kconfig +++ b/src/mainboard/roda/rk9/Kconfig @@ -12,6 +12,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy select HAVE_MP_TABLE select CARDBUS_PLUGIN_SUPPORT select HAVE_ACPI_TABLES + select HAVE_ACPI_RESUME select EC_ACPI select HAVE_OPTION_TABLE select INTEL_INT15 |