aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2023-12-19 16:04:06 +0100
committerSimon Glass <sjg@chromium.org>2024-01-07 13:49:15 -0700
commitb17e280bb2cedb466fe62840233711e85aa8a692 (patch)
tree3715d13e4412b1f8ae7bf4b6e8a4c438d1581a22
parent91970e83ed1b7cddec15559ec7b7df3f6d261066 (diff)
downloadu-boot-b17e280bb2cedb466fe62840233711e85aa8a692.zip
u-boot-b17e280bb2cedb466fe62840233711e85aa8a692.tar.gz
u-boot-b17e280bb2cedb466fe62840233711e85aa8a692.tar.bz2
riscv: allow usage of ACPI
Select CONFIG_SUPPORT_ACPI to allow usage of ACPI tables with RISC-V. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Simon Glass <sjg@chromium.org>
-rw-r--r--arch/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index 2e0528d..c23d57e 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