[PATCH 0/2] platform: Enable ACPI WMI and ASUS WMI driver for ARM64

From: chipang_kao

Date: Wed Sep 16 2026 - 22:12:32 EST


This series enables ACPI WMI core support and the ASUS WMI platform
driver on ARM64 architectures.

ACPI WMI is not limited to x86 platforms. Modern ARM64 laptops and
platforms have adopted ACPI WMI to expose vendor-specific features
such as hotkeys and fan control.

To support these devices:
1. Removes the strict 'X86' dependency from CONFIG_ACPI_WMI.
2. Updates the ARM64 platform driver infrastructure to allow
building the ASUS WMI driver without duplicating source code.

chipang_kao (2):
platform/wmi: Remove X86 dependency for ACPI_WMI
platform/arm64: Enable ASUS WMI driver support

drivers/platform/arm64/Kconfig | 46 +++++++++++++++++++++++++++++++++
drivers/platform/arm64/Makefile | 2 ++
drivers/platform/wmi/Kconfig | 2 +-
3 files changed, 49 insertions(+), 1 deletion(-)

--
2.43.0