diff options
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2023-12-19 16:04:06 +0100 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2024-01-07 13:49:15 -0700 |
commit | b17e280bb2cedb466fe62840233711e85aa8a692 (patch) | |
tree | 3715d13e4412b1f8ae7bf4b6e8a4c438d1581a22 | |
parent | 91970e83ed1b7cddec15559ec7b7df3f6d261066 (diff) |
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/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |