]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
acpi: Correct dependencies for GENERATE_ACPI_TABLE
authorTom Rini <trini@konsulko.com>
Fri, 20 Mar 2026 20:53:56 +0000 (14:53 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 3 Apr 2026 19:42:50 +0000 (13:42 -0600)
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@konsulko.com>
lib/Kconfig

index e20519873524455f548d72064ed2f5ba4e597da1..46384283c435e885f7e521cda1a8dd1286d9a19a 100644 (file)
@@ -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