From b2eda1d2c01c3cbc09414eb962208aafb837f35e Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 20 Mar 2026 14:53:56 -0600 Subject: [PATCH] acpi: Correct dependencies for GENERATE_ACPI_TABLE 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 --- lib/Kconfig | 1 + 1 file changed, 1 insertion(+) 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