git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91970e8
)
riscv: allow usage of ACPI
author
Heinrich Schuchardt
<heinrich.schuchardt@canonical.com>
Tue, 19 Dec 2023 15:04:06 +0000
(16:04 +0100)
committer
Simon Glass
<sjg@chromium.org>
Sun, 7 Jan 2024 20:49:15 +0000
(13:49 -0700)
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>
arch/Kconfig
patch
|
blob
|
history
diff --git
a/arch/Kconfig
b/arch/Kconfig
index
2e0528d
..
c23d57e
100644
(file)
--- 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