Re: [PATCH v6 07/10] ACPI: APEI: introduce GHES helper
From: Ahmed Tiba
Date: Fri Jun 19 2026 - 11:51:09 EST
On 17/06/2026 18:17, Julian Braha wrote:
Hi Ahmed,
On 6/17/26 14:54, Ahmed Tiba wrote:
+config GHES_CPER_HELPERS
+ bool
+ select UEFI_CPER
This config option should probably also depend on ACPI (could just move
it into the if ACPI..endif block), or at least have a comment that
selector options ensure ACPI is enabled.
- Julian Braha
GHES_CPER_HELPERS is intended for both the ACPI GHES path and the DT
firmware-first provider, so I do not want to tie it to ACPI.
Best regards,
Ahmed