diff options
| author | Tom Rini <[email protected]> | 2026-03-20 14:53:56 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-04-03 13:42:50 -0600 |
| commit | 1c1bfb1cf34bbb2a5717eb6995c55093279f9341 (patch) | |
| tree | bb7c67f3e9b559c0808d502c06c6c40ab3763c9b /lib | |
| parent | 7b53fbb2740ac24064cbaf7d2b1c9bd2a25a7f8a (diff) | |
acpi: Correct dependencies for GENERATE_ACPI_TABLEnext
In order to build this code, outside of QEMU systems which instead have
provided tables that we use, we must select ACPIGEN as well.
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index e2051987352..46384283c43 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -338,6 +338,7 @@ config SPL_ACPI config GENERATE_ACPI_TABLE bool "Generate an ACPI (Advanced Configuration and Power Interface) table" depends on ACPI + select ACPIGEN if !QFW_ACPI select BLOBLIST select QFW if QEMU help |
