diff options
| author | Bibo Mao <maobibo@loongson.cn> | 2024-09-24 15:32:06 +0800 |
|---|---|---|
| committer | Huacai Chen <chenhuacai@loongson.cn> | 2024-09-24 15:32:06 +0800 |
| commit | d0bb0b600081bc7c246b97b2901abbb6c357ff7b (patch) | |
| tree | 7b6c6ae6a5a7ae7210aad3bd9512b7cabecd1c60 /drivers | |
| parent | e8dd556c74325f29597665c2c557a8ea699a0686 (diff) | |
| download | linux-d0bb0b600081bc7c246b97b2901abbb6c357ff7b.tar.gz linux-d0bb0b600081bc7c246b97b2901abbb6c357ff7b.tar.bz2 linux-d0bb0b600081bc7c246b97b2901abbb6c357ff7b.zip | |
LoongArch: Enable ACPI BGRT handling
Add ACPI BGRT support on LoongArch so it can display image provied by
acpi table at boot stage and switch to graphical UI smoothly.
Signed-off-by: Bibo Mao <maobibo@loongson.cn>
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/acpi/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index e3a7c2aedd5f..d67f63d93b2a 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig @@ -451,7 +451,7 @@ config ACPI_HED config ACPI_BGRT bool "Boottime Graphics Resource Table support" - depends on EFI && (X86 || ARM64) + depends on EFI && (X86 || ARM64 || LOONGARCH) help This driver adds support for exposing the ACPI Boottime Graphics Resource Table, which allows the operating system to obtain |
