From: Heinrich Schuchardt Date: Tue, 19 Dec 2023 15:04:06 +0000 (+0100) Subject: riscv: allow usage of ACPI X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=b17e280bb2cedb466fe62840233711e85aa8a692;p=u-boot.git riscv: allow usage of ACPI Select CONFIG_SUPPORT_ACPI to allow usage of ACPI tables with RISC-V. Signed-off-by: Heinrich Schuchardt Reviewed-by: Simon Glass --- diff --git a/arch/Kconfig b/arch/Kconfig index 2e0528d819..c23d57e4c4 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -108,6 +108,7 @@ config PPC config RISCV bool "RISC-V architecture" select CREATE_ARCH_SYMLINK + select SUPPORT_ACPI select SUPPORT_OF_CONTROL select OF_CONTROL select DM