From 9370bb92b2d16684ee45cf24e879c93c509162da Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Thu, 19 Dec 2024 01:47:39 +0000 Subject: [PATCH] add wifi6 8852be driver --- kernel/drivers/acpi/apei/Kconfig | 12 +----------- 1 files changed, 1 insertions(+), 11 deletions(-) diff --git a/kernel/drivers/acpi/apei/Kconfig b/kernel/drivers/acpi/apei/Kconfig index 52ae543..6b18f8b 100644 --- a/kernel/drivers/acpi/apei/Kconfig +++ b/kernel/drivers/acpi/apei/Kconfig @@ -41,19 +41,9 @@ Turn on this option to enable the corresponding support. config ACPI_APEI_SEA - bool "APEI Synchronous External Abort logging/recovering support" + bool depends on ARM64 && ACPI_APEI_GHES default y - help - This option should be enabled if the system supports - firmware first handling of SEA (Synchronous External Abort). - SEA happens with certain faults of data abort or instruction - abort synchronous exceptions on ARMv8 systems. If a system - supports firmware first handling of SEA, the platform analyzes - and handles hardware error notifications from SEA, and it may then - form a HW error record for the OS to parse and handle. This - option allows the OS to look for such hardware error record, and - take appropriate action. config ACPI_APEI_MEMORY_FAILURE bool "APEI memory error recovering support" -- Gitblit v1.6.2