summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosip Ponjavic2019-11-17 13:37:07 +0100
committerJosip Ponjavic2019-11-17 13:37:07 +0100
commit5e4808fe095ac3ed3e7dbfb2e724f7d3f9d82f55 (patch)
tree2c5001d131243fc944f313c12a46d734a34746e7
parent4d910b12019e6c56d5410187e8f7db71b40f0750 (diff)
downloadaur-5e4808fe095ac3ed3e7dbfb2e724f7d3f9d82f55.tar.gz
enable ACPI_TABLE_UPGRADE
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 96f1520b1991..09d37ef5a7ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -115,8 +115,9 @@ prepare() {
--enable-after IKCONFIG IKCONFIG_PROC
# 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 \