Re: [PATCH v4 7/9] riscv: allow usage of ACPI

2024-01-07 Thread Simon Glass
Select CONFIG_SUPPORT_ACPI to allow usage of ACPI tables with RISC-V.

Signed-off-by: Heinrich Schuchardt 
Reviewed-by: Simon Glass 
---
v4:
no change
v3:
no change
v2:
no change
---
 arch/Kconfig | 1 +
 1 file changed, 1 insertion(+)

Applied to u-boot-dm/next, thanks!


[PATCH v4 7/9] riscv: allow usage of ACPI

2023-12-19 Thread Heinrich Schuchardt
Select CONFIG_SUPPORT_ACPI to allow usage of ACPI tables with RISC-V.

Signed-off-by: Heinrich Schuchardt 
Reviewed-by: Simon Glass 
---
v4:
no change
v3:
no change
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/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
-- 
2.40.1