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 <trini@konsulko.com>
This commit is contained in:
Tom Rini 2026-03-20 14:53:56 -06:00
parent 3644baf78c
commit b2eda1d2c0

View 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