summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7fae4b51f3e1..9c040f028207 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -116,8 +116,9 @@ prepare() {
--undefine RT_GROUP_SCHED
# Power management and ACPI options
- scripts/config --enable ACPI_REV_OVERRIDE_POSSIBLE \
- --enable HIBERNATION
+ scripts/config --enable HIBERNATION \
+ --enable ACPI_REV_OVERRIDE_POSSIBLE \
+ --enable ACPI_TABLE_UPGRADE
# Enable loadable module support
scripts/config --undefine MODULE_SIG_FORCE \