aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathew McBride <matt@traverse.com.au>2023-08-14 06:31:14 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2023-08-19 15:11:55 +0200
commit14f7254a6a43ad448fa43d1b4d73b114ee4c37ee (patch)
tree9ebb2e02b020dba6baccd510600fbefb41f8b933
parentf517d8a518e7d4a31ffe4a99fe12289ef149852c (diff)
downloadupstream-14f7254a6a43ad448fa43d1b4d73b114ee4c37ee.tar.gz
upstream-14f7254a6a43ad448fa43d1b4d73b114ee4c37ee.tar.bz2
upstream-14f7254a6a43ad448fa43d1b4d73b114ee4c37ee.zip
armsr: enable ACPI_BUTTON
A review of the generated OpenWrt kernel .config vs the Linux arm64 defconfig showed that this option was not being enabled, as it is disabled in OpenWrt's generic config. ACPI_BUTTON is needed to report and respond to power button events, so it should be enabled. Signed-off-by: Mathew McBride <matt@traverse.com.au> (23.05/5.15 version of commit c4c60e4b192180288aab577e166091c2d4c470af)
-rw-r--r--target/linux/armsr/config-5.151
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/armsr/config-5.15 b/target/linux/armsr/config-5.15
index 530a4d5bd7..a9273e6489 100644
--- a/target/linux/armsr/config-5.15
+++ b/target/linux/armsr/config-5.15
@@ -12,6 +12,7 @@ CONFIG_ACPI_APEI_MEMORY_FAILURE=y
CONFIG_ACPI_APEI_PCIEAER=y
CONFIG_ACPI_BATTERY=y
# CONFIG_ACPI_BGRT is not set
+CONFIG_ACPI_BUTTON=y
CONFIG_ACPI_CCA_REQUIRED=y
CONFIG_ACPI_CONTAINER=y
CONFIG_ACPI_CPPC_CPUFREQ=y