From: Heinrich Schuchardt Date: Tue, 29 Jul 2025 13:15:35 +0000 (+0200) Subject: ACPI: support BGRT table on RISC-V X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=21c3896b471aafe906f35e8d5a2dbf713754079e;p=thirdparty%2Fkernel%2Fstable.git ACPI: support BGRT table on RISC-V The BGRT table is used to display a vendor logo in the boot process. There is no good reason why RISC-V should not support it. Remove the architecture constraint. Signed-off-by: Heinrich Schuchardt Acked-by: Rafael J. Wysocki Reviewed-by: Sunil V L Link: https://lore.kernel.org/r/20250729131535.522205-3-heinrich.schuchardt@canonical.com Signed-off-by: Paul Walmsley --- diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index b594780a57d71..1e448e9c51f21 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig @@ -461,7 +461,7 @@ config ACPI_HED config ACPI_BGRT bool "Boottime Graphics Resource Table support" - depends on EFI && (X86 || ARM64 || LOONGARCH) + depends on EFI help This driver adds support for exposing the ACPI Boottime Graphics Resource Table, which allows the operating system to obtain