[PATCH] acpi: Correct dependencies for GENERATE_ACPI_TABLE

Tom Rini trini at konsulko.com
Fri Mar 20 21:53:56 CET 2026


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 <trini at konsulko.com>
---
 lib/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/Kconfig b/lib/Kconfig
index e20519873524..46384283c435 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
-- 
2.43.0



More information about the U-Boot mailing list