commit | 934addc14ae196d60e301f42b2d34bccecdf9373 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Tue Dec 19 16:04:06 2023 +0100 |
committer | Simon Glass <sjg@chromium.org> | Sun Jan 07 13:49:15 2024 -0700 |
tree | 3715d13e4412b1f8ae7bf4b6e8a4c438d1581a22 | |
parent | 5814f76d266775864a1fd23e6873c8777c5a00dc [diff] [blame] |
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>
diff --git a/arch/Kconfig b/arch/Kconfig index 2e0528d..c23d57e 100644 --- a/arch/Kconfig +++ b/arch/Kconfig
@@ -108,6 +108,7 @@ config RISCV bool "RISC-V architecture" select CREATE_ARCH_SYMLINK + select SUPPORT_ACPI select SUPPORT_OF_CONTROL select OF_CONTROL select DM