[openwrt/openwrt] armsr: enable ACPI_BUTTON

LEDE Commits lede-commits at lists.infradead.org
Sat Aug 19 06:12:40 PDT 2023


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/14f7254a6a43ad448fa43d1b4d73b114ee4c37ee

commit 14f7254a6a43ad448fa43d1b4d73b114ee4c37ee
Author: Mathew McBride <matt at traverse.com.au>
AuthorDate: Mon Aug 14 06:31:14 2023 +0000

    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 at traverse.com.au>
    (23.05/5.15 version of commit c4c60e4b192180288aab577e166091c2d4c470af)
---
 target/linux/armsr/config-5.15 | 1 +
 1 file changed, 1 insertion(+)

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




More information about the lede-commits mailing list