Skip to content

Commit 21c3896

Browse files
xypronPaul Walmsley
authored andcommitted
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 <heinrich.schuchardt@canonical.com> Acked-by: Rafael J. Wysocki <rafael@kernel.org> Reviewed-by: Sunil V L <sunilvl@ventanamicro.com> Link: https://lore.kernel.org/r/20250729131535.522205-3-heinrich.schuchardt@canonical.com Signed-off-by: Paul Walmsley <pjw@kernel.org>
1 parent 67b8766 commit 21c3896

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/acpi/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ config ACPI_HED
461461

462462
config ACPI_BGRT
463463
bool "Boottime Graphics Resource Table support"
464-
depends on EFI && (X86 || ARM64 || LOONGARCH)
464+
depends on EFI
465465
help
466466
This driver adds support for exposing the ACPI Boottime Graphics
467467
Resource Table, which allows the operating system to obtain

0 commit comments

Comments
 (0)