mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user