diff options
| author | Heinrich Schuchardt <[email protected]> | 2023-12-19 16:04:06 +0100 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
| -rw-r--r-- | arch/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index 2e0528d819c..c23d57e4c49 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 |
