[openwrt/openwrt] armsr: enable ACPI_BUTTON

LEDE Commits lede-commits at lists.infradead.org
Tue Aug 15 07:05:19 PDT 2023


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/c4c60e4b192180288aab577e166091c2d4c470af

commit c4c60e4b192180288aab577e166091c2d4c470af
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>
---
 target/linux/armsr/config-6.1 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/armsr/config-6.1 b/target/linux/armsr/config-6.1
index 46483152d0..d1dac69da4 100644
--- a/target/linux/armsr/config-6.1
+++ b/target/linux/armsr/config-6.1
@@ -13,6 +13,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