Re: [PATCH v2 6/7] riscv: allow usage of ACPI

2023-12-02 Thread Simon Glass
On Tue, 21 Nov 2023 at 08:28, Heinrich Schuchardt wrote: > > Select CONFIG_SUPPORT_ACPI to allow usage of ACPI tables with RISC-V. > > Signed-off-by: Heinrich Schuchardt > --- > v2: > no change > --- > arch/Kconfig | 1 + > 1 file changed, 1 insertion(+) Reviewed-by: Simon Glass Oh de

[PATCH v2 6/7] riscv: allow usage of ACPI

2023-11-21 Thread Heinrich Schuchardt
Select CONFIG_SUPPORT_ACPI to allow usage of ACPI tables with RISC-V. Signed-off-by: Heinrich Schuchardt --- v2: no change --- arch/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/Kconfig b/arch/Kconfig index 2e0528d819..c23d57e4c4 100644 --- a/arch/Kconfig +++ b/arch/Kc