From 1c1bfb1cf34bbb2a5717eb6995c55093279f9341 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 20 Mar 2026 14:53:56 -0600 Subject: 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(+) (limited to 'lib') 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 -- cgit v1.2.3